Searched refs:reversePath (Results 1 – 3 of 3) sorted by relevance
| /openbmc/phosphor-objmgr/src/ |
| H A D | associations.cpp | 642 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 D | association_manager.cpp | 284 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 D | association_manager.hpp | 191 const std::string& reversePath,
|