Home
last modified time | relevance | path

Searched defs:actualSoftPower (Results 1 - 2 of 2) sorted by relevance

/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_bluetooth_test.cpp1432 double actualSoftPower = g_statsServiceProxy->GetAppStatsMah(uid); in HWTEST_F() local
1435 GTEST_LOG_(INFO) << __func__ << ": actual soft consumption = " << actualSoftPower << " mAh"; in HWTEST_F() local
1466 double actualSoftPower = g_statsServiceProxy->GetAppStatsMah(uid); in HWTEST_F() local
1468 GTEST_LOG_(INFO) << __func__ << ": actual soft consumption = " << actualSoftPower << " mAh"; in HWTEST_F() local
1550 double actualSoftPower = bluetoothEntity->GetStatsPowerMah(StatsUtils::STATS_TYPE_BLUETOOTH_BR_SCAN, uid) + in HWTEST_F() local
1554 GTEST_LOG_(INFO) << __func__ << ": actual soft consumption = " << actualSoftPower << " mAh"; in HWTEST_F() local
1608 double actualSoftPower in HWTEST_F() local
1610 GTEST_LOG_(INFO) << __func__ << ": actual soft consumption = " << actualSoftPower << " mAh"; HWTEST_F() local
[all...]
/base/powermgr/battery_statistics/test/unittest/src/clienttest/
H A Dstats_bluetooth_test.cpp1280 double actualSoftPower = statsClient.GetAppStatsMah(uid); in HWTEST_F() local
1283 GTEST_LOG_(INFO) << __func__ << ": actual soft consumption = " << actualSoftPower << " mAh"; in HWTEST_F() local
1313 double actualSoftPower = statsClient.GetAppStatsMah(uid); in HWTEST_F() local
1315 GTEST_LOG_(INFO) << __func__ << ": actual soft consumption = " << actualSoftPower << " mAh"; in HWTEST_F() local

Completed in 6 milliseconds