Home
last modified time | relevance | path

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

/ohos5.0/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp1644 static std::tuple<bool, USBDevicePipe, UsbPipeControlParam, int32_t> GetUsbControlTransferParam( in GetUsbControlTransferParam() function
1700 auto [res, pipe, controlParam, timeOut] = GetUsbControlTransferParam(env, info); in PipeUsbControlTransfer()