Lines Matching defs:item
528 throw OVFLogicError(N_("Error reading \"%s\": Invalid allocation unit \"%s\" specified with memory size item, line %d"),
712 throw OVFLogicError(N_("Error reading \"%s\": Unknown resource type %d in hardware item, line %d"),
758 throw OVFLogicError(N_("Error reading \"%s\": Disk item with instance ID %d specifies invalid parent %d, line %d"),
779 throw OVFLogicError(N_("Error reading \"%s\": Disk item with instance ID %d specifies invalid host resource \"%s\", line %d"),
827 void VirtualHardwareItem::fillItem(const xml::ElementNode *item)
829 xml::NodesLoop loopItemChildren(*item);// all child elements
853 if (item->getAttributeValue("required", pcszAttValue))
917 void StorageItem::fillItem(const xml::ElementNode *item)
919 VirtualHardwareItem::fillItem(item);
921 xml::NodesLoop loopItemChildren(*item);// all child elements
1029 void EthernetPortItem::fillItem(const xml::ElementNode *item)
1031 VirtualHardwareItem::fillItem(item);
1033 xml::NodesLoop loopItemChildren(*item);// all child elements