Home
last modified time | relevance | path

Searched defs:chargeType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_service_test.cpp463 ChargeType chargeType = g_service->GetChargeType(); variable
H A Dbattery_notify_test.cpp351 const ChargeType chargeType = ChargeType::WIRED_NORMAL; variable
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_dump.cpp97 ChargeType chargeType = service->GetChargeType(); in GetBatteryInfo() local
H A Dbattery_notify.cpp136 ChargeType chargeType = info.GetChargeType(); in PublishChargeTypeChangedEvent() local
H A Dbattery_service.cpp670 V2_0::ChargeType chargeType = V2_0::ChargeType::CHARGE_TYPE_NONE; in GetChargeType() local
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp233 int32_t BatteryInterfaceImpl::GetChargeType(ChargeType& chargeType) in GetChargeType()
H A Dpower_supply_provider.cpp911 int32_t PowerSupplyProvider::ParseChargeType(int32_t* chargeType, std::string& chargeTypePath) in ParseChargeType()
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h309 void SetChargeType(const ChargeType chargeType) in SetChargeType()