Home
last modified time | relevance | path

Searched refs:totalEnergy (Results 1 - 2 of 2) sorted by relevance

/test/xts/hats/powermgr/battery/hdi_battery/common/
H A Dhdi_battery_test.cpp270 int32_t totalEnergy = -1; in HWTEST_F() local
271 g_batteryInterface->GetTotalEnergy(totalEnergy); in HWTEST_F()
272 EXPECT_TRUE(totalEnergy >= 0); in HWTEST_F()
/test/xts/hats/powermgr/battery/hdi_battery_additional/common/
H A Dhdi_battery_test.cpp231 int32_t totalEnergy = -1; in HWTEST_F() local
233 g_batteryInterface->GetTotalEnergy(totalEnergy); in HWTEST_F()
234 EXPECT_TRUE(totalEnergy >= 0); in HWTEST_F()

Completed in 2 milliseconds