Home
last modified time | relevance | path

Searched defs:samplingPeriodNs (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/test/unittest/common/
H A Dclient_info_test.cpp64 int64_t samplingPeriodNs = 100000000; variable
84 int64_t samplingPeriodNs = 100000000L; variable
104 int64_t samplingPeriodNs = 100000000; variable
124 int64_t samplingPeriodNs = 100000000; variable
144 int64_t samplingPeriodNs = 100000000; variable
164 int64_t samplingPeriodNs = 50000000; variable
/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dactive_info.cpp27 ActiveInfo::ActiveInfo(int32_t pid, int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDe… in ActiveInfo()
56 void ActiveInfo::SetSamplingPeriodNs(int64_t samplingPeriodNs) in SetSamplingPeriodNs()
96 int64_t samplingPeriodNs = -1; in Unmarshalling() local
H A Dsensor_basic_info.cpp28 void SensorBasicInfo::SetSamplingPeriodNs(int64_t samplingPeriodNs) in SetSamplingPeriodNs()
H A Dsensor_channel_info.cpp58 void SensorChannelInfo::SetSamplingPeriodNs(int64_t samplingPeriodNs) in SetSamplingPeriodNs()
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/test/unittest/phone/
H A Dmedical_proxy_test.cpp120 int64_t samplingPeriodNs = 100000000L; variable
155 const int64_t samplingPeriodNs = 50000000; variable
171 const int64_t samplingPeriodNs = 50000000; variable
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_manager.cpp54 bool MedicalSensorManager::SetBestSensorParams(uint32_t sensorId, int64_t samplingPeriodNs, int64_t… in SetBestSensorParams()
100 int64_t samplingPeriodNs, int64_t maxReportDelayNs) in GetSensorInfo()
133 …ode MedicalSensorManager::SaveSubscriber(uint32_t sensorId, uint32_t pid, int64_t samplingPeriodNs, in SaveSubscriber()
H A Dmedical_service.cpp218 ErrCode MedicalSensorService::SaveSubscriber(uint32_t sensorId, int64_t samplingPeriodNs, int64_t m… in SaveSubscriber()
235 ErrCode MedicalSensorService::EnableSensor(uint32_t sensorId, int64_t samplingPeriodNs, int64_t max… in EnableSensor()
H A Dclient_info.cpp611 int64_t samplingPeriodNs = pidIt.second.GetSamplingPeriodNs(); in GetSensorChannelInfo() local
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_manager.cpp51 bool SensorManager::SetBestSensorParams(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxRepo… in SetBestSensorParams()
113 bool SensorManager::SaveSubscriber(int32_t sensorId, uint32_t pid, int64_t samplingPeriodNs, in SaveSubscriber()
126 SensorBasicInfo SensorManager::GetSensorInfo(int32_t sensorId, int64_t samplingPeriodNs, int64_t ma… in GetSensorInfo()
H A Dsensor_power_policy.cpp117 int64_t samplingPeriodNs = sensorIt->second.GetSamplingPeriodNs(); in ResumeSensors() local
136 bool SensorPowerPolicy::Resume(int32_t pid, int32_t sensorId, int64_t samplingPeriodNs, in Resume()
170 …rCode SensorPowerPolicy::RestoreSensorInfo(int32_t pid, int32_t sensorId, int64_t samplingPeriodNs, in RestoreSensorInfo()
H A Dsensor_service.cpp203 …Service::ReportSensorSysEvent(int32_t sensorId, bool enable, int32_t pid, int64_t samplingPeriodNs, in ReportSensorSysEvent()
252 ErrCode SensorService::SaveSubscriber(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReport… in SaveSubscriber()
284 bool SensorService::CheckParameter(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDel… in CheckParameter()
294 ErrCode SensorService::EnableSensor(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxReportDe… in EnableSensor()
H A Dsensor_service_stub.cpp144 int64_t samplingPeriodNs; in SensorEnableInner() local
H A Dclient_info.cpp610 int64_t samplingPeriodNs = pidIt.second.GetSamplingPeriodNs(); in GetSensorChannelInfo() local
/ohos5.0/base/sensors/medical_sensor/utils/src/
H A Dmedical_basic_info.cpp29 void MedicalSensorBasicInfo::SetSamplingPeriodNs(int64_t samplingPeriodNs) in SetSamplingPeriodNs()
H A Dmedical_channel_info.cpp58 void MedicalSensorChannelInfo::SetSamplingPeriodNs(int64_t samplingPeriodNs) in SetSamplingPeriodNs()
/ohos5.0/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmedical_service_proxy.cpp46 ErrCode MedicalSensorServiceProxy::EnableSensor(uint32_t sensorId, int64_t samplingPeriodNs, int64_… in EnableSensor()
/ohos5.0/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dhdi_connection.cpp221 void HdiConnection::UpdateSensorBasicInfo(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxRe… in UpdateSensorBasicInfo()
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H A Dhdi_connection.cpp232 void HdiConnection::updateSensorBasicInfo(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxRe… in updateSensorBasicInfo()
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_service_proxy.cpp36 ErrCode SensorServiceProxy::EnableSensor(int32_t sensorId, int64_t samplingPeriodNs, int64_t maxRep… in EnableSensor()
/ohos5.0/base/sensors/sensor/interfaces/inner_api/
H A Dsensor_agent_type.h512 int64_t samplingPeriodNs = -1; /**< Sample period, in ns */ member