/ohos5.0/base/powermgr/battery_manager/test/systemtest/src/ |
H A D | battery_sttest.cpp | 273 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 D | battery_notify_test.cpp | 43 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 D | battery_srv_proxy_mock_test.cpp | 87 BatteryHealthState healthState = g_proxy->GetHealthStatus(); variable
|
H A D | battery_service_test.cpp | 294 BatteryHealthState healthState = g_service->GetHealthStatus(); variable
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/battery/ |
H A D | _battery_info_v10.md | 90 ### healthState subsection
|
H A D | _battery_info_v11.md | 90 ### healthState subsection
|
H A D | _battery_info_v12.md | 90 ### healthState subsection
|
H A D | _battery_info_v20.md | 91 ### healthState subsection
|
/ohos5.0/base/powermgr/battery_lite/services/src/ |
H A D | battery_manage_feature.c | 69 BatteryHealthState healthState = HEALTH_STATE_BUTT; in HealthStatusImpl() local
|
/ohos5.0/base/powermgr/battery_manager/frameworks/native/test/unittest/src/ |
H A D | battery_client_test.cpp | 166 auto healthState = BatterySrvClient.GetHealthStatus(); variable 176 auto healthState = BatterySrvClient.GetHealthStatus(); variable
|
/ohos5.0/base/powermgr/battery_manager/services/native/src/ |
H A D | battery_dump.cpp | 75 BatteryHealthState healthState = service->GetHealthStatus(); in GetBatteryInfo() local
|
H A D | battery_notify.cpp | 188 int32_t healthState = static_cast<int32_t>(info.GetHealthState()); in PublishChangedEvent() local
|
H A D | battery_service.cpp | 535 V2_0::BatteryHealthState healthState = V2_0::BatteryHealthState(0); in GetHealthStatus() local
|
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | battery_info.cpp | 468 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 D | battery_interface_impl.cpp | 126 int32_t BatteryInterfaceImpl::GetHealthState(BatteryHealthState& healthState) in GetHealthState()
|
H A D | power_supply_provider.cpp | 832 int32_t PowerSupplyProvider::ParseHealthState(int32_t* healthState) in ParseHealthState()
|
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/ |
H A D | battery_info.h | 249 void SetHealthState(const BatteryHealthState healthState) in SetHealthState()
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/ |
H A D | hdi_service_test.cpp | 881 int32_t healthState = -1; variable
|
/ohos5.0/drivers/peripheral/usb/hdi_service/include/ |
H A D | usbd_type.h | 215 int32_t healthState; member
|