Home
last modified time | relevance | path

Searched refs:SetSdcSensorBestConfig (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_clients_manager.h47 void SetSdcSensorBestConfig(int sensorId, int64_t &samplingInterval, int64_t &reportInterval);
H A Dsensor_clients_manager.cpp226 void SensorClientsManager::SetSdcSensorBestConfig(int sensorId, int64_t &samplingInterval, int64_t … in SetSdcSensorBestConfig() function in OHOS::HDI::Sensor::V2_0::SensorClientsManager
H A Dsensor_if_service.cpp261 …SensorClientsManager::GetInstance()->SetSdcSensorBestConfig(sensorId, sdcSamplingInterval, sdcRepo… in SetBatchSenior()