Home
last modified time | relevance | path

Searched refs:SetMaxReportDelayNs (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/test/unittest/common/
H A Dclient_info_test.cpp68 sensorInfo.SetMaxReportDelayNs(maxReportDelayNs);
88 sensorInfo.SetMaxReportDelayNs(maxReportDelayNs);
108 sensorInfo.SetMaxReportDelayNs(maxReportDelayNs);
128 sensorInfo.SetMaxReportDelayNs(maxReportDelayNs);
148 sensorInfo.SetMaxReportDelayNs(maxReportDelayNs);
168 sensorInfo.SetMaxReportDelayNs(maxReportDelayNs);
/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dactive_info.cpp66 void ActiveInfo::SetMaxReportDelayNs(int64_t maxReportDelayNs) in SetMaxReportDelayNs() function in OHOS::Sensors::ActiveInfo
107 activeInfo->SetMaxReportDelayNs(maxReportDelayNs); in Unmarshalling()
H A Dsensor_basic_info.cpp38 void SensorBasicInfo::SetMaxReportDelayNs(int64_t maxReportDelayNs) in SetMaxReportDelayNs() function in OHOS::Sensors::SensorBasicInfo
/ohos5.0/base/sensors/sensor/utils/common/include/
H A Dsensor_basic_info.h30 void SetMaxReportDelayNs(int64_t maxReportDelayNs);
H A Dactive_info.h35 void SetMaxReportDelayNs(int64_t maxReportDelayNs);
/ohos5.0/base/sensors/medical_sensor/utils/include/
H A Dmedical_sensor_basic_info.h36 void SetMaxReportDelayNs(int64_t maxReportDelayNs);
/ohos5.0/base/sensors/medical_sensor/utils/src/
H A Dmedical_basic_info.cpp39 void MedicalSensorBasicInfo::SetMaxReportDelayNs(int64_t maxReportDelayNs) in SetMaxReportDelayNs() function in OHOS::Sensors::MedicalSensorBasicInfo
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_manager.cpp134 sensorInfo.SetMaxReportDelayNs(maxReportDelayNs); in GetSensorInfo()
149 sensorInfo.SetMaxReportDelayNs(curReportDelayNs); in GetSensorInfo()
H A Dclient_info.cpp78 sensorInfo.SetMaxReportDelayNs(minReportDelayNs); in GetBestSensorInfo()
97 sensorInfo.SetMaxReportDelayNs(minReportDelayNs); in GetBestSensorInfo()
382 sensorInfo.SetMaxReportDelayNs(minReportDelayNs); in GetCurPidSensorInfo()
399 sensorInfo.SetMaxReportDelayNs(pidIt->second.GetMaxReportDelayNs()); in GetCurPidSensorInfo()
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_manager.cpp108 sensorInfo.SetMaxReportDelayNs(maxReportDelayNs); in GetSensorInfo()
127 sensorInfo.SetMaxReportDelayNs(curReportDelayNs); in GetSensorInfo()
H A Dclient_info.cpp72 sensorInfo.SetMaxReportDelayNs(minReportDelayNs); in GetBestSensorInfo()
92 sensorInfo.SetMaxReportDelayNs(minReportDelayNs); in GetBestSensorInfo()
376 sensorInfo.SetMaxReportDelayNs(minReportDelayNs); in GetCurPidSensorInfo()
393 sensorInfo.SetMaxReportDelayNs(pidIt->second.GetMaxReportDelayNs()); in GetCurPidSensorInfo()
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmedical_service_client.cpp235 sensorInfo.SetMaxReportDelayNs(maxReportDelay); in UpdateSensorInfoMap()
/ohos5.0/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dhdi_connection.cpp226 sensorBasicInfo.SetMaxReportDelayNs(maxReportDelayNs); in UpdateSensorBasicInfo()
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H A Dhdi_connection.cpp237 sensorBasicInfo.SetMaxReportDelayNs(maxReportDelayNs); in updateSensorBasicInfo()
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_service_client.cpp286 sensorInfo.SetMaxReportDelayNs(maxReportDelay); in UpdateSensorInfoMap()