Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_bluetooth_test.cpp979 double actualPowerOne = statsClient.GetAppStatsMah(uidOne); variable
980 double devPrecentOne = abs(expectedPowerOne - actualPowerOne) / expectedPowerOne;
982 GTEST_LOG_(INFO) << __func__ << ": actual consumption One = " << actualPowerOne << " mAh";
1169 double actualPowerOne = statsClient.GetAppStatsMah(uidOne); variable
1170 double devPrecentOne = abs(expectedPowerOne - actualPowerOne) / expectedPowerOne;
1172 GTEST_LOG_(INFO) << __func__ << ": actual consumption One = " << actualPowerOne << " mAh";
/ohos5.0/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_bluetooth_test.cpp1108 double actualPowerOne = g_statsServiceProxy->GetAppStatsMah(uidOne); variable
1109 double devPrecentOne = abs(expectedPowerOne - actualPowerOne) / expectedPowerOne;
1111 GTEST_LOG_(INFO) << __func__ << ": actual consumption One = " << actualPowerOne << " mAh";
1320 double actualPowerOne = g_statsServiceProxy->GetAppStatsMah(uidOne); variable
1321 double devPrecentOne = abs(expectedPowerOne - actualPowerOne) / expectedPowerOne;
1323 GTEST_LOG_(INFO) << __func__ << ": actual consumption One = " << actualPowerOne << " mAh";