Searched refs:healthStateArr (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/powermgr/battery_manager/test/systemtest/src/ |
H A D | battery_sttest.cpp | 270 std::string healthStateArr[] = {"Unknown", "Good", "Hot", "Over voltage", "Cold", "Dead"}; variable 278 healthStateArr[static_cast<int32_t>(tempHealthState)]); 303 std::string healthStateArr[] = {"Unknown", "Good", "Hot", "Over voltage", "Cold", "Dead"}; variable 311 healthStateArr[static_cast<int32_t>(tempHealthState)]); 336 std::string healthStateArr[] = {"Unknown", "Good", "Hot", "Over voltage", "Cold", "Dead"}; variable 344 healthStateArr[static_cast<int32_t>(tempHealthState)]); 369 std::string healthStateArr[] = {"Unknown", "Good", "Hot", "Over voltage", "Cold", "Dead"}; variable 377 healthStateArr[static_cast<int32_t>(tempHealthState)]); 402 std::string healthStateArr[] = {"Unknown", "Good", "Hot", "Over voltage", "Cold", "Dead"}; variable 410 healthStateArr[static_cast<int32_t>(tempHealthState)]); [all …]
|
/ohos5.0/base/powermgr/battery_manager/frameworks/native/test/unittest/src/ |
H A D | battery_client_test.cpp | 163 std::string healthStateArr[] = {"Unknown", "Good", "Hot", "Over voltage", "Cold", "Dead"}; variable 174 healthStateArr[static_cast<int32_t>(tempHealthState)]);
|