Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_config.h114 int32_t GetMaxPower() const in GetMaxPower() function
/ohos5.0/base/usb/usb_manager/services/zidl/src/
H A Dusb_srv_stub.cpp913 WRITE_PARCEL_WITH_RET(data, Int32, config.GetMaxPower(), UEC_SERVICE_WRITE_PARCEL_ERROR); in SetDeviceConfigsMessageParcel()
/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp142 NapiUtil::SetValueInt32(env, "maxPower", usbConfig.GetMaxPower(), obj); in CtoJSUsbConfig()