Lines Matching refs:objectServer

11 static void updateEndpointsOnDbus(sdbusplus::asio::object_server& objectServer,  in updateEndpointsOnDbus()  argument
30 objectServer.remove_interface(i); in updateEndpointsOnDbus()
40 i = objectServer.add_interface(assocPath, xyzAssociationInterface); in updateEndpointsOnDbus()
52 boost::asio::io_context& io, sdbusplus::asio::object_server& objectServer, in scheduleUpdateEndpointsOnDbus() argument
74 timer->async_wait([&objectServer, &assocMaps, timer, in scheduleUpdateEndpointsOnDbus()
78 updateEndpointsOnDbus(objectServer, assocPath, assocMaps); in scheduleUpdateEndpointsOnDbus()
85 updateEndpointsOnDbus(objectServer, assocPath, assocMaps); in scheduleUpdateEndpointsOnDbus()
137 boost::asio::io_context& io, sdbusplus::asio::object_server& objectServer, in removeAssociationEndpoints() argument
161 scheduleUpdateEndpointsOnDbus(io, objectServer, assocPath, assocMaps); in removeAssociationEndpoints()
167 sdbusplus::asio::object_server& objectServer, AssociationMaps& assocMaps) in checkAssociationEndpointRemoves() argument
195 removeAssociationEndpoints(io, objectServer, originalAssocPath, in checkAssociationEndpointRemoves()
215 removeAssociationEndpoints(io, objectServer, originalAssocPath, in checkAssociationEndpointRemoves()
223 boost::asio::io_context& io, sdbusplus::asio::object_server& objectServer, in addEndpointsToAssocIfaces() argument
239 scheduleUpdateEndpointsOnDbus(io, objectServer, assocPath, assocMaps); in addEndpointsToAssocIfaces()
243 boost::asio::io_context& io, sdbusplus::asio::object_server& objectServer, in associationChanged() argument
282 addEndpointsToAssocIfaces(io, objectServer, object.first, object.second, in associationChanged()
287 checkAssociationEndpointRemoves(io, path, owner, objects, objectServer, in associationChanged()