Home
last modified time | relevance | path

Searched defs:compressionMethod (Results 1 – 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
Dzip_file.h52 uint16_t compressionMethod = 0; member
86 uint16_t compressionMethod = 0; member
131 uint16_t compressionMethod = 0; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dzip_file.h51 uint16_t compressionMethod = 0; member
85 uint16_t compressionMethod = 0; member
144 uint16_t compressionMethod = 0; member
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
Dzip_file.h55 uint16_t compressionMethod = 0; member
89 uint16_t compressionMethod = 0; member
148 uint16_t compressionMethod = 0; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
Dpng_image_chunk_utils.cpp157 const byte compressionMethod = chunkData.ReadUInt8(keySize + 2); in CheckChunkData() local