Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp168 auto originalOwners = assocMaps.owners.find(sourcePath); in checkAssociationEndpointRemoves() local
169 if (originalOwners == assocMaps.owners.end()) in checkAssociationEndpointRemoves()
175 auto originalAssociations = originalOwners->second.find(owner); in checkAssociationEndpointRemoves()
176 if (originalAssociations == originalOwners->second.end()) in checkAssociationEndpointRemoves()