Home
last modified time | relevance | path

Searched refs:UpdateSensorInfoMap (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/include/
H A Dmedical_sensor_service_client.h46 void UpdateSensorInfoMap(uint32_t sensorId, int64_t samplingPeroid, int64_t maxReportDelay);
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmedical_service_client.cpp111 UpdateSensorInfoMap(sensorId, samplingPeriod, maxReportDelay); in EnableSensor()
229 void MedicalSensorServiceClient::UpdateSensorInfoMap(uint32_t sensorId, int64_t samplingPeriod, int… in UpdateSensorInfoMap() function in OHOS::Sensors::MedicalSensorServiceClient
/ohos5.0/base/sensors/sensor/frameworks/native/include/
H A Dsensor_service_client.h60 void UpdateSensorInfoMap(int32_t sensorId, int64_t samplingPeriod, int64_t maxReportDelay);
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_service_client.cpp139 UpdateSensorInfoMap(sensorId, samplingPeriod, maxReportDelay); in EnableSensor()
281 void SensorServiceClient::UpdateSensorInfoMap(int32_t sensorId, int64_t samplingPeriod, int64_t max… in UpdateSensorInfoMap() function in OHOS::Sensors::SensorServiceClient