Lines Matching refs:objPath
115 DbusObjectPath objPath; in getfromInventory() local
120 objPath = objectTree.begin()->first; in getfromInventory()
133 objPath = object.first; in getfromInventory()
139 if (objPath.empty()) in getfromInventory()
147 auto method = bus.new_method_call(service.c_str(), objPath.c_str(), in getfromInventory()
161 "DBUS_PATH", objPath, "DBUS_INTF", invNetworkIntf); in getfromInventory()
227 sdbusplus::message::object_path objPath; in registerSignals() local
228 m.read(objPath, interfacesProperties); in registerSignals()
232 if (objPath.str.ends_with("/" + pattern.value().get<std::string>())) in registerSignals()
300 sdbusplus::message::object_path objPath; in watchEthernetInterface() local
302 m.read(objPath, interfacesProperties); in watchEthernetInterface()