Home
last modified time | relevance | path

Searched refs:readBytes (Results 1 - 5 of 5) sorted by relevance

/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algorithm.cpp28 size_t readBytes = 0; in ReadData() local
31 int32_t ret = inStream->Read(buffer, offset, remainBytes, readBytes); in ReadData()
37 remainSize -= readBytes; in ReadData()
38 readLen = readBytes; in ReadData()
/base/update/updater/services/package/pkg_package/
H A Dpkg_upgradefile.cpp267 size_t readBytes = 0; in ReadSignData() local
270 int32_t ret = pkgStream_->Read(buffer, parsedLen, buffer.length, readBytes); in ReadSignData()
286 ret = pkgStream_->Read(signBuf, parsedLen, signBuf.length, readBytes); in ReadSignData()
309 size_t readBytes = 0; in ReadImgHashTLV() local
311 int32_t ret = pkgStream_->Read(buffer, parsedLen, buffer.length, readBytes); in ReadImgHashTLV()
329 ret = pkgStream_->Read(dataBuf, parsedLen, dataBuf.length, readBytes); in ReadImgHashTLV()
394 size_t readBytes = 0; in ReadPackageInfo() local
395 int32_t ret = pkgStream_->Read(buffer, parsedLen, buffer.length, readBytes); in ReadPackageInfo()
537 size_t readBytes = 0; in Verify() local
540 while (offset + readBytes < pkgStream in Verify()
702 size_t readBytes = 0; ReadReserveData() local
[all...]
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dio.h30 int32_t readBytes; member
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp113 processIO.readBytes = value; in CollectProcessIo()
567 stats.readBytesRate = IoCalculator::PercentValue(preData.readBytes, currData.readBytes, period); in CalculateProcIoStats()
603 "rchar/s", "wchar/s", "syscr/s", "syscw/s", "readBytes/s", "writeBytes/s"); in ExportAllProcIoStats()
654 "rchar/s", "wchar/s", "syscr/s", "syscw/s", "readBytes/s", "writeBytes/s"); in ExportSysIoStats()
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp572 ssize_t readBytes = TEMP_FAILURE_RETRY(read(srcFd, g_buffer + bytes, PAGE_SIZE)); in WriteFile() local
573 if (readBytes == 0) { in WriteFile()
577 } else if (readBytes < 0) { in WriteFile()
580 src.c_str(), readBytes, errno); in WriteFile()
591 readBytes = 0; in WriteFile()
605 bytes += readBytes; in WriteFile()

Completed in 7 milliseconds