/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallergetinnerbundleinfo_fuzzer/ |
H A D | appservicefwkinstallergetinnerbundleinfo_fuzzer.cpp | 34 bool isAppExist; in DoSomethingInterestingWithMyAPI() local 35 appServiceFwk.GetInnerBundleInfoWithDisable(info, isAppExist); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | el5_filekey_callback.cpp | 39 bool isAppExist = dataMgr->FetchInnerBundleInfo(info.bundleName, bundleInfo); in OnRegenerateAppKey() local 40 if (!isAppExist) { in OnRegenerateAppKey()
|
H A D | base_bundle_installer.cpp | 693 InnerBundleInfo &oldInfo, int32_t &userId, bool isFreeInstallFlag, bool isAppExist) in CheckEnableRemovable() 705 iter.second.modulePackage.c_str(), userId, isFreeInstallFlag, isAppExist); in CheckEnableRemovable() 710 if (isFreeInstallFlag && (!isAppExist || !hasInstalledInUser || !existModule || !hasModuleInUser)) { in CheckEnableRemovable() 712 hasInstalledInUser, isAppExist, existModule); in CheckEnableRemovable() 759 LOG_I(BMS_TAG_INSTALLER, "isAppExist:%{public}d", isAppExist_); in InnerProcessBundleInstall() 1045 void BaseBundleInstaller::KillRelatedProcessIfArkWeb(const std::string &bundleName, bool isAppExist, bool isOta) in KillRelatedProcessIfArkWeb() argument 1047 if (!isAppExist || isOta || !IsArkWeb(bundleName)) { in KillRelatedProcessIfArkWeb() 1060 const InnerBundleInfo &newInfo, const InnerBundleInfo &oldInfo, bool isAppExist) in CheckAppService() 1062 if ((newInfo.GetApplicationBundleType() == BundleType::APP_SERVICE_FWK) && !isAppExist) { in CheckAppService() 1068 if (isAppExist) { in CheckAppService() 692 CheckEnableRemovable(std::unordered_map<std::string, InnerBundleInfo> &newInfos, InnerBundleInfo &oldInfo, int32_t &userId, bool isFreeInstallFlag, bool isAppExist) CheckEnableRemovable() argument 1059 CheckAppService( const InnerBundleInfo &newInfo, const InnerBundleInfo &oldInfo, bool isAppExist) CheckAppService() argument 1900 bool isAppExist = dataMgr_->FetchInnerBundleInfo(bundleName, oldInfo); InnerProcessInstallByPreInstallInfo() local 4144 CheckMDMUpdateBundleForSelf(const InstallParam &installParam, InnerBundleInfo &oldInfo, const std::unordered_map<std::string, InnerBundleInfo> &newInfos, bool isAppExist) CheckMDMUpdateBundleForSelf() argument 4175 GetInnerBundleInfoWithDisable(InnerBundleInfo &info, bool &isAppExist) GetInnerBundleInfoWithDisable() argument 6199 bool isAppExist = dataMgr->FetchInnerBundleInfo(bundleName, info); HasDriverExtensionAbility() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/sandbox_app/ |
H A D | bundle_sandbox_installer.h | 59 bool GetInnerBundleInfoWithDisable(InnerBundleInfo &info, bool &isAppExist);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | base_bundle_installer.h | 468 * @param isAppExist Indicates if the innerBundleInfo is existed or not. 471 bool GetInnerBundleInfoWithDisable(InnerBundleInfo &info, bool &isAppExist); 538 * @param isAppExist Indicates whether app is exist. 542 InnerBundleInfo &oldInfo, int32_t &userId, bool isFreeInstallFlag, bool isAppExist); 606 void KillRelatedProcessIfArkWeb(const std::string &bundleName, bool isAppExist, bool isOta); 608 const InnerBundleInfo &newInfo, const InnerBundleInfo &oldInfo, bool isAppExist); 663 const std::unordered_map<std::string, InnerBundleInfo> &newInfos, bool isAppExist);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/ |
H A D | bundle_sandbox_installer.cpp | 341 bool BundleSandboxInstaller::GetInnerBundleInfoWithDisable(InnerBundleInfo &info, bool &isAppExist) in GetInnerBundleInfoWithDisable() argument 347 isAppExist = dataMgr_->GetInnerBundleInfoWithDisable(bundleName_, info); in GetInnerBundleInfoWithDisable()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/app_service_fwk/ |
H A D | app_service_fwk_installer.h | 94 bool GetInnerBundleInfoWithDisable(InnerBundleInfo &info, bool &isAppExist);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 718 bool isAppExist; in HWTEST_F() local 719 auto res = appServiceFwkInstaller.GetInnerBundleInfoWithDisable(info, isAppExist); in HWTEST_F() 720 EXPECT_FALSE(isAppExist); in HWTEST_F() 1201 bool isAppExist; in HWTEST_F() local 1202 auto res = appServiceFwkInstaller.GetInnerBundleInfoWithDisable(info, isAppExist); in HWTEST_F()
|
H A D | bms_bundle_installer_test.cpp | 4534 bool isAppExist = false; in HWTEST_F() local 4536 installer.CheckEnableRemovable(newInfos, oldInfo, userId, isFreeInstallFlag, isAppExist); in HWTEST_F() 4555 bool isAppExist = false; in HWTEST_F() local 4564 installer.CheckEnableRemovable(newInfos, oldInfo, userId, isFreeInstallFlag, isAppExist); in HWTEST_F() 4582 bool isAppExist = true; in HWTEST_F() local 4590 installer.CheckEnableRemovable(newInfos, oldInfo, userId, isFreeInstallFlag, isAppExist); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/ |
H A D | app_service_fwk_installer.cpp | 960 bool AppServiceFwkInstaller::GetInnerBundleInfoWithDisable(InnerBundleInfo &info, bool &isAppExist) in GetInnerBundleInfoWithDisable() argument 969 isAppExist = dataMgr_->GetInnerBundleInfoWithDisable(bundleName_, info); in GetInnerBundleInfoWithDisable()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_overlay_checker_test.cpp | 3153 bool isAppExist = false;
in HWTEST_F() local 3154 ErrCode ret = installer->CheckAppService(newInfo, oldInfo, isAppExist);
in HWTEST_F()
|