Home
last modified time | relevance | path

Searched refs:entityAssoc (Results 1 – 2 of 2) 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,