Home
last modified time | relevance | path

Searched refs:CHARGE_STATE_ENABLE (Results 1 – 11 of 11) sorted by relevance

/base/powermgr/battery_lite/interfaces/kits/
Dbattery_info.h31 CHARGE_STATE_ENABLE, enumerator
/base/powermgr/battery_manager/test/systemtest/src/
Dbattery_sttest.cpp837 ASSERT_TRUE(chargeState == OHOS::PowerMgr::BatteryChargeState::CHARGE_STATE_ENABLE);
1028 ASSERT_TRUE(chargeState == OHOS::PowerMgr::BatteryChargeState::CHARGE_STATE_ENABLE);
1395 int32_t chargestate = PowerSupplyProvider::CHARGE_STATE_ENABLE;
1425 int32_t chargestate = PowerSupplyProvider::CHARGE_STATE_ENABLE;
1454 int32_t chargestate = PowerSupplyProvider::CHARGE_STATE_ENABLE;
1483 int32_t chargestate = PowerSupplyProvider::CHARGE_STATE_ENABLE;
1512 int32_t chargestate = PowerSupplyProvider::CHARGE_STATE_ENABLE;
1541 int32_t chargestate = PowerSupplyProvider::CHARGE_STATE_ENABLE;
1570 int32_t chargestate = PowerSupplyProvider::CHARGE_STATE_ENABLE;
1599 int32_t chargestate = PowerSupplyProvider::CHARGE_STATE_ENABLE;
[all …]
Dcharger_offline_shutdown_test.cpp114 int32_t chargestate = PowerSupplyProvider::CHARGE_STATE_ENABLE;
/base/powermgr/battery_manager/services/native/test/unittest/src/
Dbattery_service_test.cpp96 ASSERT_TRUE(chargeState == OHOS::PowerMgr::BatteryChargeState::CHARGE_STATE_ENABLE);
99 ASSERT_TRUE(chargeState == OHOS::PowerMgr::BatteryChargeState::CHARGE_STATE_ENABLE ||
/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
Dcharger_state_collection.cpp89 case static_cast<int>(BatteryChargeState::CHARGE_STATE_ENABLE): { in HandleChangerStatusCompleted()
/base/powermgr/battery_manager/interfaces/innerkits/native/include/
Dbattery_info.h42 CHARGE_STATE_ENABLE, enumerator
/base/powermgr/battery_lite/services/src/
Dbattery_device.c24 CHARGE_STATE_ENABLE,
/base/powermgr/battery_manager/frameworks/native/test/unittest/src/
Dbattery_client_test.cpp110 ASSERT_TRUE(chargeState == OHOS::PowerMgr::BatteryChargeState::CHARGE_STATE_ENABLE ||
/base/powermgr/battery_manager/frameworks/js/napi/
Dsystem_battery.cpp209 return static_cast<uint32_t>(chargingState_ == BatteryChargeState::CHARGE_STATE_ENABLE || in IsCharging()
Dbattery_info.cpp258 napi_create_int32(env, (int32_t)BatteryChargeState::CHARGE_STATE_ENABLE, &enable); in CreateEnumChargeState()
/base/powermgr/battery_manager/services/native/src/
Dbattery_service_subscriber.cpp289 static_cast<uint32_t>(BatteryChargeState::CHARGE_STATE_ENABLE)) { in HandleBatteryChargingEvent()