Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/services/native/include/entities/
H A Dcpu_entity.h46 double CalculateCpuClusterPower(int32_t uid);
/ohos5.0/base/powermgr/battery_statistics/services/native/src/entities/
H A Dcpu_entity.cpp85 cpuTotalPowerMah += CalculateCpuClusterPower(uid); in Calculate()
123 double CpuEntity::CalculateCpuClusterPower(int32_t uid) in CalculateCpuClusterPower() function in OHOS::PowerMgr::CpuEntity