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/
H A Dcpu_entity.cpp125 double cpuClusterPower = StatsUtils::DEFAULT_VALUE; in CalculateCpuClusterPower() local
131 cpuClusterPower += cpuClusterAverageMa * cpuClusterTimeMs / StatsUtils::MS_IN_HOUR; in CalculateCpuClusterPower()
136 cpuClusterPower, uid); in CalculateCpuClusterPower()
137 cpuClusterIter->second = cpuClusterPower; in CalculateCpuClusterPower()
140 cpuClusterPower, uid); in CalculateCpuClusterPower()
141 cpuClusterPowerMap_.insert(std::pair<int32_t, double>(uid, cpuClusterPower)); in CalculateCpuClusterPower()
143 return cpuClusterPower; in CalculateCpuClusterPower()

Completed in 1 milliseconds