Home
last modified time | relevance | path

Searched refs:otaInstall_ (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp81 otaInstall_ = true; in OTAInstallSystemBundle()
125 otaInstall_ = true; in OTAInstallSystemBundleNeedCheckUser()
H A Dbase_bundle_installer.cpp2207 if ((!isFeatureNeedUninstall_ && !otaInstall_) && (newInfo.HasEntry() && oldInfo.HasEntry())) { in ProcessNewModuleInstall()
2212 if ((!isFeatureNeedUninstall_ && !otaInstall_) && in ProcessNewModuleInstall()
2220 if (!otaInstall_ && (oldInfo.GetVersionCode() == newInfo.GetVersionCode())) { in ProcessNewModuleInstall()
2281 if ((!isFeatureNeedUninstall_ && !otaInstall_) && (newInfo.HasEntry() && oldInfo.HasEntry())) { in ProcessModuleUpdate()
2288 if ((!isFeatureNeedUninstall_ && !otaInstall_) && in ProcessModuleUpdate()
2295 if (!otaInstall_ && (versionCode_ == oldInfo.GetVersionCode())) { in ProcessModuleUpdate()
4870 otaInstall_ = false; in ResetInstallProperties()
5335 if (((oldVersionCode >= versionCode_) && !otaInstall_) || oldNativeLibraryPath.empty()) { in ProcessOldNativeLibraryPath()
5850 return otaInstall_ || HasAllOldModuleUpdate(oldInfo, newInfos); in NeedDeleteOldNativeLib()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h47 bool otaInstall_ = false; member in OHOS::AppExecFwk::BaseBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp5762 installer.otaInstall_ = true; in HWTEST_F()

Completed in 36 milliseconds