Home
last modified time | relevance | path

Searched refs:UsbMtpDeviceAllocCtrlRequests (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/include/
H A Dusbfn_mtp_impl.h218 int32_t UsbMtpDeviceAllocCtrlRequests(int32_t num);
/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp328 int32_t UsbfnMtpImpl::UsbMtpDeviceAllocCtrlRequests(int32_t num) in UsbMtpDeviceAllocCtrlRequests() function in OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbfnMtpImpl
935 ret = UsbMtpDeviceAllocCtrlRequests(MTP_CTRL_REQUEST_NUM); in Init()