Searched refs:isAppExist_ (Results 1 - 5 of 5) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 234 ((isAppExist_ && hasInstalledInUser_) ? BundleEventType::UPDATE : BundleEventType::INSTALL), in InstallBundle() 759 LOG_I(BMS_TAG_INSTALLER, "isAppExist:%{public}d", isAppExist_); in InnerProcessBundleInstall() 762 KillRelatedProcessIfArkWeb(bundleName_, isAppExist_, installParam.isOTA); in InnerProcessBundleInstall() 764 result = CheckAppService(newInfos.begin()->second, oldInfo, isAppExist_); in InnerProcessBundleInstall() 806 CheckEnableRemovable(newInfos, oldInfo, userId_, isFreeInstallFlag, isAppExist_); in InnerProcessBundleInstall() 808 result = CheckMDMUpdateBundleForSelf(installParam, oldInfo, newInfos, isAppExist_); in InnerProcessBundleInstall() 813 if (isAppExist_) { in InnerProcessBundleInstall() 871 if (!isAppExist_) { in InnerProcessBundleInstall() 909 if (!hasInstalledInUser_ || (!isAppExist_)) { in InnerProcessBundleInstall() 962 if (!isAppExist_ in InnerProcessUpdateHapToken() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_overlay_checker_test.cpp | 2792 installer.isAppExist_ = true;
in HWTEST_F() 2807 installer.isAppExist_ = true;
in HWTEST_F() 2822 installer.isAppExist_ = false;
in HWTEST_F() 2837 installer.isAppExist_ = true;
in HWTEST_F() 3200 installer->isAppExist_ = false;
in HWTEST_F() 3242 installer->isAppExist_ = true;
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_group_test/ |
H A D | bms_bundle_data_group_test.cpp | 142 installer.isAppExist_ = true; in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 4656 installer.isAppExist_ = true; in HWTEST_F() 4680 installer.isAppExist_ = true; in HWTEST_F() 5634 installer.isAppExist_ = true; in HWTEST_F() 5665 installer.isAppExist_ = true; in HWTEST_F() 5704 installer.isAppExist_ = true; in HWTEST_F() 5737 installer.isAppExist_ = true; in HWTEST_F() 6992 installer.isAppExist_ = false; in HWTEST_F() 6995 installer.isAppExist_ = true; in HWTEST_F() 7018 installer.isAppExist_ = true; in HWTEST_F() 7046 installer.isAppExist_ in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | base_bundle_installer.h | 763 bool isAppExist_ = false; member in OHOS::AppExecFwk::BaseBundleInstaller
|
Completed in 23 milliseconds