Home
last modified time | relevance | path

Searched refs:entityMaps (Results 1 – 9 of 9) sorted by relevance

/openbmc/pldm/host-bmc/
H A Dutils.cpp61 const fs::path& path, ObjectPathMaps& objPathMap, EntityMaps entityMaps, in addObjectPathEntityAssociations() argument
71 if (!entityMaps.contains(node_entity.entity_type)) in addObjectPathEntityAssociations()
79 std::string entityName = entityMaps.at(node_entity.entity_type); in addObjectPathEntityAssociations()
127 objPathMap, entityMaps, in addObjectPathEntityAssociations()
161 EntityMaps entityMaps, in updateEntityAssociation() argument
189 paths.push_back(entityMaps.at(parent.entity_type) + in updateEntityAssociation()
218 entityMaps, oemPlatformHandler); in updateEntityAssociation()
225 EntityMaps entityMaps{}; in parseEntityMap() local
232 return entityMaps; in parseEntityMap()
239 entities.items(), std::inserter(entityMaps, entityMaps.begin()), in parseEntityMap()
[all …]
H A Dutils.hpp34 pldm::utils::ObjectPathMaps& objPathMap, pldm::utils::EntityMaps entityMaps,
H A Dhost_pdr_handler.hpp345 pldm::utils::EntityMaps entityMaps; member in pldm::HostPDRHandler
H A Dhost_pdr_handler.cpp95 entityMaps(parseEntityMap(ENTITY_MAP_JSON)), oemUtilsHandler(nullptr) in HostPDRHandler()
631 entityMaps, oemPlatformHandler); in processHostPDRs()
634 oemUtilsHandler->setCoreCount(entityAssociations, entityMaps); in processHostPDRs()
/openbmc/pldm/host-bmc/test/
H A Dutils_test.cpp17 EntityMaps entityMaps = parseEntityMap("./entitymap_test.json"); in TEST() local
18 EXPECT_EQ(entityMaps.size(), 10); in TEST()
91 EntityMaps entityMaps = parseEntityMap("./entitymap_test.json"); in TEST() local
92 updateEntityAssociation(entityAssociations, tree, objPathMap, entityMaps, in TEST()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dutils.cpp209 const EntityAssociations& Associations, const EntityMaps entityMaps) in setCoreCount() argument
233 "{}{}/{}{}", entityMaps.at(grand_parent.entity_type), in setCoreCount()
235 entityMaps.at(parent.entity_type), in setCoreCount()
H A Dutils.hpp78 const pldm::utils::EntityMaps entityMaps);
/openbmc/pldm/libpldmresponder/
H A Doem_handler.hpp172 const EntityMaps entityMaps) = 0;
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_oem_platform_test.cpp462 pldm::utils::EntityMaps entityMaps = pldm::hostbmc::utils::parseEntityMap( in TEST() local
538 oemMockedUtils->setCoreCount(entityAssociations, entityMaps); in TEST()