Home
last modified time | relevance | path

Searched refs:periodCountMap_ (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/sensor/hdi_service/
H A Dsensor_client_info.cpp33 periodCountMap_.clear(); in ~SensorClientInfo()
45 __func__, serviceId, sensorId, curCountMap_[sensorId], periodCountMap_[sensorId]); in PrintClientMapInfo()
H A Dsensor_client_info.h38 std::unordered_map<int32_t, int32_t> periodCountMap_; member in OHOS::HDI::Sensor::V2_0::SensorClientInfo
H A Dsensor_clients_manager.cpp202 client.periodCountMap_[sensorId] = periodCount; in UpdateClientPeriodCount()
424 if (sensorClientInfo.periodCountMap_.find(sensorId) == sensorClientInfo.periodCountMap_.end()) { in IsNotNeedReportData()
433 if (sensorClientInfo.curCountMap_[sensorId] >= sensorClientInfo.periodCountMap_[sensorId]) { in IsNotNeedReportData()
H A Dsensor_hdi_dump.cpp203 std::to_string(sensorClientInfo.periodCountMap_[sensorId]) + ",";

Completed in 2 milliseconds