/ohos5.0/base/sensors/sensor/services/src/ |
H A D | sensor_power_policy.cpp | 117 int64_t samplingPeriodNs = sensorIt->second.GetSamplingPeriodNs(); in ResumeSensors() 226 ActiveInfo activeInfo(pid, sensorId, sensorInfo.GetSamplingPeriodNs(), in GetActiveInfoList() 248 activeInfo.GetSamplingPeriodNs() << activeInfo.GetMaxReportDelayNs(); in ReportActiveInfo()
|
H A D | sensor_manager.cpp | 59 int64_t bestSamplingPeriodNs = sensorInfo.GetSamplingPeriodNs(); in SetBestSensorParams() 86 sensorInfo.GetSamplingPeriodNs(), sensorInfo.GetMaxReportDelayNs()); in ResetBestSensorParams()
|
H A D | client_info.cpp | 91 int64_t curSamplingPeriodNs = pidIt.second.GetSamplingPeriodNs(); in GetBestSensorInfo() 398 sensorInfo.SetSamplingPeriodNs(pidIt->second.GetSamplingPeriodNs()); in GetCurPidSensorInfo() 418 int64_t bestSamplingPeriod = GetBestSensorInfo(sensorId).GetSamplingPeriodNs(); in ComputeBestPeriodCount() 419 int64_t curSamplingPeriod = GetCurPidSensorInfo(sensorId, pid).GetSamplingPeriodNs(); in ComputeBestPeriodCount() 444 int64_t curSamplingPeriod = GetCurPidSensorInfo(sensorId, pid).GetSamplingPeriodNs(); in ComputeBestFifoCount() 610 int64_t samplingPeriodNs = pidIt.second.GetSamplingPeriodNs(); in GetSensorChannelInfo()
|
H A D | sensor_service.cpp | 263 sensorInfo.GetSamplingPeriodNs(), sensorInfo.GetMaxReportDelayNs())) { in SaveSubscriber() 607 ActiveInfo activeInfo(pid, sensorId, sensorInfo.GetSamplingPeriodNs(), in ReportActiveInfo()
|
H A D | sensor_dump.cpp | 234 channel.GetSamplingPeriodNs(), channel.GetFifoCount()); in DumpSensorChannel()
|
/ohos5.0/base/sensors/sensor/utils/common/include/ |
H A D | sensor_basic_info.h | 27 int64_t GetSamplingPeriodNs() const;
|
H A D | active_info.h | 32 int64_t GetSamplingPeriodNs() const;
|
H A D | sensor_channel_info.h | 35 int64_t GetSamplingPeriodNs() const;
|
/ohos5.0/base/sensors/medical_sensor/utils/include/ |
H A D | medical_sensor_basic_info.h | 33 int64_t GetSamplingPeriodNs() const;
|
H A D | medical_sensor_channel_info.h | 34 int64_t GetSamplingPeriodNs() const;
|
/ohos5.0/base/sensors/medical_sensor/utils/src/ |
H A D | medical_basic_info.cpp | 24 int64_t MedicalSensorBasicInfo::GetSamplingPeriodNs() const in GetSamplingPeriodNs() function in OHOS::Sensors::MedicalSensorBasicInfo
|
H A D | medical_channel_info.cpp | 53 int64_t MedicalSensorChannelInfo::GetSamplingPeriodNs() const in GetSamplingPeriodNs() function in OHOS::Sensors::MedicalSensorChannelInfo
|
/ohos5.0/base/sensors/sensor/utils/common/src/ |
H A D | sensor_basic_info.cpp | 23 int64_t SensorBasicInfo::GetSamplingPeriodNs() const in GetSamplingPeriodNs() function in OHOS::Sensors::SensorBasicInfo
|
H A D | sensor_channel_info.cpp | 53 int64_t SensorChannelInfo::GetSamplingPeriodNs() const in GetSamplingPeriodNs() function in OHOS::Sensors::SensorChannelInfo
|
H A D | active_info.cpp | 51 int64_t ActiveInfo::GetSamplingPeriodNs() const in GetSamplingPeriodNs() function in OHOS::Sensors::ActiveInfo
|
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/ |
H A D | client_info.cpp | 86 int64_t curSamplingPeriodNs = pidIt.second.GetSamplingPeriodNs(); in GetBestSensorInfo() 392 sensorInfo.SetSamplingPeriodNs(pidIt->second.GetSamplingPeriodNs()); in GetCurPidSensorInfo() 414 int64_t bestSamplingPeriod = GetBestSensorInfo(sensorId).GetSamplingPeriodNs(); in ComputeBestPeriodCount() 415 int64_t curSamplingPeriod = GetCurPidSensorInfo(sensorId, pid).GetSamplingPeriodNs(); in ComputeBestPeriodCount() 440 int64_t curSamplingPeriod = GetCurPidSensorInfo(sensorId, pid).GetSamplingPeriodNs(); in ComputeBestFifoCount() 611 int64_t samplingPeriodNs = pidIt.second.GetSamplingPeriodNs(); in GetSensorChannelInfo()
|
H A D | medical_manager.cpp | 63 int64_t bestSamplingPeriodNs = sensorInfo.GetSamplingPeriodNs(); in SetBestSensorParams() 89 auto ret = sensorHdiConnection_.SetBatch(sensorId, sensorInfo.GetSamplingPeriodNs(), in ResetBestSensorParams()
|
H A D | medical_dump.cpp | 108 int32_t { channel.GetSamplingPeriodNs() }, channel.GetFifoCount(), cmds.c_str()); in DumpSensorChannel()
|
/ohos5.0/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()
|
/ohos5.0/base/sensors/sensor/services/hdi_connection/adapter/src/ |
H A D | hdi_connection.cpp | 317 …ret = g_sensorInterface->SetBatch(sensorTypeId, info.GetSamplingPeriodNs(), info.GetMaxReportDelay… in Reconnect()
|
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/ |
H A D | hdi_connection.cpp | 320 ret = SetBatch(sensorTypeId, sensorInfo.second.GetSamplingPeriodNs(), in reconnect()
|
/ohos5.0/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_service_client.cpp | 229 …sensorServer_->EnableSensor(it.first, it.second.GetSamplingPeriodNs(), it.second.GetMaxReportDelay… in ReenableSensor()
|
H A D | sensor_agent_proxy.cpp | 474 curActiveInfo->samplingPeriodNs = activeInfoList[i].GetSamplingPeriodNs(); in GetSensorActiveInfos()
|