/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/ |
H A D | get_object_prop_value_data.h | 26 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
|
H A D | get_object_references_data.h | 26 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
|
H A D | get_object_handles_data.h | 27 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
|
H A D | get_object_info_data.h | 27 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
|
H A D | get_object_prop_desc_data.h | 27 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
|
H A D | get_storage_ids_data.h | 31 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
|
H A D | get_partial_object_data.h | 26 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
|
H A D | send_object_info_data.h | 27 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
|
H A D | get_object_prop_list_data.h | 27 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
|
H A D | set_object_prop_value_data.h | 27 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
|
H A D | get_device_info_data.h | 28 int Parser(const std::vector<uint8_t> &buffer, int32_t readSize) override;
|
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/ |
H A D | cloud_asset_read_session.h | 33 virtual bool HasCache(int64_t offset, int64_t readSize);
|
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/ |
H A D | cloud_asset_read_session.cpp | 44 bool CloudAssetReadSession::HasCache(int64_t offset, int64_t readSize) in HasCache() argument
|
/kernel/uniproton/src/include/uapi/ |
H A D | prt_fs.h | 37 S32 readSize; /* size of a block read */ member
|
/foundation/multimedia/media_foundation/src/common/ |
H A D | share_memory.h | 35 size_t Read(uint8_t* out, size_t readSize, size_t position) override;
|
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | share_memory.h | 35 size_t Read(uint8_t* out, size_t readSize, size_t position) override;
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | header_data.h | 27 int Parser(std::vector<uint8_t> &buffer, uint32_t readSize);
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | get_storage_ids_data.cpp | 36 int GetStorageIdsData::Parser(const vector<uint8_t> &buffer, int32_t readSize) in Parser() argument
|
H A D | get_device_prop_desc_data.cpp | 36 int GetDevicePropDescData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() argument
|
H A D | resp_common_data.cpp | 44 int RespCommonData::Parser(const vector<uint8_t> &buffer, int32_t readSize) in Parser() argument
|
/kernel/liteos_m/components/fs/vfs/ |
H A D | los_fs.h | 73 int readSize; /* size of a block read */ member
|
/third_party/lz4/programs/ |
H A D | bench.c | 323 size_t readSize = (size_t)srcSize; in LZ4F_decompress_binding() local 329 src, &readSize, in LZ4F_decompress_binding() 332 && ((int)readSize==srcSize) /* consume all input */ ) in LZ4F_decompress_binding() 680 { size_t const readSize = fread(((char*)buffer)+pos, 1, (size_t)fileSize, f); in BMK_loadFiles() local 681 if (readSize != (size_t)fileSize) END_PROCESS(11, "could not read %s", fileNamesTable[n]); in BMK_loadFiles() 682 pos += readSize; } in BMK_loadFiles()
|
/foundation/multimedia/media_foundation/src/plugin/ |
H A D | plugin_buffer.cpp | 72 size_t Memory::Read(uint8_t* out, size_t readSize, size_t position) in Read() argument 80 size_t length = std::min(readSize, maxLength); in Read()
|
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/ |
H A D | fuse_manager.cpp | 137 ReadArguments(size_t readSize, off_t readOffset, pid_t readPid) : size(readSize), offset(readOffset), pid(readPid) in ReadArguments() 143 if (0 < readSize && readSize <= MAX_READ_SIZE) { in ReadArguments() 144 buf.reset(new char[readSize], [](char *ptr) { delete[] ptr; }); in ReadArguments() 210 int64_t readSize; member 921 if (!ioctlData || ioctlData->offset < 0 || ioctlData->readSize < 0) { in HasCache() 928 int64_t tailIndex = (ioctlData->offset + ioctlData->readSize - 1) / MAX_READ_SIZE; in HasCache() 1172 auto readSize = pread(fdsan->get(), buf.get(), size, off); in CloudReadOnLocalFile() local 1173 if (readSize < in CloudReadOnLocalFile() [all...] |
/kernel/liteos_m/kernel/src/ |
H A D | los_swtmr.c | 78 UINT32 readSize;
in OsSwtmrTask() local 83 readSize = sizeof(SwtmrHandlerItem);
in OsSwtmrTask() 84 ret = LOS_QueueReadCopy(g_swtmrHandlerQueue, &swtmrHandle, &readSize, LOS_WAIT_FOREVER);
in OsSwtmrTask() 85 if ((ret == LOS_OK) && (readSize == sizeof(SwtmrHandlerItem))) {
in OsSwtmrTask()
|