Home
last modified time | relevance | path

Searched refs:GetPluggedMaxVoltage (Results 1 – 3 of 3) sorted by relevance

/base/powermgr/battery_manager/interfaces/inner_api/native/include/
Dbattery_info.h344 const int32_t& GetPluggedMaxVoltage() const in GetPluggedMaxVoltage() function
404 (pluggedMaxVoltage_ == info.GetPluggedMaxVoltage()) &&
/base/powermgr/battery_manager/services/native/src/
Dbattery_notify.cpp143 want.SetParam(BatteryInfo::COMMON_EVENT_KEY_PLUGGED_MAX_VOLTAGE, info.GetPluggedMaxVoltage()); in PublishChangedEvent()
Dbattery_service.cpp217 …batteryInfo_.GetPluggedMaxCurrent(), batteryInfo_.GetPluggedMaxVoltage(), batteryInfo_.GetChargeSt… in HandleBatteryInfo()