Searched refs:reverseType (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-inventory-manager/ |
H A D | association_manager.cpp | 274 const auto& reverseType = std::get<reverseTypePos>(types); in createAssociations() local 277 reverseType, deferSignal); in createAssociations() 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 | 192 const std::string& reverseType, bool deferSignal);
|
/openbmc/phosphor-objmgr/src/ |
H A D | associations.cpp | 641 const auto& reverseType = std::get<reverseTypePos>(association); in moveAssociationToPending() local 644 reverseType, owner, assocMaps); in moveAssociationToPending() 649 removeAssociationIfacesEntry(io, reversePath + '/' + reverseType, in moveAssociationToPending() 655 removeAssociationOwnersEntry(reversePath + '/' + reverseType, in moveAssociationToPending()
|
/openbmc/phosphor-logging/ |
H A D | log_manager.cpp | 444 for (const auto& [forwardType, reverseType, endpoint] : in doExtensionLogCreate() 448 e += '/' + reverseType; in doExtensionLogCreate()
|