Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp135 auto& endpointsInDBus = std::get<endpointsPos>(assoc->second); in removeAssociationEndpoints() local
139 auto e = std::find(endpointsInDBus.begin(), endpointsInDBus.end(), in removeAssociationEndpoints()
142 if (e != endpointsInDBus.end()) in removeAssociationEndpoints()
144 endpointsInDBus.erase(e); in removeAssociationEndpoints()