Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp283 const std::string& forwardPath, const std::string& forwardType, in createAssociation() argument
287 auto object = _associationIfaces.find(forwardPath); in createAssociation()
291 _bus, forwardPath.c_str(), AssociationObject::action::defer_emit); in createAssociation()
303 _associationIfaces.emplace(forwardPath, std::move(a)); in createAssociation()
H A Dassociation_manager.hpp189 void createAssociation(const std::string& forwardPath,
/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp640 const auto& forwardPath = endpointPath; 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()