Home
last modified time | relevance | path

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

/base/powermgr/battery_manager/interfaces/innerkits/native/include/
Dbattery_info.h305 const int32_t& GetPluggedMaxVoltage() const in GetPluggedMaxVoltage() function
360 (pluggedMaxVoltage_ == info.GetPluggedMaxVoltage()) &&
/base/powermgr/battery_manager/services/native/src/
Dbattery_notify.cpp115 want.SetParam(BatteryInfo::COMMON_EVENT_KEY_PLUGGED_MAX_VOLTAGE, info.GetPluggedMaxVoltage()); in PublishChangedEvent()
155 …etParam(ToString(BatteryInfo::COMMON_EVENT_CODE_PLUGGED_MAX_VOLTAGE), info.GetPluggedMaxVoltage()); in ChangedEventDeprecated()
Dbattery_service.cpp211 …batteryInfo_.GetPluggedMaxVoltage(), batteryInfo_.GetChargeState(), batteryInfo_.GetChargeCounter(… in HandleBatteryInfo()