Searched refs:healthStateArr (Results 1 - 2 of 2) sorted by relevance
/base/powermgr/battery_manager/test/systemtest/src/ |
H A D | battery_sttest.cpp | 277 std::string healthStateArr[] = {"Unknown", "Good", "Hot", "Over voltage", "Cold", "Dead"}; in HWTEST_F() local 285 healthStateArr[static_cast<int32_t>(tempHealthState)]); in HWTEST_F() 311 std::string healthStateArr[] = {"Unknown", "Good", "Hot", "Over voltage", "Cold", "Dead"}; in HWTEST_F() local 319 healthStateArr[static_cast<int32_t>(tempHealthState)]); in HWTEST_F() 345 std::string healthStateArr[] = {"Unknown", "Good", "Hot", "Over voltage", "Cold", "Dead"}; in HWTEST_F() local 353 healthStateArr[static_cast<int32_t>(tempHealthState)]); in HWTEST_F() 379 std::string healthStateArr[] = {"Unknown", "Good", "Hot", "Over voltage", "Cold", "Dead"}; in HWTEST_F() local 387 healthStateArr[static_cast<int32_t>(tempHealthState)]); in HWTEST_F() 413 std::string healthStateArr[] = {"Unknown", "Good", "Hot", "Over voltage", "Cold", "Dead"}; in HWTEST_F() local 421 healthStateArr[static_cas in HWTEST_F() 447 std::string healthStateArr[] = {"Unknown", "Good", "Hot", "Over voltage", "Cold", "Dead"}; HWTEST_F() local [all...] |
/base/powermgr/battery_manager/test/unittest/src/interface_test/ |
H A D | battery_client_test.cpp | 164 std::string healthStateArr[] = {"Unknown", "Good", "Hot", "Over voltage", "Cold", "Dead"}; in HWTEST_F() local 175 healthStateArr[static_cast<int32_t>(tempHealthState)]); in HWTEST_F()
|
Completed in 2 milliseconds