Lines Matching refs:objpath
51 const std::weak_ptr<MCTPDDevice>& weak, const std::string& objpath, in onEndpointInterfacesRemoved() argument
55 assert(path.str == objpath); in onEndpointInterfacesRemoved()
71 "INVENTORY_PATH", objpath); in onEndpointInterfacesRemoved()
76 const std::string& objpath, uint8_t eid, int network, in finaliseEndpoint() argument
81 sdbusplus::bus::match::rules::interfacesRemovedAtPath(objpath); in finaliseEndpoint()
85 weak_from_this(), objpath)); in finaliseEndpoint()
87 objpath, network, eid); in finaliseEndpoint()
100 int network, const std::string& objpath, in setup()
110 self->finaliseEndpoint(objpath, eid, network, added); in setup()
116 "INVENTORY_PATH", objpath); in setup()
226 objpath.str, mctpdEndpointControlInterface); in subscribe()
237 path{objpath.str}](sdbusplus::message_t& msg) { in subscribe()
251 path{objpath.str}](const boost::system::error_code& ec, in subscribe()
275 mctpdBusName, objpath.str, "org.freedesktop.DBus.Properties", "Get", in subscribe()
299 mctpdBusName, objpath.str, mctpdEndpointControlInterface, "Remove"); in remove()