Home
last modified time | relevance | path

Searched refs:HasEntry (Results 1 - 25 of 25) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_provider_impl.cpp50 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAsMapping()
70 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAssetPath()
H A Dhap_asset_provider.cpp50 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAsMapping()
70 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAssetPath()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dhap_asset_provider_impl.cpp66 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAsMapping()
90 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAsMappingFromI18n()
110 bool hasFile = runtimeExtractor_->HasEntry(fileName); in GetAssetPath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_extractor.cpp52 bool BaseExtractor::HasEntry(const std::string &fileName) const in HasEntry() function in OHOS::AppExecFwk::BaseExtractor
59 return zipFile_.HasEntry(fileName); in HasEntry()
H A Dbundle_parser.cpp156 if (!bundleExtractor.HasEntry(BUNDLE_PACKFILE_NAME)) { in ParsePackInfo()
183 if (!bundleExtractor.HasEntry(SYSCAP_NAME)) { in ParseSysCap()
H A Dzip_file.cpp246 bool ZipFile::HasEntry(const std::string &entryName) const in HasEntry() function in OHOS::AppExecFwk::ZipFile
H A Dbundle_install_checker.cpp369 if (newInfo.HasEntry()) { in ParseHapFiles()
915 bool hasEntry = (infos.begin()->second).HasEntry(); in CheckAppLabelInfo()
976 hasEntry = info.second.HasEntry(); in CheckAppLabelInfo()
H A Dbase_bundle_installer.cpp2207 if ((!isFeatureNeedUninstall_ && !otaInstall_) && (newInfo.HasEntry() && oldInfo.HasEntry())) { in ProcessNewModuleInstall()
2281 if ((!isFeatureNeedUninstall_ && !otaInstall_) && (newInfo.HasEntry() && oldInfo.HasEntry())) { in ProcessModuleUpdate()
4211 if (oldInfo.HasEntry()) { in CheckVersionCompatibilityForApplication()
5743 if (info.second.HasEntry()) { in InstallEntryMoudleFirst()
H A Dbundle_data_mgr.cpp350 oldInfo.UpdateBaseBundleInfo(newInfo.GetBaseBundleInfo(), newInfo.HasEntry()); in AddNewModuleInfo()
351 oldInfo.UpdateBaseApplicationInfo(newInfo.GetBaseApplicationInfo(), newInfo.HasEntry()); in AddNewModuleInfo()
633 oldInfo.UpdateBaseBundleInfo(newInfo.GetBaseBundleInfo(), newInfo.HasEntry()); in UpdateInnerBundleInfo()
635 newInfo.GetBaseApplicationInfo(), newInfo.HasEntry()); in UpdateInnerBundleInfo()
7240 if (!bundleExtractor.HasEntry(profilePath)) { in GetJsonProfileByExtractor()
7614 !oldInfo.HasEntry() || newInfo.HasEntry(); in IsUpdateInnerBundleInfoSatisified()
H A Dinner_bundle_info.cpp3628 bool InnerBundleInfo::HasEntry() const in HasEntry() function in OHOS::AppExecFwk::InnerBundleInfo
4148 } else if (!HasEntry() && debug) { in UpdateDebug()
H A Dmodule_profile.cpp1849 if (!bundleExtractor.HasEntry(profilePath)) { in ToInnerProfileConfiguration()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_extractor.h59 bool HasEntry(const std::string &fileName) const;
H A Dzip_file.h183 bool HasEntry(const std::string &entryName) const;
H A Dinner_bundle_info.h1056 bool HasEntry() const;
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp84 bool Extractor::HasEntry(const std::string &fileName) const in HasEntry() function in OHOS::AbilityBase::Extractor
91 return zipFile_.HasEntry(fileName); in HasEntry()
181 isStageModel_ = !zipFile_.HasEntry("config.json"); in IsStageModel()
H A Dzip_file.cpp316 bool ZipFile::HasEntry(const std::string &entryName) const in HasEntry() function in OHOS::AbilityBase::ZipFile
/foundation/distributeddatamgr/kv_store/databaseutils/test/
H A Dacl_test.cpp101 ASSERT_TRUE(aclNew.HasEntry(entry)); in HWTEST_F()
121 ASSERT_TRUE(aclNew.HasEntry(entry)); in HWTEST_F()
/foundation/ability/ability_base/test/unittest/extractor/
H A Dextractor_test.cpp324 * Function: HasEntry
334 EXPECT_FALSE(extractor->HasEntry(fileName)); in HWTEST_F()
337 EXPECT_FALSE(extractor->HasEntry("")); in HWTEST_F()
338 EXPECT_FALSE(extractor->HasEntry(ERROR_FILENAME)); in HWTEST_F()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dextractor.h68 bool HasEntry(const std::string &fileName) const;
H A Dzip_file.h195 bool HasEntry(const std::string &entryName) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/utd/
H A Dutd_handler.cpp92 if (!bundleExtractor.HasEntry(UTD_PROFILE_PATH)) { in GetUtdProfileFromHap()
/foundation/distributeddatamgr/kv_store/databaseutils/include/
H A Dacl.h131 bool HasEntry(const AclXattrEntry &entry);
/foundation/distributeddatamgr/kv_store/databaseutils/src/
H A Dacl.cpp216 bool Acl::HasEntry(const AclXattrEntry &Acl) in HasEntry() function in OHOS::DATABASE_UTILS::Acl
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp512 bool hasFile = extractor->HasEntry(filePathName); in GetAmi()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2753 * @tc.desc: 1.Test HasEntry
2760 bool ret = file.HasEntry(entryName); in HWTEST_F()
2883 * @tc.name: Test HasEntry
2884 * @tc.desc: 1.Test HasEntry of BaseExtractor
2890 bool ret = extractor.HasEntry("entry"); in HWTEST_F()
2894 ret = extractor.HasEntry(""); in HWTEST_F()
2900 * @tc.name: Test HasEntry
2901 * @tc.desc: 1.Test HasEntry of BaseExtractor
2912 * @tc.name: Test HasEntry
2913 * @tc.desc: 1.Test HasEntry o
[all...]

Completed in 62 milliseconds