Home
last modified time | relevance | path

Searched refs:GetSamplingPeriodNs (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_power_policy.cpp117 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 Dsensor_manager.cpp59 int64_t bestSamplingPeriodNs = sensorInfo.GetSamplingPeriodNs(); in SetBestSensorParams()
86 sensorInfo.GetSamplingPeriodNs(), sensorInfo.GetMaxReportDelayNs()); in ResetBestSensorParams()
H A Dclient_info.cpp91 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 Dsensor_service.cpp263 sensorInfo.GetSamplingPeriodNs(), sensorInfo.GetMaxReportDelayNs())) { in SaveSubscriber()
607 ActiveInfo activeInfo(pid, sensorId, sensorInfo.GetSamplingPeriodNs(), in ReportActiveInfo()
H A Dsensor_dump.cpp234 channel.GetSamplingPeriodNs(), channel.GetFifoCount()); in DumpSensorChannel()
/ohos5.0/base/sensors/sensor/utils/common/include/
H A Dsensor_basic_info.h27 int64_t GetSamplingPeriodNs() const;
H A Dactive_info.h32 int64_t GetSamplingPeriodNs() const;
H A Dsensor_channel_info.h35 int64_t GetSamplingPeriodNs() const;
/ohos5.0/base/sensors/medical_sensor/utils/include/
H A Dmedical_sensor_basic_info.h33 int64_t GetSamplingPeriodNs() const;
H A Dmedical_sensor_channel_info.h34 int64_t GetSamplingPeriodNs() const;
/ohos5.0/base/sensors/medical_sensor/utils/src/
H A Dmedical_basic_info.cpp24 int64_t MedicalSensorBasicInfo::GetSamplingPeriodNs() const in GetSamplingPeriodNs() function in OHOS::Sensors::MedicalSensorBasicInfo
H A Dmedical_channel_info.cpp53 int64_t MedicalSensorChannelInfo::GetSamplingPeriodNs() const in GetSamplingPeriodNs() function in OHOS::Sensors::MedicalSensorChannelInfo
/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dsensor_basic_info.cpp23 int64_t SensorBasicInfo::GetSamplingPeriodNs() const in GetSamplingPeriodNs() function in OHOS::Sensors::SensorBasicInfo
H A Dsensor_channel_info.cpp53 int64_t SensorChannelInfo::GetSamplingPeriodNs() const in GetSamplingPeriodNs() function in OHOS::Sensors::SensorChannelInfo
H A Dactive_info.cpp51 int64_t ActiveInfo::GetSamplingPeriodNs() const in GetSamplingPeriodNs() function in OHOS::Sensors::ActiveInfo
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dclient_info.cpp86 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 Dmedical_manager.cpp63 int64_t bestSamplingPeriodNs = sensorInfo.GetSamplingPeriodNs(); in SetBestSensorParams()
89 auto ret = sensorHdiConnection_.SetBatch(sensorId, sensorInfo.GetSamplingPeriodNs(), in ResetBestSensorParams()
H A Dmedical_dump.cpp108 int32_t { channel.GetSamplingPeriodNs() }, channel.GetFifoCount(), cmds.c_str()); in DumpSensorChannel()
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmedical_service_client.cpp224 …afeServer_->EnableSensor(it.first, it.second.GetSamplingPeriodNs(), it.second.GetMaxReportDelayNs(… in ProcessDeathObserver()
/ohos5.0/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dhdi_connection.cpp317 …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 Dhdi_connection.cpp320 ret = SetBatch(sensorTypeId, sensorInfo.second.GetSamplingPeriodNs(), in reconnect()
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_service_client.cpp229 …sensorServer_->EnableSensor(it.first, it.second.GetSamplingPeriodNs(), it.second.GetMaxReportDelay… in ReenableSensor()
H A Dsensor_agent_proxy.cpp474 curActiveInfo->samplingPeriodNs = activeInfoList[i].GetSamplingPeriodNs(); in GetSensorActiveInfos()