Home
last modified time | relevance | path

Searched defs:existModule (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp1875 bool existModule = true; variable
4552 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
4579 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
4606 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
4623 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
4650 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp664 InnerModuleInfo &newModuleInfo, InnerBundleInfo &oldInfo, bool existModule) in SaveOldRemovableInfo()
699 bool existModule = oldInfo.FindModule(iter.second.modulePackage); in CheckEnableRemovable() local