Home
last modified time | relevance | path

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

/base/sensors/sensor/services/include/
H A Dclient_info.h61 uint64_t ComputeBestPeriodCount(int32_t sensorId, sptr<SensorBasicDataChannel> &channel);
/base/sensors/medical_sensor/services/medical_sensor/include/
H A Dclient_info.h57 uint64_t ComputeBestPeriodCount(uint32_t sensorId, sptr<MedicalSensorBasicDataChannel> &channel);
/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_data_processer.cpp186 uint64_t periodCount = clientInfo_.ComputeBestPeriodCount(sensorId, channel); in ReportData()
H A Dclient_info.cpp398 uint64_t ClientInfo::ComputeBestPeriodCount(uint32_t sensorId, sptr<MedicalSensorBasicDataChannel> &channel) in ComputeBestPeriodCount() function in OHOS::Sensors::ClientInfo
/base/sensors/sensor/services/src/
H A Dsensor_data_processer.cpp171 uint64_t periodCount = clientInfo_.ComputeBestPeriodCount(sensorId, channel); in ReportData()
H A Dclient_info.cpp392 uint64_t ClientInfo::ComputeBestPeriodCount(int32_t sensorId, sptr<SensorBasicDataChannel> &channel) in ComputeBestPeriodCount() function in OHOS::Sensors::ClientInfo

Completed in 5 milliseconds