Home
last modified time | relevance | path

Searched refs:forwardType (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-inventory-manager/
H A Dassociation_manager.cpp273 const auto& forwardType = std::get<forwardTypePos>(types); in createAssociations() local
276 createAssociation(objectPath, forwardType, endpointPath, in createAssociations()
283 const std::string& forwardPath, const std::string& forwardType, 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.hpp190 const std::string& forwardType,
/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp641 const auto& forwardType = std::get<forwardTypePos>(association); in moveAssociationToPending() local
645 addPendingAssociation(forwardPath, forwardType, reversePath, in moveAssociationToPending()
650 io, appendPathSegment(forwardPath, forwardType), reversePath, in moveAssociationToPending()
658 appendPathSegment(forwardPath, forwardType), reversePath, owner, in moveAssociationToPending()
/openbmc/phosphor-logging/
H A Dlog_manager.cpp441 for (const auto& [forwardType, reverseType, endpoint] : in doExtensionLogCreate()