Home
last modified time | relevance | path

Searched defs:maxCurrent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h259 void SetPluggedMaxCurrent(const int32_t maxCurrent) in SetPluggedMaxCurrent()
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp514 napi_value maxCurrent = nullptr; in CreateEventBatteryChangedCode() local
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dpower_supply_provider.cpp401 int32_t PowerSupplyProvider::ParsePluggedMaxCurrent(int32_t* maxCurrent) in ParsePluggedMaxCurrent()