Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h349 const int32_t& GetPluggedMaxVoltage() const in GetPluggedMaxVoltage() function
414 (pluggedMaxVoltage_ == info.GetPluggedMaxVoltage()) &&
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_notify.cpp231 want.SetParam(BatteryInfo::COMMON_EVENT_KEY_PLUGGED_MAX_VOLTAGE, info.GetPluggedMaxVoltage()); in PublishChangedEventInner()
H A Dbattery_service.cpp245 …ryInfo_.GetPluggedType(), batteryInfo_.GetPluggedMaxCurrent(), batteryInfo_.GetPluggedMaxVoltage(), in HandleBatteryInfo()