Home
last modified time | relevance | path

Searched refs:isFeatureNeedUninstall_ (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp856 if (!isFeatureNeedUninstall_) { in InnerProcessBundleInstall()
2136 if (isFeatureNeedUninstall_) { in ProcessBundleUpdateStatus()
2207 if ((!isFeatureNeedUninstall_ && !otaInstall_) && (newInfo.HasEntry() && oldInfo.HasEntry())) { in ProcessNewModuleInstall()
2212 if ((!isFeatureNeedUninstall_ && !otaInstall_) && in ProcessNewModuleInstall()
2262 if (!dataMgr_->AddNewModuleInfo(bundleName_, newInfo, oldInfo, isFeatureNeedUninstall_)) { in ProcessNewModuleInstall()
2281 if ((!isFeatureNeedUninstall_ && !otaInstall_) && (newInfo.HasEntry() && oldInfo.HasEntry())) { in ProcessModuleUpdate()
2288 if ((!isFeatureNeedUninstall_ && !otaInstall_) && in ProcessModuleUpdate()
2390 if (!dataMgr_->UpdateInnerBundleInfo(bundleName_, newInfo, oldInfo, isFeatureNeedUninstall_)) { in ProcessModuleUpdate()
2468 if (isFeatureNeedUninstall_ || appQfInfo.hqfInfos.empty()) { in ProcessDeployedHqfInfo()
4238 isFeatureNeedUninstall_ in CheckVersionCompatibilityForApplication()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h769 bool isFeatureNeedUninstall_ = false; member in OHOS::AppExecFwk::BaseBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp1992 installer.isFeatureNeedUninstall_ = true; in HWTEST_F()
2112 installer.isFeatureNeedUninstall_ = false; in HWTEST_F()

Completed in 29 milliseconds