Home
last modified time | relevance | path

Searched defs:readBytes (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_file_test.cpp102 uint64_t readBytes = 4; in HWTEST_F() local
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_encoder_inner_demo.cpp168 int readBytes = inputFile.gcount(); in InputFunc() local
/foundation/communication/dsoftbus/adapter/common/kernel/liteos_m/
H A Dsoftbus_adapter_file.c126 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 Dlocal_data_source.cpp140 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 Dlocal_data_source.cpp139 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 Dmoving_photo_impl.cpp307 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 Dnetlink_socket_diag.cpp181 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 Dsoftbus_adapter_file.c223 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 Dzip_file.cpp413 size_t readBytes; in UnzipWithStore() local
461 size_t readBytes; in ReadZStream() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp430 size_t readBytes; in UnzipWithStore() local
478 size_t readBytes; in ReadZStream() local
[all...]
/foundation/multimedia/media_library/frameworks/js/src/
H A Dhighlight_album_napi.cpp334 ssize_t readBytes = read(uniqueFd.Get(), arrayBufferData, fileLen); in JSGetHighlightResourceExecute() local
H A Dmoving_photo_napi.cpp320 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 Dzip_file.cpp873 size_t readBytes = sizeof(Byte) * remainBytes; in ReadZStreamFromMMap() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp78 size_t readBytes = 0u; in Read() local

Completed in 12 milliseconds