Home
last modified time | relevance | path

Searched refs:HEALTH_STATE_BUTT (Results 1 - 10 of 10) sorted by relevance

/base/powermgr/battery_lite/interfaces/kits/
H A Dbattery_info.h74 HEALTH_STATE_BUTT enumerator
/base/powermgr/battery_manager/services/zidl/src/
H A Dbattery_srv_proxy.cpp82 RETURN_IF_WITH_RET(remote == nullptr, BatteryHealthState::HEALTH_STATE_BUTT); in GetHealthStatus()
89 return BatteryHealthState::HEALTH_STATE_BUTT; in GetHealthStatus()
97 return BatteryHealthState::HEALTH_STATE_BUTT; in GetHealthStatus()
99 uint32_t healthStatus = static_cast<uint32_t>(BatteryHealthState::HEALTH_STATE_BUTT); in GetHealthStatus()
100 RETURN_IF_READ_PARCEL_FAILED_WITH_RET(reply, Uint32, healthStatus, BatteryHealthState::HEALTH_STATE_BUTT); in GetHealthStatus()
/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_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h97 HEALTH_STATE_BUTT
464 BatteryHealthState healthState_ = BatteryHealthState::HEALTH_STATE_BUTT;
/base/powermgr/battery_lite/services/src/
H A Dbattery_manage_feature.c69 BatteryHealthState healthState = HEALTH_STATE_BUTT; in HealthStatusImpl()
/base/powermgr/battery_manager/frameworks/native/src/
H A Dbattery_srv_client.cpp106 RETURN_IF_WITH_RET(proxy == nullptr, BatteryHealthState::HEALTH_STATE_BUTT); in GetHealthStatus()
/base/powermgr/battery_manager/test/benchmarktest/
H A Dbattery_benchmark_test.cpp85 healthStatus < BatteryHealthState::HEALTH_STATE_BUTT); in BENCHMARK_F()
/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_srv_proxy_mock_test.cpp98 healthState <= BatteryHealthState::HEALTH_STATE_BUTT); // the enum value range of BatteryHealthState in HWTEST_F()
/base/powermgr/battery_manager/test/unittest/src/scenario_test/
H A Dbattery_notify_test.cpp179 const BatteryHealthState healthState = BatteryHealthState::HEALTH_STATE_BUTT; in HWTEST_F()
/base/powermgr/battery_manager/test/unittest/src/interface_test/
H A Dbattery_service_test.cpp296 healthState <= BatteryHealthState::HEALTH_STATE_BUTT); in HWTEST_F()

Completed in 6 milliseconds