Searched defs:writeBytes (Results 1 – 8 of 8) sorted by relevance
66 void UpdateWriteBytes(size_t writeBytes) in UpdateWriteBytes()
135 int64_t SoftBusPwriteFile(int32_t fd, const void *buf, uint64_t writeBytes, uint64_t offset) in SoftBusPwriteFile()
236 int64_t SoftBusPwriteFile(int32_t fd, const void *buf, uint64_t writeBytes, uint64_t offset) in SoftBusPwriteFile()
318 int64_t writeBytes = length > remainLen ? remainLen : length; in Write() local
317 int64_t writeBytes = length > remainLen ? remainLen : length; in Write() local
514 …int32_t writeBytes = memory->Write(reinterpret_cast<uint8_t *>(const_cast<char *>(header.c_str()))… in ReceivePacketSucc() local
349 auto writeBytes = fwrite(&ioBuffer[count], sizeof(uint8_t), len - count, currentTarFile_); in SplitWriteAll() local
288 int32_t writeBytes = memory->Write( in ReceivePacketSucc() local