Lines Matching defs:entity
75 pldm_entity entity{t->entity_type, t->entity_instance, t->container_id};
77 entityTree, &entity, true);
130 // from the entity association tree, making the nodes point
317 // Update our PDR repo with the merged entity association PDRs
322 error("Failed to find reference of the entity in the tree");
348 "Failed to add entity association PDR from node, response code '{RC}'",
1099 const pldm_entity& entity)
1106 if (fruPdr->entity_type == entity.entity_type &&
1107 fruPdr->entity_instance == entity.entity_instance_num &&
1108 fruPdr->container_id == entity.entity_container_id)
1123 for (const auto& entity : objPathMap)
1125 pldm_entity node = pldm_entity_extract(entity.second);
1143 entity.first,
1167 // Creating and Refreshing dbus hosted by remote PLDM entity Fru PDRs
1169 for (const auto& entity : objPathMap)
1172 setPresentPropertyStatus(entity.first);
1174 setAvailabilityState(entity.first);
1176 pldm_entity node = pldm_entity_extract(entity.second);
1181 entity.first);
1185 entity.first);
1189 entity.first);
1193 entity.first);
1196 CustomDBus::getCustomDBus().implementVRMInterface(entity.first);
1200 entity.first);
1204 entity.first);
1207 CustomDBus::getCustomDBus().implementBoard(entity.first);
1211 entity.first);
1215 entity.first);
1218 CustomDBus::getCustomDBus().implementFanInterface(entity.first);
1222 entity.first);