Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/include/
H A Dusbfn_mtp_impl.h235 int32_t WriteEx(const std::vector<uint8_t> &data, uint8_t sendZLP, uint32_t &xferActual);
/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp1071 int32_t UsbfnMtpImpl::WriteEx(const std::vector<uint8_t> &data, uint8_t needZLP, uint32_t &xferActu… in WriteEx() function in OHOS::HDI::Usb::Gadget::Mtp::V1_0::UsbfnMtpImpl
1140 return WriteEx(data, needZLP, xferActual); in Write()