Searched refs:UpdateSensorInfoMap (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/include/ |
H A D | medical_sensor_service_client.h | 46 void UpdateSensorInfoMap(uint32_t sensorId, int64_t samplingPeroid, int64_t maxReportDelay);
|
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/ |
H A D | medical_service_client.cpp | 111 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 D | sensor_service_client.h | 60 void UpdateSensorInfoMap(int32_t sensorId, int64_t samplingPeriod, int64_t maxReportDelay);
|
/ohos5.0/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_service_client.cpp | 139 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
|