Searched refs:periodCountMap_ (Results 1 – 4 of 4) sorted by relevance
33 periodCountMap_.clear(); in ~SensorClientInfo()45 __func__, serviceId, sensorId, curCountMap_[sensorId], periodCountMap_[sensorId]); in PrintClientMapInfo()
38 std::unordered_map<int32_t, int32_t> periodCountMap_; variable
202 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()
203 std::to_string(sensorClientInfo.periodCountMap_[sensorId]) + ","; in SensorShowClient()