Lines Matching refs:objectServer
46 sdbusplus::asio::object_server& objectServer,
54 mctpRequester(mctpRequester), objectServer(objectServer)
59 sensorInterface = objectServer.add_interface(
66 objectServer.add_interface(dbusPath, interface);
69 association = objectServer.add_interface(dbusPath, association::interface);
78 commonPhysicalContextInterface = objectServer.add_interface(
97 objectServer.remove_interface(iface);
99 objectServer.remove_interface(association);
100 objectServer.remove_interface(sensorInterface);
103 objectServer.remove_interface(commonPhysicalContextInterface);