Home
last modified time | relevance | path

Searched refs:HEALTH_STATE_UNKNOWN (Results 1 - 11 of 11) sorted by relevance

/base/powermgr/battery_lite/interfaces/kits/
H A Dbattery_info.h50 HEALTH_STATE_UNKNOWN, enumerator
/base/powermgr/battery_lite/test/Interface_test/test/unittest/src/
H A Dbatterymgr_interfaces_test.cpp68 EXPECT_EQ ((status >= HEALTH_STATE_UNKNOWN && status <= HEALTH_STATE_BUTT), 1) in HWTEST_F()
/base/powermgr/battery_lite/frameworks/native/src/mini/
H A Dbattery_framework.c69 BatteryHealthState state = HEALTH_STATE_UNKNOWN; in GetHealthStatus()
/base/powermgr/battery_manager/test/benchmarktest/
H A Dbattery_benchmark_test.cpp84 ASSERT_TRUE(healthStatus >= BatteryHealthState::HEALTH_STATE_UNKNOWN && in BENCHMARK_F()
/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_srv_proxy_mock_test.cpp97 EXPECT_TRUE(healthState >= BatteryHealthState::HEALTH_STATE_UNKNOWN && in HWTEST_F()
/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h67 HEALTH_STATE_UNKNOWN, member in OHOS::PowerMgr::BatteryHealthState
/base/powermgr/battery_manager/test/unittest/src/scenario_test/
H A Dbattery_notify_test.cpp43 const BatteryHealthState healthState = BatteryHealthState::HEALTH_STATE_UNKNOWN; in SetUp()
/base/powermgr/battery_lite/frameworks/native/src/small/
H A Dbattery_framework.c266 BatteryHealthState state = HEALTH_STATE_UNKNOWN; in GetHealthStatus()
/base/powermgr/battery_manager/test/unittest/src/interface_test/
H A Dbattery_service_test.cpp295 EXPECT_TRUE(healthState >= BatteryHealthState::HEALTH_STATE_UNKNOWN && in HWTEST_F()
/base/powermgr/battery_manager/test/systemtest/src/
H A Dbattery_sttest.cpp436 * @tc.desc: Test IBatterySrv interface GetHealthStatus when healthstatus value is HEALTH_STATE_UNKNOWN
453 EXPECT_TRUE(healthState == OHOS::PowerMgr::BatteryHealthState::HEALTH_STATE_UNKNOWN); in HWTEST_F()
/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp309 napi_create_int32(env, (int32_t)BatteryHealthState::HEALTH_STATE_UNKNOWN, &unknown); in CreateEnumHealthState()

Completed in 8 milliseconds