Lines Matching refs:objectServer
46 sdbusplus::asio::object_server& objectServer,
53 objectServer(objectServer)
57 sensorInterface = objectServer.add_interface(
64 objectServer.add_interface(dbusPath, interface);
67 association = objectServer.add_interface(dbusPath, association::interface);
76 commonPhysicalContextInterface = objectServer.add_interface(
95 objectServer.remove_interface(iface);
97 objectServer.remove_interface(sensorInterface);
98 objectServer.remove_interface(association);
101 objectServer.remove_interface(commonPhysicalContextInterface);