/foundation/communication/dsoftbus/tests/adapter/unittest/ |
H A D | softbus_file_test.cpp | 102 uint64_t readBytes = 4; in HWTEST_F() local
|
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
H A D | avcodec_audio_encoder_inner_demo.cpp | 168 int readBytes = inputFile.gcount(); in InputFunc() local
|
/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/ |
H A D | softbus_adapter_file.c | 126 int64_t SoftBusPreadFile(int32_t fd, void *buf, uint64_t readBytes, uint64_t offset) in SoftBusPreadFile() argument
|
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/ |
H A D | local_data_source.cpp | 140 int32_t readBytes = static_cast<int32_t>(cache->Read(data, length, pos)); in ReadBuffer() local 294 int64_t readBytes = length > (endPos_ - pos) ? (endPos_ - pos) : length; in Read() local
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/ |
H A D | local_data_source.cpp | 139 int32_t readBytes = static_cast<int32_t>(cache->Read(data, length, pos)); in ReadBuffer() local 293 int64_t readBytes = length > (endPos_ - pos) ? (endPos_ - pos) : length; in Read() local
|
/foundation/multimedia/media_library/frameworks/native/c_api/ |
H A D | moving_photo_impl.cpp | 307 size_t readBytes = static_cast<size_t>(read(uniqueFd.Get(), arrayBufferData_, fileSize)); in RequestContentToArrayBuffer() local
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | netlink_socket_diag.cpp | 181 ssize_t readBytes = read(dumpSock_, buf, sizeof(buf)); in ProcessSockDiagDumpResponse() local 322 ssize_t readBytes = read(dumpSock_, buf, sizeof(buf)); in ProcessSockDiagUidDumpResponse() local [all...] |
/foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
H A D | softbus_adapter_file.c | 223 int64_t SoftBusPreadFile(int32_t fd, void *buf, uint64_t readBytes, uint64_t offset) in SoftBusPreadFile() argument
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | zip_file.cpp | 413 size_t readBytes; in UnzipWithStore() local 461 size_t readBytes; in ReadZStream() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | zip_file.cpp | 430 size_t readBytes; in UnzipWithStore() local 478 size_t readBytes; in ReadZStream() local [all...] |
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | highlight_album_napi.cpp | 334 ssize_t readBytes = read(uniqueFd.Get(), arrayBufferData, fileLen); in JSGetHighlightResourceExecute() local
|
H A D | moving_photo_napi.cpp | 320 size_t readBytes = static_cast<size_t>(read(uniqueFd.Get(), context->arrayBufferData, fileSize)); in RequestContentToArrayBuffer() local
|
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | zip_file.cpp | 873 size_t readBytes = sizeof(Byte) * remainBytes; in ReadZStreamFromMMap() local
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_util.cpp | 78 size_t readBytes = 0u; in Read() local
|