Home
last modified time | relevance | path

Searched defs:maxReportDelayNs (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/test/unittest/common/
H A Dclient_info_test.cpp65 int64_t maxReportDelayNs = 0; variable
85 int64_t maxReportDelayNs = 0; variable
105 int64_t maxReportDelayNs = 0; variable
125 int64_t maxReportDelayNs = 0; variable
145 int64_t maxReportDelayNs = 0; variable
165 int64_t maxReportDelayNs = 0; variable
/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dactive_info.cpp27 …Info::ActiveInfo(int32_t pid, int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in ActiveInfo()
66 void ActiveInfo::SetMaxReportDelayNs(int64_t maxReportDelayNs) in SetMaxReportDelayNs()
97 int64_t maxReportDelayNs = -1; in Unmarshalling() local
H A Dsensor_basic_info.cpp38 void SensorBasicInfo::SetMaxReportDelayNs(int64_t maxReportDelayNs) in SetMaxReportDelayNs()
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/test/unittest/phone/
H A Dmedical_proxy_test.cpp121 int64_t maxReportDelayNs = 0L; variable
156 const int64_t maxReportDelayNs = 0; variable
172 const int64_t maxReportDelayNs = 0; variable
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_manager.cpp54 …Manager::SetBestSensorParams(uint32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in SetBestSensorParams()
100 int64_t samplingPeriodNs, int64_t maxReportDelayNs) in GetSensorInfo()
134 int64_t maxReportDelayNs) in SaveSubscriber()
H A Dmedical_service.cpp218 …ensorService::SaveSubscriber(uint32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in SaveSubscriber()
235 …lSensorService::EnableSensor(uint32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in EnableSensor()
H A Dclient_info.cpp612 int64_t maxReportDelayNs = pidIt.second.GetMaxReportDelayNs(); in GetSensorChannelInfo() local
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_manager.cpp51 …rManager::SetBestSensorParams(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in SetBestSensorParams()
114 int64_t maxReportDelayNs) in SaveSubscriber()
126 … SensorManager::GetSensorInfo(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in GetSensorInfo()
H A Dsensor_power_policy.cpp118 int64_t maxReportDelayNs = sensorIt->second.GetMaxReportDelayNs(); in ResumeSensors() local
137 int64_t maxReportDelayNs) in Resume()
171 int64_t maxReportDelayNs) in RestoreSensorInfo()
H A Dsensor_service.cpp204 int64_t maxReportDelayNs) in ReportSensorSysEvent()
252 …SensorService::SaveSubscriber(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in SaveSubscriber()
284 …SensorService::CheckParameter(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in CheckParameter()
294 …e SensorService::EnableSensor(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in EnableSensor()
H A Dsensor_service_stub.cpp145 int64_t maxReportDelayNs; in SensorEnableInner() local
H A Dclient_info.cpp611 int64_t maxReportDelayNs = pidIt.second.GetMaxReportDelayNs(); in GetSensorChannelInfo() local
/ohos5.0/base/sensors/medical_sensor/utils/src/
H A Dmedical_basic_info.cpp39 void MedicalSensorBasicInfo::SetMaxReportDelayNs(int64_t maxReportDelayNs) in SetMaxReportDelayNs()
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmedical_service_proxy.cpp46 …orServiceProxy::EnableSensor(uint32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in EnableSensor()
/ohos5.0/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dhdi_connection.cpp221 …ection::UpdateSensorBasicInfo(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in UpdateSensorBasicInfo()
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H A Dhdi_connection.cpp232 …ection::updateSensorBasicInfo(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in updateSensorBasicInfo()
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_service_proxy.cpp36 …sorServiceProxy::EnableSensor(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDelayNs) in EnableSensor()
/ohos5.0/base/sensors/sensor/interfaces/inner_api/
H A Dsensor_agent_type.h513 int64_t maxReportDelayNs = -1; /**< Maximum Report Delay, in ns */ member