Searched refs:totalenergy (Results 1 – 2 of 2) sorted by relevance
392 auto totalenergy = BatterySrvClient.GetTotalEnergy(); variable393 BATTERY_HILOGI(LABEL_TEST, "BatteryClientTest::totalenergy=%{public}d", totalenergy);394 … GTEST_LOG_(INFO) << "BatteryClient::BatteryClient011 executing, totalenergy=" << totalenergy;395 ASSERT_EQ(totalenergy, 4654321);399 auto totalenergy = BatterySrvClient.GetTotalEnergy(); variable400 BATTERY_HILOGI(LABEL_TEST, "BatteryClientTest::totalenergy=%{public}d", totalenergy);401 … GTEST_LOG_(INFO) << "BatteryClient::BatteryClient011 executing, totalenergy=" << totalenergy;402 ASSERT_TRUE(totalenergy >= 0);
224 auto totalenergy = g_batterySrvClient.GetTotalEnergy(); in BENCHMARK_F() local226 ASSERT_TRUE(totalenergy >= 0); in BENCHMARK_F()