Home
last modified time | relevance | path

Searched refs:endpointsToRemove (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp116 for (const auto& [assocPath, endpointsToRemove] : assocs->second) in removeAssociation()
118 removeAssociationEndpoints(io, server, assocPath, endpointsToRemove, in removeAssociation()
137 const boost::container::flat_set<std::string>& endpointsToRemove, in removeAssociationEndpoints() argument
148 for (const auto& endpointToRemove : endpointsToRemove) in removeAssociationEndpoints()
H A Dassociations.hpp45 const boost::container::flat_set<std::string>& endpointsToRemove,