/base/sensors/medical_sensor/utils/src/ |
H A D | medical_basic_info.cpp | 34 int64_t MedicalSensorBasicInfo::GetMaxReportDelayNs() const in GetMaxReportDelayNs() function in OHOS::Sensors::MedicalSensorBasicInfo
|
/base/sensors/medical_sensor/utils/include/ |
H A D | medical_sensor_basic_info.h | 35 int64_t GetMaxReportDelayNs() const;
|
/base/sensors/sensor/utils/common/include/ |
H A D | sensor_basic_info.h | 29 int64_t GetMaxReportDelayNs() const;
|
H A D | active_info.h | 34 int64_t GetMaxReportDelayNs() const;
|
/base/sensors/sensor/utils/common/src/ |
H A D | sensor_basic_info.cpp | 33 int64_t SensorBasicInfo::GetMaxReportDelayNs() const in GetMaxReportDelayNs() function in OHOS::Sensors::SensorBasicInfo
|
H A D | active_info.cpp | 61 int64_t ActiveInfo::GetMaxReportDelayNs() const in GetMaxReportDelayNs() function in OHOS::Sensors::ActiveInfo
|
/base/sensors/sensor/services/src/ |
H A D | sensor_power_policy.cpp | 118 int64_t maxReportDelayNs = sensorIt->second.GetMaxReportDelayNs(); in ResumeSensors() 227 sensorInfo.GetMaxReportDelayNs()); in GetActiveInfoList() 248 activeInfo.GetSamplingPeriodNs() << activeInfo.GetMaxReportDelayNs(); in ReportActiveInfo()
|
H A D | sensor_manager.cpp | 60 int64_t bestReportDelayNs = sensorInfo.GetMaxReportDelayNs(); in SetBestSensorParams() 85 sensorInfo.GetSamplingPeriodNs(), sensorInfo.GetMaxReportDelayNs()); in ResetBestSensorParams()
|
H A D | client_info.cpp | 92 int64_t curReportDelayNs = pidIt.second.GetMaxReportDelayNs(); in GetBestSensorInfo() 388 sensorInfo.SetMaxReportDelayNs(pidIt->second.GetMaxReportDelayNs()); in GetCurPidSensorInfo() 432 int64_t curReportDelay = GetCurPidSensorInfo(sensorId, pid).GetMaxReportDelayNs(); in ComputeBestFifoCount() 600 int64_t maxReportDelayNs = pidIt.second.GetMaxReportDelayNs(); in GetSensorChannelInfo()
|
H A D | sensor_service.cpp | 246 sensorInfo.GetSamplingPeriodNs(), sensorInfo.GetMaxReportDelayNs())) { in SaveSubscriber() 587 sensorInfo.GetMaxReportDelayNs()); in ReportActiveInfo()
|
/base/sensors/medical_sensor/services/medical_sensor/src/ |
H A D | medical_manager.cpp | 64 int64_t bestReportDelayNs = sensorInfo.GetMaxReportDelayNs(); in SetBestSensorParams() 90 sensorInfo.GetMaxReportDelayNs()); in ResetBestSensorParams()
|
H A D | client_info.cpp | 87 int64_t curReportDelayNs = pidIt.second.GetMaxReportDelayNs(); in GetBestSensorInfo() 393 sensorInfo.SetMaxReportDelayNs(pidIt->second.GetMaxReportDelayNs()); in GetCurPidSensorInfo() 439 int64_t curReportDelay = GetCurPidSensorInfo(sensorId, pid).GetMaxReportDelayNs(); in ComputeBestFifoCount() 612 int64_t maxReportDelayNs = pidIt.second.GetMaxReportDelayNs(); in GetSensorChannelInfo()
|
/base/sensors/sensor/services/hdi_connection/adapter/src/ |
H A D | hdi_connection.cpp | 327 ret = g_sensorInterface->SetBatch(sensorTypeId, info.GetSamplingPeriodNs(), info.GetMaxReportDelayNs());
in Reconnect()
|
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/ |
H A D | medical_service_client.cpp | 224 afeServer_->EnableSensor(it.first, it.second.GetSamplingPeriodNs(), it.second.GetMaxReportDelayNs()); in ProcessDeathObserver()
|
/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_agent_proxy.cpp | 463 curActiveInfo->maxReportDelayNs = activeInfoList[i].GetMaxReportDelayNs(); in GetSensorActiveInfos()
|
H A D | sensor_service_client.cpp | 250 sensorServer_->EnableSensor(it.first, it.second.GetSamplingPeriodNs(), it.second.GetMaxReportDelayNs()); in ReenableSensor()
|
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/ |
H A D | hdi_connection.cpp | 321 sensorInfo.second.GetMaxReportDelayNs());
in reconnect()
|