Searched refs:forwardPath (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-inventory-manager/ |
H A D | association_manager.cpp | 283 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 D | association_manager.hpp | 189 void createAssociation(const std::string& forwardPath,
|
/openbmc/phosphor-objmgr/src/ |
H A D | associations.cpp | 638 const auto& forwardPath = endpointPath; in moveAssociationToPending() local 643 addPendingAssociation(forwardPath, forwardType, reversePath, in moveAssociationToPending() 647 removeAssociationIfacesEntry(io, forwardPath + '/' + forwardType, in moveAssociationToPending() 650 forwardPath, assocMaps, server); in moveAssociationToPending() 653 removeAssociationOwnersEntry(forwardPath + '/' + forwardType, in moveAssociationToPending() 656 forwardPath, owner, assocMaps); in moveAssociationToPending()
|