Searched refs:GetSensorInfo (Results 1 - 6 of 6) sorted by relevance
/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
H A D | thermal_service_subscriber.cpp | 56 tms->GetSensorInfo()->SetTypeTempMap(typeTempMap_); in OnTemperatureChanged() 57 tms->GetSensorInfo()->NotifyObserver(); in OnTemperatureChanged()
|
/base/sensors/medical_sensor/services/medical_sensor/include/ |
H A D | medical_sensor_manager.h | 37 MedicalSensorBasicInfo GetSensorInfo(uint32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs);
|
/base/sensors/sensor/services/include/ |
H A D | sensor_manager.h | 47 SensorBasicInfo GetSensorInfo(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs);
|
/base/sensors/medical_sensor/services/medical_sensor/src/ |
H A D | medical_manager.cpp | 99 MedicalSensorBasicInfo MedicalSensorManager::GetSensorInfo(uint32_t sensorId, in GetSensorInfo() function in OHOS::Sensors::MedicalSensorManager 136 MedicalSensorBasicInfo sensorInfo = GetSensorInfo(sensorId, samplingPeriodNs, maxReportDelayNs); in SaveSubscriber()
|
/base/sensors/sensor/services/src/ |
H A D | sensor_manager.cpp | 114 SensorBasicInfo sensorInfo = GetSensorInfo(sensorId, samplingPeriodNs, maxReportDelayNs); in SaveSubscriber() 122 SensorBasicInfo SensorManager::GetSensorInfo(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in GetSensorInfo() function in OHOS::Sensors::SensorManager
|
/base/powermgr/thermal_manager/services/native/include/ |
H A D | thermal_service.h | 119 std::shared_ptr<ThermalSensorInfo> GetSensorInfo() const in GetSensorInfo() function in OHOS::PowerMgr::final
|
Completed in 3 milliseconds