Home
last modified time | relevance | path

Searched refs:objPathMap (Results 1 – 5 of 5) sorted by relevance

/openbmc/pldm/host-bmc/
H A Dutils.cpp61 const fs::path& path, ObjectPathMaps& objPathMap, EntityMaps entityMaps, in addObjectPathEntityAssociations() argument
108 if (!objPathMap.contains(entity_path)) in addObjectPathEntityAssociations()
110 objPathMap[entity_path] = entity; in addObjectPathEntityAssociations()
121 objPathMap[entity_path] = entity; in addObjectPathEntityAssociations()
128 objPathMap, entityMaps, in addObjectPathEntityAssociations()
150 objPathMap[dbusPath] = entity; in addObjectPathEntityAssociations()
157 pldm_entity_association_tree* entityTree, ObjectPathMaps& objPathMap, in updateEntityAssociation() argument
214 addObjectPathEntityAssociations(entityAssoc, entity, path, objPathMap, in updateEntityAssociation()
H A Dutils.hpp34 pldm::utils::ObjectPathMaps& objPathMap, pldm::utils::EntityMaps entityMaps,
H A Dhost_pdr_handler.hpp326 pldm::utils::ObjectPathMaps objPathMap; member in pldm::HostPDRHandler
H A Dhost_pdr_handler.cpp631 updateEntityAssociation(entityAssociations, entityTree, objPathMap, in processHostPDRs()
1087 for (const auto& entity : objPathMap) in setFRUDataOnDBus()
1121 for (const auto& entity : objPathMap) in createDbusObjects()
/openbmc/pldm/host-bmc/test/
H A Dutils_test.cpp90 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()