Home
last modified time | relevance | path

Searched refs:GetSensorId (Results 1 - 23 of 23) sorted by relevance

/base/sensors/sensor/utils/common/include/
H A Dactive_info.h30 int32_t GetSensorId() const;
H A Dsensor_channel_info.h33 int32_t GetSensorId() const;
H A Dsensor.h30 int32_t GetSensorId() const;
/base/sensors/medical_sensor/utils/src/
H A Dmedical_channel_info.cpp43 uint32_t MedicalSensorChannelInfo::GetSensorId() const in GetSensorId() function in OHOS::Sensors::MedicalSensorChannelInfo
H A Dmedical.cpp39 uint32_t MedicalSensor::GetSensorId() const in GetSensorId() function in OHOS::Sensors::MedicalSensor
/base/sensors/medical_sensor/utils/include/
H A Dmedical_sensor_channel_info.h32 uint32_t GetSensorId() const;
H A Dmedical_sensor.h30 uint32_t GetSensorId() const;
/base/sensors/sensor/utils/common/src/
H A Dsensor_channel_info.cpp43 int32_t SensorChannelInfo::GetSensorId() const in GetSensorId() function in OHOS::Sensors::SensorChannelInfo
H A Dactive_info.cpp41 int32_t ActiveInfo::GetSensorId() const in GetSensorId() function in OHOS::Sensors::ActiveInfo
H A Dsensor.cpp43 int32_t Sensor::GetSensorId() const in GetSensorId() function in OHOS::Sensors::Sensor
/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_dump.cpp76 auto sensorId = sensor.GetSensorId(); in DumpSensorList()
98 auto sensorId = channel.GetSensorId(); in DumpSensorChannel()
123 uint32_t sensorId = sensor.GetSensorId(); in DumpOpeningSensor()
H A Dmedical_service.cpp136 sensorMap_.insert(std::make_pair(it.GetSensorId(), it)); in InitSensorList()
138 __func__, it.GetSensorId(), it.GetName().c_str()); in InitSensorList()
377 sensorMap_.insert(std::make_pair(it.GetSensorId(), it)); in GetSensorList()
H A Dclient_info.cpp487 if ((int32_t)(sensors[i].GetSensorId()) == storedEvent.sensorTypeId) { in StoreEvent()
/base/sensors/sensor/services/src/
H A Dsensor_dump.cpp205 auto sensorId = sensor.GetSensorId(); in DumpSensorList()
226 auto sensorId = channel.GetSensorId(); in DumpSensorChannel()
244 int32_t sensorId = sensor.GetSensorId(); in DumpOpeningSensor()
H A Dsensor_power_policy.cpp242 if (activeInfo.GetPid() < 0 || activeInfo.GetSensorId() < 0) { in ReportActiveInfo()
247 pkt << activeInfo.GetPid() << activeInfo.GetSensorId() << in ReportActiveInfo()
H A Dsensor_service.cpp150 if (!(sensorMap_.insert(std::make_pair(it.GetSensorId(), it)).second)) { in InitSensorList()
375 sensorMap_.insert(std::make_pair(it.GetSensorId(), it)); in GetSensorList()
H A Dclient_info.cpp482 if (sensors[i].GetSensorId() == storedEvent.sensorTypeId) { in StoreEvent()
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmedical_service_client.cpp89 HiLog::Debug(LABEL, "%{public}s sensor.GetSensorId() = %{public}u", __func__, sensor.GetSensorId()); in IsValidSensorId()
90 if (sensor.GetSensorId() == sensorId) { in IsValidSensorId()
/base/sensors/medical_sensor/services/medical_sensor/test/unittest/phone/
H A Dmedical_proxy_test.cpp73 afeId_ = afes_[0].GetSensorId(); in SetUp()
/base/sensors/medical_sensor/interfaces/native/src/
H A Dmedical_native_impl.cpp156 (*sensorInfo + index)->sensorId = sensorList_[index].GetSensorId(); in GetAllSensors()
157 (*sensorInfo + index)->sensorTypeId = sensorList_[index].GetSensorId(); in GetAllSensors()
/base/sensors/sensor/frameworks/native/src/
H A Dsensor_agent_proxy.cpp365 sensorInfo->sensorId = sensorList[i].GetSensorId(); in ConvertSensorInfos()
461 curActiveInfo->sensorId = activeInfoList[i].GetSensorId(); in GetSensorActiveInfos()
H A Dsensor_service_client.cpp124 if (sensor.GetSensorId() == sensorId) { in IsValid()
/base/sensors/sensor/services/hdi_connection/interface/src/
H A Dsensor_hdi_connection.cpp95 sensorSet_.insert(sensor.GetSensorId()); in ConnectHdiService()

Completed in 12 milliseconds