Home
last modified time | relevance | path

Searched refs:flashlightPowerMap_ (Results 1 – 2 of 2) sorted by relevance

/base/powermgr/battery_statistics/services/native/src/entities/
Dflashlight_entity.cpp57 auto iter = flashlightPowerMap_.find(uid); in Calculate()
58 if (iter != flashlightPowerMap_.end()) { in Calculate()
65 flashlightPowerMap_.insert(std::pair<int32_t, double>(uid, flashlightOnPowerMah)); in Calculate()
72 auto iter = flashlightPowerMap_.find(uidOrUserId); in GetEntityPowerMah()
73 if (iter != flashlightPowerMap_.end()) { in GetEntityPowerMah()
88 auto flashlightOnIter = flashlightPowerMap_.find(uid); in GetStatsPowerMah()
89 if (flashlightOnIter != flashlightPowerMap_.end()) { in GetStatsPowerMah()
122 for (auto& iter : flashlightPowerMap_) { in Reset()
/base/powermgr/battery_statistics/services/native/include/entities/
Dflashlight_entity.h40 std::map<int32_t, double> flashlightPowerMap_; variable