Home
last modified time | relevance | path

Searched refs:healthStateArr (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/test/systemtest/src/
H A Dbattery_sttest.cpp270 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 Dbattery_client_test.cpp163 std::string healthStateArr[] = {"Unknown", "Good", "Hot", "Over voltage", "Cold", "Dead"}; variable
174 healthStateArr[static_cast<int32_t>(tempHealthState)]);