Home
last modified time | relevance | path

Searched refs:entityAssoc (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/host-bmc/
H A Dutils.cpp16 Entities getParentEntites(const EntityAssociations& entityAssoc) in getParentEntites() argument
19 for (const auto& et : entityAssoc) in getParentEntites()
31 for (const auto& evs : entityAssoc) in getParentEntites()
60 const EntityAssociations& entityAssoc, pldm_entity_node* entity, in addObjectPathEntityAssociations() argument
80 for (const auto& ev : entityAssoc) in addObjectPathEntityAssociations()
126 addObjectPathEntityAssociations(entityAssoc, ev[i], p, in addObjectPathEntityAssociations()
159 const EntityAssociations& entityAssoc, in updateEntityAssociation() argument
165 getParentEntites(entityAssoc); in updateEntityAssociation()
217 addObjectPathEntityAssociations(entityAssoc, entity, path, objPathMap, in updateEntityAssociation()
H A Dutils.hpp32 const pldm::utils::EntityAssociations& entityAssoc,
H A Dhost_pdr_handler.cpp256 Entities entityAssoc; in mergeEntityAssociations() local
257 entityAssoc.push_back(pNode); in mergeEntityAssociations()
275 entityAssoc.push_back(node); in mergeEntityAssociations()
281 entityAssociations.push_back(entityAssoc); in mergeEntityAssociations()