Lines Matching refs:entity
60 const EntityAssociations& entityAssoc, pldm_entity_node* entity, in addObjectPathEntityAssociations() argument
64 if (entity == nullptr) in addObjectPathEntityAssociations()
70 pldm_entity node_entity = pldm_entity_extract(entity); in addObjectPathEntityAssociations()
89 pldm_entity_node_get_remote_container_id(entity); in addObjectPathEntityAssociations()
116 objPathMap[entity_path] = entity; in addObjectPathEntityAssociations()
121 objPathMap[entity_path] = entity; in addObjectPathEntityAssociations()
148 objPathMap[dbusPath] = entity; in addObjectPathEntityAssociations()
153 objPathMap[dbusPath] = entity; in addObjectPathEntityAssociations()
166 for (const auto& entity : parentsEntity) in updateEntityAssociation() local
170 pldm_entity node_entity = pldm_entity_extract(entity); in updateEntityAssociation()
217 addObjectPathEntityAssociations(entityAssoc, entity, path, objPathMap, in updateEntityAssociation()