/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_client_impl.cpp | 129 bool isCompressed = !hapModuleInfo.hapPath.empty(); in GetResConfigFile() local 130 std::string resourcePath = isCompressed ? hapModuleInfo.hapPath : hapModuleInfo.resourcePath; in GetResConfigFile() 131 if (!GetResProfileByMetadata(hapModuleInfo.metadata, metadataName, resourcePath, isCompressed, profileInfos)) { in GetResConfigFile() 146 bool isCompressed = !extensionInfo.hapPath.empty(); in GetResConfigFile() local 147 std::string resourcePath = isCompressed ? extensionInfo.hapPath : extensionInfo.resourcePath; in GetResConfigFile() 148 if (!GetResProfileByMetadata(extensionInfo.metadata, metadataName, resourcePath, isCompressed, profileInfos)) { in GetResConfigFile() 163 bool isCompressed = !abilityInfo.hapPath.empty(); in GetResConfigFile() local 164 std::string resourcePath = isCompressed ? abilityInfo.hapPath : abilityInfo.resourcePath; in GetResConfigFile() 165 if (!GetResProfileByMetadata(abilityInfo.metadata, metadataName, resourcePath, isCompressed, profileInfos)) { in GetResConfigFile() 180 bool isCompressed in GetProfileFromExtension() local 199 bool isCompressed = !abilityInfo.hapPath.empty(); GetProfileFromAbility() local 218 bool isCompressed = !hapModuleInfo.hapPath.empty(); GetProfileFromHap() local 253 GetResProfileByMetadata(const std::vector<Metadata> &metadata, const std::string &metadataName, const std ::string &resourcePath, bool isCompressed, std::vector<std::string> &profileInfos) const GetResProfileByMetadata() argument 325 GetResFromResMgr(const std::string &resName, const std::shared_ptr<ResourceManager> &resMgr, bool isCompressed, std::vector<std::string> &profileInfos) const GetResFromResMgr() argument [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/ |
H A D | png_image_chunk_utils.h | 40 DataBuf &tiffData, bool &isCompressed); 50 DataBuf &rawText, bool &isCompressed); 57 DataBuf &rawText, bool &isCompressed); 61 TextChunkType chunkType, bool &isCompressed);
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | png_image_chunk_utils.cpp | 57 DataBuf &tiffData, bool &isCompressed) in ParseTextChunk() 70 DataBuf rawText = GetRawTextFromChunk(chunkData, keyword.Size(), chunkType, isCompressed); in ParseTextChunk() 100 DataBuf &rawText, bool &isCompressed) in GetRawTextFromZtxtChunk() 125 isCompressed = true; in GetRawTextFromZtxtChunk() 175 DataBuf &rawText, bool &isCompressed) in GetRawTextFromItxtChunk() 220 isCompressed = true; in GetRawTextFromItxtChunk() 226 TextChunkType chunkType, bool &isCompressed) in GetRawTextFromChunk() 229 isCompressed = false; in GetRawTextFromChunk() 231 GetRawTextFromZtxtChunk(chunkData, keySize, rawText, isCompressed); in GetRawTextFromChunk() 235 GetRawTextFromItxtChunk(chunkData, keySize, rawText, isCompressed); in GetRawTextFromChunk() 56 ParseTextChunk(const DataBuf &chunkData, TextChunkType chunkType, DataBuf &tiffData, bool &isCompressed) ParseTextChunk() argument 99 GetRawTextFromZtxtChunk(const DataBuf &chunkData, size_t keySize, DataBuf &rawText, bool &isCompressed) GetRawTextFromZtxtChunk() argument 174 GetRawTextFromItxtChunk(const DataBuf &chunkData, size_t keySize, DataBuf &rawText, bool &isCompressed) GetRawTextFromItxtChunk() argument 225 GetRawTextFromChunk(const DataBuf &chunkData, size_t keySize, TextChunkType chunkType, bool &isCompressed) GetRawTextFromChunk() argument [all...] |
H A D | png_exif_metadata_accessor.cpp | 91 bool isCompressed; in FindTiffFromText() local 92 if (PngImageChunkUtils::ParseTextChunk(data, txtType, tiffData, isCompressed) != 0) { in FindTiffFromText() 95 if (isCompressed) { in FindTiffFromText() 96 isCompressed_ = isCompressed; in FindTiffFromText()
|
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | file_mapper.cpp | 76 isCompressed = compress; in CreateFileMapper() 104 isCompressed = compress; in CreateFileMapper() 114 return isCompressed; in IsCompressed()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_client_impl.h | 73 bool ConvertResourcePath(const std::string &bundleName, std::string &resPath, bool isCompressed) const; 75 const std ::string &resourcePath, bool isCompressed, std::vector<std::string> &profileInfos) const; 79 bool isCompressed, std::vector<std::string> &profileInfos) const;
|
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/ |
H A D | file_mapper.h | 50 bool isCompressed = false; member in OHOS::AbilityBase::FileMapper
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/app/ |
H A D | js_ability_stage.h | 86 bool isCompressed, std::vector<std::string> &profileInfo);
|
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/ |
H A D | js_ability_stage.cpp | 411 bool isCompressed = !hapModuleInfo->hapPath.empty(); in GetProfileInfoFromResourceManager() local 418 GetResFromResMgr(appStartup, resMgr, isCompressed, profileInfo); in GetProfileInfoFromResourceManager() 688 bool isCompressed, std::vector<std::string> &profileInfo) in GetResFromResMgr() 702 if (isCompressed) { in GetResFromResMgr() 685 GetResFromResMgr( const std::string &resName, const std::shared_ptr<Global::Resource::ResourceManager> &resMgr, bool isCompressed, std::vector<std::string> &profileInfo) GetResFromResMgr() argument
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/ |
H A D | bundle_mgr_client_system_test.cpp | 2098 bool isCompressed = true; in HWTEST_F() local 2100 bool res = impl.ConvertResourcePath(BUNDLE_NAME, resPath, isCompressed); in HWTEST_F() 2102 isCompressed = false; in HWTEST_F() 2104 res = impl.ConvertResourcePath(BUNDLE_NAME, resPath, isCompressed); in HWTEST_F() 2119 bool isCompressed = true; in HWTEST_F() local 2121 bool res = impl.GetResFromResMgr(resName, resMgr, isCompressed, profileInfos); in HWTEST_F() 2125 res = impl.GetResFromResMgr(BUNDLE_NAME, resMgr, isCompressed, profileInfos); in HWTEST_F()
|