Lines Matching full:first
57 if (interface.first == intf) in setFirstBootMACOnInterface()
116 objPath = objectTree.begin()->first; in getfromInventory()
117 service = objectTree.begin()->second.begin()->first; in getfromInventory()
126 "NET_INTF", interfaceName, "OBJ", object.first); in getfromInventory()
127 if (object.first.ends_with("/" + interfaceName)) in getfromInventory()
129 objPath = object.first; in getfromInventory()
130 service = object.second.begin()->first; in getfromInventory()
227 if (interface.first == invNetworkIntf) in registerSignals()
231 if (property.first == "MACAddress") in registerSignals()
298 interfaces.first); in watchEthernetInterface()
299 if (interfaces.first == in watchEthernetInterface()
304 if (property.first == "InterfaceName") in watchEthernetInterface()
329 : "First boot file is not present"); in watchEthernetInterface()
338 if (intf.first == interfaceString.key()) in watchEthernetInterface()
340 handle_interface(intf.first); in watchEthernetInterface()