Home
last modified time | relevance | path

Searched refs:GetCurPidSensorInfo (Results 1 - 6 of 6) sorted by relevance

/base/sensors/sensor/services/src/
H A Dsensor_power_policy.cpp85 auto sensorInfo = clientInfo_.GetCurPidSensorInfo(sensorId, pid); in Suspend()
225 auto sensorInfo = clientInfo_.GetCurPidSensorInfo(sensorId, pid); in GetActiveInfoList()
H A Dclient_info.cpp365 SensorBasicInfo ClientInfo::GetCurPidSensorInfo(int32_t sensorId, int32_t pid) in GetCurPidSensorInfo() function in OHOS::Sensors::ClientInfo
408 int64_t curSamplingPeriod = GetCurPidSensorInfo(sensorId, pid).GetSamplingPeriodNs(); in ComputeBestPeriodCount()
432 int64_t curReportDelay = GetCurPidSensorInfo(sensorId, pid).GetMaxReportDelayNs(); in ComputeBestFifoCount()
433 int64_t curSamplingPeriod = GetCurPidSensorInfo(sensorId, pid).GetSamplingPeriodNs(); in ComputeBestFifoCount()
H A Dsensor_service.cpp244 SensorBasicInfo sensorInfo = clientInfo_.GetCurPidSensorInfo(sensorId, GetCallingPid()); in SaveSubscriber()
585 SensorBasicInfo sensorInfo = clientInfo_.GetCurPidSensorInfo(sensorId, pid); in ReportActiveInfo()
/base/sensors/sensor/services/include/
H A Dclient_info.h60 SensorBasicInfo GetCurPidSensorInfo(int32_t sensorId, int32_t pid);
/base/sensors/medical_sensor/services/medical_sensor/include/
H A Dclient_info.h56 MedicalSensorBasicInfo GetCurPidSensorInfo(uint32_t sensorId, int32_t pid);
/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dclient_info.cpp369 MedicalSensorBasicInfo ClientInfo::GetCurPidSensorInfo(uint32_t sensorId, int32_t pid) in GetCurPidSensorInfo() function in OHOS::Sensors::ClientInfo
415 int64_t curSamplingPeriod = GetCurPidSensorInfo(sensorId, pid).GetSamplingPeriodNs(); in ComputeBestPeriodCount()
439 int64_t curReportDelay = GetCurPidSensorInfo(sensorId, pid).GetMaxReportDelayNs(); in ComputeBestFifoCount()
440 int64_t curSamplingPeriod = GetCurPidSensorInfo(sensorId, pid).GetSamplingPeriodNs(); in ComputeBestFifoCount()

Completed in 5 milliseconds