Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/
H A Dcpu_entity.cpp133 auto cpuClusterIter = cpuClusterPowerMap_.find(uid); in CalculateCpuClusterPower()
134 if (cpuClusterIter != cpuClusterPowerMap_.end()) { in CalculateCpuClusterPower()
141 cpuClusterPowerMap_.insert(std::pair<int32_t, double>(uid, cpuClusterPower)); in CalculateCpuClusterPower()
202 auto cpuClusterIter = cpuClusterPowerMap_.find(uid); in GetStatsPowerMah()
203 if (cpuClusterIter != cpuClusterPowerMap_.end()) { in GetStatsPowerMah()
243 for (auto& iter : cpuClusterPowerMap_) { in Reset()
/ohos5.0/base/powermgr/battery_statistics/services/native/include/entities/
H A Dcpu_entity.h43 std::map<int32_t, double> cpuClusterPowerMap_; variable