Lines Matching full:entity

3 #include <libpldm/entity.h>
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()
73 // entityMaps doesn't contain entity type which are not required to in addObjectPathEntityAssociations()
74 // build entity object path, so returning from here because this is a in addObjectPathEntityAssociations()
89 pldm_entity_node_get_remote_container_id(entity); in addObjectPathEntityAssociations()
109 // If the entity obtained from the remote PLDM terminal is not in addObjectPathEntityAssociations()
112 // entity_path exists, and overwrite the entity if it does not 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()
195 … "Parent entity not found in the entityMaps, type: {ENTITY_TYPE}, num: {NUM}, e: {ERROR}", in updateEntityAssociation()
217 addObjectPathEntityAssociations(entityAssoc, entity, path, objPathMap, in updateEntityAssociation()
249 … "Failed to create entity to DBus string mapping {ERROR} and Conversion failure is '{ERR}'", in parseEntityMap()