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/
Dbattery_info.h74 HEALTH_STATE_BUTT enumerator
/base/powermgr/battery_manager/services/zidl/src/
Dbattery_srv_proxy.cpp81 RETURN_IF_WITH_RET(remote == nullptr, BatteryHealthState::HEALTH_STATE_BUTT); in GetHealthStatus()
88 return BatteryHealthState::HEALTH_STATE_BUTT; in GetHealthStatus()
96 return BatteryHealthState::HEALTH_STATE_BUTT; in GetHealthStatus()
98 uint32_t healthStatus = static_cast<uint32_t>(BatteryHealthState::HEALTH_STATE_BUTT); in GetHealthStatus()
99 READ_PARCEL_WITH_RET(reply, Uint32, healthStatus, BatteryHealthState::HEALTH_STATE_BUTT); in GetHealthStatus()
/base/powermgr/battery_lite/test/Interface_test/test/unittest/src/
Dbatterymgr_interfaces_test.cpp68 EXPECT_EQ ((status >= HEALTH_STATE_UNKNOWN && status <= HEALTH_STATE_BUTT), 1)
/base/powermgr/battery_manager/interfaces/inner_api/native/include/
Dbattery_info.h97 HEALTH_STATE_BUTT enumerator
450 BatteryHealthState healthState_ = BatteryHealthState::HEALTH_STATE_BUTT;
/base/powermgr/battery_lite/services/src/
Dbattery_manage_feature.c69 BatteryHealthState healthState = HEALTH_STATE_BUTT; in HealthStatusImpl()
/base/powermgr/battery_manager/test/unittest/src/
Dbattery_srv_proxy_mock_test.cpp89 …healthState <= BatteryHealthState::HEALTH_STATE_BUTT); // the enum value range of BatteryHealthSta…
Dbattery_notify_test.cpp166 const BatteryHealthState healthState = BatteryHealthState::HEALTH_STATE_BUTT;
Dbattery_service_test.cpp295 healthState <= BatteryHealthState::HEALTH_STATE_BUTT);
/base/powermgr/battery_manager/frameworks/native/src/
Dbattery_srv_client.cpp105 BatteryHealthState healthStatus = BatteryHealthState::HEALTH_STATE_BUTT; in GetHealthStatus()
/base/powermgr/battery_manager/test/benchmarktest/
Dbattery_benchmark_test.cpp85 healthStatus < BatteryHealthState::HEALTH_STATE_BUTT); in BENCHMARK_F()