/foundation/multimedia/image_framework/frameworks/kits/js/common/include/ |
H A D | image_resource_utils.h | 37 long fileLength = 0; member
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/include/ |
H A D | local_data_source.h | 75 LocalDataSource(const std::string &fileId, int64_t fileLength, in LocalDataSource() argument
|
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/include/ |
H A D | local_data_source.h | 75 LocalDataSource(const std::string &fileId, int64_t fileLength, in LocalDataSource() argument
|
/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/ |
H A D | file_ex.cpp | 45 int fileLength = file.tellg(); in LoadStringFromFile() local 97 const long fileLength = lseek(fd, 0, SEEK_END); in LoadStringFromFd() local 226 const long fileLength = file.tellg(); LoadBufferFromFile() local [all...] |
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | image_compress.cpp | 81 ImageType ImageCompress::GetImageType(const std::unique_ptr<uint8_t[]> &fileData, size_t fileLength) in GetImageType() argument 98 GetImageTypeString(const std::unique_ptr<uint8_t[]> &fileData, size_t fileLength, std::string &imageType) GetImageTypeString() argument 110 GetImageFileInfo(const std::string &srcFile, std::unique_ptr<uint8_t[]> &fileContent, int64_t &fileLength) GetImageFileInfo() argument
|
H A D | distributed_bms.cpp | 449 bool DistributedBms::GetMediaBase64(std::unique_ptr<uint8_t[]> &data, int64_t fileLength, in GetMediaBase64() argument
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | zip_file.cpp | 143 size_t fileLength = in ParseAllEntries() local 205 ZipPos fileLength = ftell(tmpFile); in Open() local 354 size_t fileLength = (localHeader.nameSize >= MAX_FILE_NAME) ? (MAX_FILE_NAME - 1) : localHeader.nameSize; in CheckCoherencyLocalHeader() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | zip_file.cpp | 140 size_t fileLength = (directoryEntry.nameSize >= MAX_FILE_PATH) ? (MAX_FILE_PATH - 1) : directoryEntry.nameSize; in ParseAllEntries() local 195 int64_t fileLength = ftell(tmpFile); in Open() local 370 size_t fileLength = (localHeader.nameSize >= MAX_FILE_PATH) ? (MAX_FILE_PATH - 1) : localHeader.nameSize; in CheckCoherencyLocalHeader() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | plugin_libjpeg_test.cpp | 921 unsigned long fileLength = 100;
in HWTEST_F() local 952 unsigned long fileLength = 100;
in HWTEST_F() local 976 unsigned long fileLength = 100;
in HWTEST_F() local 1000 unsigned long fileLength in HWTEST_F() local 1024 unsigned long fileLength = 100; HWTEST_F() local 1048 unsigned long fileLength = 100; HWTEST_F() local 1077 unsigned long fileLength = 100; HWTEST_F() local 1104 unsigned long fileLength = 100; HWTEST_F() local 1128 unsigned long fileLength = 100; HWTEST_F() local 1152 unsigned long fileLength = 100; HWTEST_F() local 1180 unsigned long fileLength = 100; HWTEST_F() local 1210 unsigned long fileLength = 100; HWTEST_F() local 1252 unsigned long fileLength = 100; HWTEST_F() local 1614 unsigned long fileLength = exinfo.GetFileSize(file); HWTEST_F() local 1653 unsigned long fileLength = exinfo.GetFileSize(file); HWTEST_F() local 1676 unsigned long fileLength = exinfo.GetFileSize(file); HWTEST_F() local 1701 unsigned long fileLength = exinfo.GetFileSize(file); HWTEST_F() local 1727 unsigned long fileLength = exinfo.GetFileSize(file); HWTEST_F() local [all...] |
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | zip_file.cpp | 179 size_t fileLength = (directoryEntry.nameSize >= MAX_FILE_NAME) ? (MAX_FILE_NAME - 1) : directoryEntry.nameSize; in ParseOneEntry() local 272 auto fileLength = zipFileReader_->GetFileLen(); in Open() local
|
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/ |
H A D | dbms_services_kit_test.cpp | 865 constexpr size_t fileLength = 7; in HWTEST_F() local 884 constexpr size_t fileLength = 7; in HWTEST_F() local 904 int64_t fileLength; in HWTEST_F() local 1386 constexpr size_t fileLength = 64; in HWTEST_F() local 1408 constexpr size_t fileLength in HWTEST_F() local 1429 constexpr size_t fileLength = 64; HWTEST_F() local 1452 constexpr size_t fileLength = 64; HWTEST_F() local 1475 int64_t fileLength; HWTEST_F() local 1499 int64_t fileLength = 64; HWTEST_F() local [all...] |
/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | ui_font_header.h | 409 uint32_t fileLength; member
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/ |
H A D | HeifDecoderImpl.cpp | 260 size_t fileLength = stream->getLength(); in init() local
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | exif_info.cpp | 588 uint32_t EXIFInfo::GetFileInfoByPath(const std::string &path, FILE **file, unsigned long &fileLength, in GetFileInfoByPath() argument 629 unsigned long fileLength; in ModifyExifData() local 676 GetFileInfoByFd(int localFd, FILE **file, unsigned long &fileLength, unsigned char **fileBuf) GetFileInfoByFd() argument 719 unsigned long fileLength; ModifyExifData() local 1437 WriteExifDataToFile(ExifData *data, unsigned int orginExifDataLength, unsigned long fileLength, unsigned char *buf, FILE *fp) WriteExifDataToFile() argument 1504 unsigned long fileLength = GetFileSize(fp); UpdateCacheExifData() local [all...] |
/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ |
H A D | system_sound_manager_impl.cpp | 396 const long fileLength = file.tellg(); in GetJsonValue() local
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 2127 size_t fileLength = stream_->GetStreamSize();
in HeapMemAlloc() local
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 1212 auto fileLength = ParseUtf8TextLength(fileText); in JsReadText() local 1288 auto fileLength = static_cast<int32_t>(binaryContent.size()); in JsReadArrayBuffer() local [all...] |
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_service.cpp | 2654 const long fileLength = file.tellg(); in LoadStringFromFileEx() local
|