Lines Matching full:first
57 if (interface.first == intf) in setFirstBootMACOnInterface()
120 objPath = objectTree.begin()->first; in getfromInventory()
121 service = objectTree.begin()->second.begin()->first; in getfromInventory()
130 "NET_INTF", interfaceName, "OBJ", object.first); in getfromInventory()
131 if (object.first.ends_with("/" + interfaceName)) in getfromInventory()
133 objPath = object.first; in getfromInventory()
134 service = object.second.begin()->first; in getfromInventory()
236 if (interface.first == invNetworkIntf) in registerSignals()
240 if (property.first == "MACAddress") in registerSignals()
307 interfaces.first); in watchEthernetInterface()
308 if (interfaces.first == in watchEthernetInterface()
313 if (property.first == "InterfaceName") in watchEthernetInterface()
338 : "First boot file is not present"); in watchEthernetInterface()
347 if (intf.first == interfaceString.key()) in watchEthernetInterface()
349 handle_interface(intf.first); in watchEthernetInterface()