Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/sensor/hdi_service/
H A Dsensor_clients_manager.h56 bool GetBestSensorConfigMap(std::unordered_map<int32_t, struct BestSensorConfig> &map);
85 std::unordered_map<int32_t, struct BestSensorConfig> sensorConfig_;
86 std::unordered_map<int32_t, struct BestSensorConfig> sdcSensorConfig_;
91 struct BestSensorConfig { struct
H A Dsensor_clients_manager.cpp155 BestSensorConfig config = {samplingInterval, reportInterval}; in UpdateSensorConfig()
171 BestSensorConfig config = {samplingInterval, reportInterval}; in UpdateSdcSensorConfig()
384 …orClientsManager::GetBestSensorConfigMap(std::unordered_map<int32_t, struct BestSensorConfig> &map) in GetBestSensorConfigMap()
H A Dsensor_hdi_dump.cpp174 std::unordered_map<int32_t, struct BestSensorConfig> bestSensorConfigMap; in SensorShowClient()