Home
last modified time | relevance | path

Searched refs:entityAssociations (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/host-bmc/test/
H A Dutils_test.cpp76 EntityAssociations entityAssociations = { in TEST() local
92 updateEntityAssociation(entityAssociations, tree, objPathMap, entityMaps, in TEST()
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp281 entityAssociations.push_back(entityAssoc); in mergeEntityAssociations()
630 updateEntityAssociation(entityAssociations, entityTree, objPathMap, in processHostPDRs()
634 oemUtilsHandler->setCoreCount(entityAssociations, entityMaps); in processHostPDRs()
645 entityAssociations.clear(); in processHostPDRs()
H A Dhost_pdr_handler.hpp334 pldm::utils::EntityAssociations entityAssociations; member in pldm::HostPDRHandler
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_oem_platform_test.cpp528 pldm::utils::EntityAssociations entityAssociations = { in TEST() local
538 oemMockedUtils->setCoreCount(entityAssociations, entityMaps); in TEST()