Lines Matching refs:entity
39 pldm_entity entity{}; in getEntityByObjectPath() local
40 entity.entity_type = parser.getEntityType(intfMap.first); in getEntityByObjectPath()
41 return entity; in getEntityByObjectPath()
108 pldm_entity entity = *entityPtr; in updateAssociationTree() local
113 if (node.entity_type == entity.entity_type) in updateAssociationTree()
115 entity.entity_instance_num = in updateAssociationTree()
124 entityTree, &entity, 0xFFFF, nullptr, in updateAssociationTree()
133 entityTree, &entity, 0xFFFF, in updateAssociationTree()
191 pldm_entity entity{}; in buildFRUTable() local
197 entity = pldm_entity_extract(node); in buildFRUTable()
201 populateRecords(interfaces, recordInfos, entity); in buildFRUTable()
203 associatedEntityMap.emplace(object.first, entity); in buildFRUTable()
264 const fru_parser::FruRecordInfos& recordInfos, const pldm_entity& entity) in populateRecords() argument
284 if (entity.entity_container_id == 0 && prop == "Version") in populateRecords()
335 entity.entity_type, entity.entity_instance_num, in populateRecords()
336 entity.entity_container_id, &bmc_record_handle); in populateRecords()