Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp629 const auto& reversePath = std::get<reversePathPos>(association); in moveAssociationToPending() local
632 addPendingAssociation(forwardPath, forwardType, reversePath, in moveAssociationToPending()
637 reversePath, assocMaps, server); in moveAssociationToPending()
638 removeAssociationIfacesEntry(io, reversePath + '/' + reverseType, in moveAssociationToPending()
643 reversePath, owner, assocMaps); in moveAssociationToPending()
644 removeAssociationOwnersEntry(reversePath + '/' + reverseType, 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,