Lines Matching refs:objectServer
44 sdbusplus::asio::object_server& objectServer,
51 objectServer(objectServer)
56 sensorInterface = objectServer.add_interface(
63 objectServer.add_interface(dbusPath, interface);
66 association = objectServer.add_interface(dbusPath, association::interface);
72 sensorTypeInterface = objectServer.add_interface(
95 commonPhysicalContextInterface = objectServer.add_interface(
114 objectServer.remove_interface(iface);
116 objectServer.remove_interface(association);
117 objectServer.remove_interface(sensorInterface);
120 objectServer.remove_interface(sensorTypeInterface);
124 objectServer.remove_interface(commonPhysicalContextInterface);