Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/test/systemtest/src/
H A Dbatterystats_sys_test.cpp117 double expectedPowerMah = wakelockAverage * POWER_CONSUMPTION_DURATION_US / US_PER_HOUR; variable
119 double devPrecent = abs(expectedPowerMah - actualPowerMah) / expectedPowerMah;
137 GTEST_LOG_(INFO) << __func__ << ": expected consumption = " << expectedPowerMah << " mAh";
174 double expectedPowerMah = average * POWER_CONSUMPTION_DURATION_US / US_PER_HOUR; variable
176 double devPrecent = abs(expectedPowerMah - actualPowerMah) / expectedPowerMah;
189 GTEST_LOG_(INFO) << __func__ << ": expected consumption = " << expectedPowerMah << " mAh";