Lines Matching defs:entityType
514 uint16_t findStateEffecterId(const pldm_pdr* pdrRepo, uint16_t entityType,
539 if (entityType == pdr->entity_type &&
599 uint16_t entityType, uint16_t entityInstance,
602 auto pdrs = findStateSensorPDR(tid, entityType, stateSetId, pdrRepo);
615 if (entityType == sensorPdr->entity_type &&
831 SensorPDRs getStateSensorPDRsByType(uint16_t entityType, const pldm_pdr* repo)
844 if (pdr && pdr->entity_type == entityType)
855 const pldm_pdr* pdrRepo, uint16_t entityType, uint16_t entityInstance,
859 auto pdrs = getStateSensorPDRsByType(entityType, pdrRepo);
866 if (sensorPdr && sensorPdr->entity_type == entityType &&
877 EffecterPDRs getStateEffecterPDRsByType(uint16_t entityType,
890 if (pdr && pdr->entity_type == entityType)
900 const pldm_pdr* pdrRepo, uint16_t entityType, uint16_t entityInstance,
904 auto pdrs = getStateEffecterPDRsByType(entityType, pdrRepo);
909 if (effecterPdr && effecterPdr->entity_type == entityType &&