Searched refs:sensorTotalPowerMap_ (Results 1 – 2 of 2) sorted by relevance
111 auto sensorIter = sensorTotalPowerMap_.find(uid); in Calculate()112 if (sensorIter != sensorTotalPowerMap_.end()) { in Calculate()119 sensorTotalPowerMap_.insert(std::pair<int32_t, double>(uid, sensorTotalPowerMah)); in Calculate()126 auto iter = sensorTotalPowerMap_.find(uidOrUserId); in GetEntityPowerMah()127 if (iter != sensorTotalPowerMap_.end()) { in GetEntityPowerMah()208 for (auto& iter : sensorTotalPowerMap_) { in Reset()
41 std::map<int32_t, double> sensorTotalPowerMap_; variable