Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/gadget/function/mtp/src/
H A Dusbfn_mtp_impl.cpp117 constexpr uint32_t WRITE_FILE_TEMP_SLICE = 100 * 1024; /* 100KB */ variable
1231 if (mtpDev->asyncRecvWriteTempCount >= WRITE_FILE_TEMP_SLICE) { in UsbMtpPortRxPush()
1233 static_cast<size_t>(WRITE_FILE_TEMP_SLICE)); in UsbMtpPortRxPush()
1234 if (writeRet != static_cast<ssize_t>(WRITE_FILE_TEMP_SLICE)) { in UsbMtpPortRxPush()
1331 … mtpDev_->asyncRecvWriteTempContent = static_cast<uint8_t *>(OsalMemCalloc(WRITE_FILE_TEMP_SLICE)); in ReceiveFileEx()