Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp642 const auto& reversePath = std::get<reversePathPos>(association); in moveAssociationToPending() local
645 addPendingAssociation(forwardPath, forwardType, reversePath, in moveAssociationToPending()
650 io, appendPathSegment(forwardPath, forwardType), reversePath, in moveAssociationToPending()
653 io, appendPathSegment(reversePath, reverseType), forwardPath, in moveAssociationToPending()
658 appendPathSegment(forwardPath, forwardType), reversePath, owner, in moveAssociationToPending()
661 appendPathSegment(reversePath, reverseType), forwardPath, owner, in moveAssociationToPending()
/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp284 const std::string& reversePath, const std::string& reverseType, in createAssociation() argument
297 prop.emplace_back(forwardType, reverseType, reversePath); in createAssociation()
309 prop.emplace_back(forwardType, reverseType, reversePath); in createAssociation()
H A Dassociation_manager.hpp191 const std::string& reversePath,