Lines Matching defs:sensorId
419 uint16_t sensorId{};
426 auto rc = decode_sensor_event_data(eventData, eventDataSize, &sensorId,
453 emitStateSensorEventSignal(tid, sensorId, sensorOffset, eventState,
463 SensorEntry sensorEntry{tid, sensorId};
476 // If there is no mapping for tid, sensorId combination, try
477 // PLDM_TID_RESERVED, sensorId for terminus that is yet to
773 uint16_t sensorId{};
783 request, payloadLength, &sensorId, &sensorRearm, &reserved);
801 if (isOemStateSensor(*this, sensorId, sensorRearmCount, comSensorCnt,
803 oemPlatformHandler && !sensorDbusObjMaps.contains(sensorId))
807 sensorId, stateField);
813 dBusIntf, *this, sensorId, sensorRearmCount, comSensorCnt,
844 bool isOemStateSensor(Handler& handler, uint16_t sensorId,
872 if (pdr->sensor_id != sensorId)
892 sensorId);