Home
last modified time | relevance | path

Searched defs:healthState (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/test/systemtest/src/
H A Dbattery_sttest.cpp273 auto healthState = BatterySrvClient.GetHealthStatus(); variable
281 auto healthState = BatterySrvClient.GetHealthStatus(); variable
306 auto healthState = BatterySrvClient.GetHealthStatus(); variable
314 auto healthState = BatterySrvClient.GetHealthStatus(); variable
339 auto healthState = BatterySrvClient.GetHealthStatus(); variable
347 auto healthState = BatterySrvClient.GetHealthStatus(); variable
372 auto healthState = BatterySrvClient.GetHealthStatus(); variable
380 auto healthState = BatterySrvClient.GetHealthStatus(); variable
405 auto healthState = BatterySrvClient.GetHealthStatus(); variable
413 auto healthState = BatterySrvClient.GetHealthStatus(); variable
[all …]
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_notify_test.cpp43 const BatteryHealthState healthState = BatteryHealthState::HEALTH_STATE_UNKNOWN; in SetUp() local
96 const BatteryHealthState healthState = BatteryHealthState::HEALTH_STATE_GOOD; variable
110 const BatteryHealthState healthState = BatteryHealthState::HEALTH_STATE_OVERHEAT; variable
124 const BatteryHealthState healthState = BatteryHealthState::HEALTH_STATE_OVERVOLTAGE; variable
138 const BatteryHealthState healthState = BatteryHealthState::HEALTH_STATE_COLD; variable
152 const BatteryHealthState healthState = BatteryHealthState::HEALTH_STATE_DEAD; variable
166 const BatteryHealthState healthState = BatteryHealthState::HEALTH_STATE_BUTT; variable
H A Dbattery_srv_proxy_mock_test.cpp87 BatteryHealthState healthState = g_proxy->GetHealthStatus(); variable
H A Dbattery_service_test.cpp294 BatteryHealthState healthState = g_service->GetHealthStatus(); variable
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/battery/
H A D_battery_info_v10.md90 ### healthState subsection
H A D_battery_info_v11.md90 ### healthState subsection
H A D_battery_info_v12.md90 ### healthState subsection
H A D_battery_info_v20.md91 ### healthState subsection
/ohos5.0/base/powermgr/battery_lite/services/src/
H A Dbattery_manage_feature.c69 BatteryHealthState healthState = HEALTH_STATE_BUTT; in HealthStatusImpl() local
/ohos5.0/base/powermgr/battery_manager/frameworks/native/test/unittest/src/
H A Dbattery_client_test.cpp166 auto healthState = BatterySrvClient.GetHealthStatus(); variable
176 auto healthState = BatterySrvClient.GetHealthStatus(); variable
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_dump.cpp75 BatteryHealthState healthState = service->GetHealthStatus(); in GetBatteryInfo() local
H A Dbattery_notify.cpp188 int32_t healthState = static_cast<int32_t>(info.GetHealthState()); in PublishChangedEvent() local
H A Dbattery_service.cpp535 V2_0::BatteryHealthState healthState = V2_0::BatteryHealthState(0); in GetHealthStatus() local
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp468 napi_value healthState = nullptr; in CreateEventBatteryChangedKey() local
512 napi_value healthState = nullptr; in CreateEventBatteryChangedCode() local
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp126 int32_t BatteryInterfaceImpl::GetHealthState(BatteryHealthState& healthState) in GetHealthState()
H A Dpower_supply_provider.cpp832 int32_t PowerSupplyProvider::ParseHealthState(int32_t* healthState) in ParseHealthState()
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h249 void SetHealthState(const BatteryHealthState healthState) in SetHealthState()
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H A Dhdi_service_test.cpp881 int32_t healthState = -1; variable
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h215 int32_t healthState; member