Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp346 if (std::get<reversePathPos>(e) == endpointPath) in removeFromPendingAssociations()
433 if (interfaceMap.find(std::get<reversePathPos>(e)) == in checkIfPendingAssociation()
446 const auto& ownerPath = std::get<reversePathPos>(e); in checkIfPendingAssociation()
636 const auto& reversePath = std::get<reversePathPos>(association); in moveAssociationToPending()
H A Dtypes.hpp74 constexpr auto reversePathPos = 2; variable