Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp190 auto newEndpoints = newAssociations.find(originalAssocPath); in checkAssociationEndpointRemoves() local
191 if (newEndpoints == newAssociations.end()) in checkAssociationEndpointRemoves()
204 if (std::find(newEndpoints->second.begin(), in checkAssociationEndpointRemoves()
205 newEndpoints->second.end(), originalEndpoint) == in checkAssociationEndpointRemoves()
206 newEndpoints->second.end()) in checkAssociationEndpointRemoves()