Searched refs:objPathMap (Results 1 – 5 of 5) sorted by relevance
/openbmc/pldm/host-bmc/ |
H A D | utils.cpp | 61 const fs::path& path, ObjectPathMaps& objPathMap, EntityMaps entityMaps, in addObjectPathEntityAssociations() argument 114 if (objPathMap.contains(entity_path)) in addObjectPathEntityAssociations() 116 objPathMap[entity_path] = entity; in addObjectPathEntityAssociations() 121 objPathMap[entity_path] = entity; in addObjectPathEntityAssociations() 127 objPathMap, entityMaps, in addObjectPathEntityAssociations() 146 if (objPathMap.contains(dbusPath)) in addObjectPathEntityAssociations() 148 objPathMap[dbusPath] = entity; in addObjectPathEntityAssociations() 153 objPathMap[dbusPath] = entity; in addObjectPathEntityAssociations() 160 pldm_entity_association_tree* entityTree, ObjectPathMaps& objPathMap, in updateEntityAssociation() argument 217 addObjectPathEntityAssociations(entityAssoc, entity, path, objPathMap, in updateEntityAssociation()
|
H A D | utils.hpp | 34 pldm::utils::ObjectPathMaps& objPathMap, pldm::utils::EntityMaps entityMaps,
|
H A D | host_pdr_handler.hpp | 330 pldm::utils::ObjectPathMaps objPathMap; member in pldm::HostPDRHandler
|
H A D | host_pdr_handler.cpp | 630 updateEntityAssociation(entityAssociations, entityTree, objPathMap, in processHostPDRs() 1094 for (const auto& entity : objPathMap) in setFRUDataOnDBus() 1128 for (const auto& entity : objPathMap) in createDbusObjects()
|
/openbmc/pldm/host-bmc/test/ |
H A D | utils_test.cpp | 90 ObjectPathMaps objPathMap; in TEST() local 92 updateEntityAssociation(entityAssociations, tree, objPathMap, entityMaps, in TEST() 95 EXPECT_EQ(objPathMap.size(), retObjectMaps.size()); in TEST() 98 for (auto& obj : objPathMap) in TEST()
|