Searched refs:existModule (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 1875 bool existModule = true; variable 4552 bool existModule = oldInfo.FindModule(MODULE_NAME); variable 4553 EXPECT_EQ(existModule, false); 4579 bool existModule = oldInfo.FindModule(MODULE_NAME); variable 4580 EXPECT_EQ(existModule, true); 4606 bool existModule = oldInfo.FindModule(MODULE_NAME); variable 4607 EXPECT_EQ(existModule, true); 4623 bool existModule = oldInfo.FindModule(MODULE_NAME); variable 4624 EXPECT_EQ(existModule, false); 4650 bool existModule = oldInfo.FindModule(MODULE_NAME); variable [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 664 InnerModuleInfo &newModuleInfo, InnerBundleInfo &oldInfo, bool existModule) in SaveOldRemovableInfo() argument 666 if (existModule) { in SaveOldRemovableInfo() 699 bool existModule = oldInfo.FindModule(iter.second.modulePackage); in CheckEnableRemovable() local 702 hasInstalledInUser, existModule, hasModuleInUser); in CheckEnableRemovable() 703 …if (isFreeInstallFlag && (!isAppExist || !hasInstalledInUser || !existModule || !hasModuleInUser))… in CheckEnableRemovable() 705 hasInstalledInUser, isAppExist, existModule); in CheckEnableRemovable() 707 SaveOldRemovableInfo(iter.second, oldInfo, existModule); in CheckEnableRemovable()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | base_bundle_installer.h | 546 …d SaveOldRemovableInfo(InnerModuleInfo &newModuleInfo, InnerBundleInfo &oldInfo, bool existModule);
|