Searched refs:forwardType (Results 1 – 4 of 4) sorted by relevance
| /openbmc/phosphor-inventory-manager/ |
| H A D | association_manager.cpp | 273 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 D | association_manager.hpp | 190 const std::string& forwardType,
|
| /openbmc/phosphor-objmgr/src/ |
| H A D | associations.cpp | 641 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 D | log_manager.cpp | 441 for (const auto& [forwardType, reverseType, endpoint] : in doExtensionLogCreate()
|