Home
last modified time | relevance | path

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

/base/powermgr/battery_statistics/test/systemtest/src/
Dbatterystats_sys_test.cpp118 double actualPowerMah = statsClient.GetAppStatsMah(uid); variable
119 double devPrecent = abs(expectedPowerMah - actualPowerMah) / expectedPowerMah;
138 GTEST_LOG_(INFO) << __func__ << ": actual consumption = " << actualPowerMah << " mAh";
175 double actualPowerMah = statsClient.GetPartStatsMah(BatteryStatsInfo::CONSUMPTION_TYPE_SCREEN); variable
176 double devPrecent = abs(expectedPowerMah - actualPowerMah) / expectedPowerMah;
190 GTEST_LOG_(INFO) << __func__ << ": actual consumption = " << actualPowerMah << " mAh";