Home
last modified time | relevance | path

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

/base/powermgr/battery_statistics/services/native/src/entities/
Dcpu_entity.cpp125 double cpuClusterPower = StatsUtils::DEFAULT_VALUE; in CalculateCpuClusterPower() local
130 cpuClusterPower += cpuClusterAverageMa * cpuClusterTimeMs / StatsUtils::MS_IN_HOUR; in CalculateCpuClusterPower()
135 cpuClusterPower, uid); in CalculateCpuClusterPower()
136 cpuClusterIter->second = cpuClusterPower; in CalculateCpuClusterPower()
139 cpuClusterPower, uid); in CalculateCpuClusterPower()
140 cpuClusterPowerMap_.insert(std::pair<int32_t, double>(uid, cpuClusterPower)); in CalculateCpuClusterPower()
142 return cpuClusterPower; in CalculateCpuClusterPower()