Searched refs:GetCurPidSensorInfo (Results 1 - 6 of 6) sorted by relevance
/base/sensors/sensor/services/src/ |
H A D | sensor_power_policy.cpp | 85 auto sensorInfo = clientInfo_.GetCurPidSensorInfo(sensorId, pid); in Suspend() 225 auto sensorInfo = clientInfo_.GetCurPidSensorInfo(sensorId, pid); in GetActiveInfoList()
|
H A D | client_info.cpp | 365 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 D | sensor_service.cpp | 244 SensorBasicInfo sensorInfo = clientInfo_.GetCurPidSensorInfo(sensorId, GetCallingPid()); in SaveSubscriber() 585 SensorBasicInfo sensorInfo = clientInfo_.GetCurPidSensorInfo(sensorId, pid); in ReportActiveInfo()
|
/base/sensors/sensor/services/include/ |
H A D | client_info.h | 60 SensorBasicInfo GetCurPidSensorInfo(int32_t sensorId, int32_t pid);
|
/base/sensors/medical_sensor/services/medical_sensor/include/ |
H A D | client_info.h | 56 MedicalSensorBasicInfo GetCurPidSensorInfo(uint32_t sensorId, int32_t pid);
|
/base/sensors/medical_sensor/services/medical_sensor/src/ |
H A D | client_info.cpp | 369 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