Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
Dbms_bundle_installer_test.cpp2057 bool existModule = true; variable
4796 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
4823 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
4850 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
4867 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
4894 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbase_bundle_installer.cpp688 InnerModuleInfo &newModuleInfo, InnerBundleInfo &oldInfo, bool existModule) in SaveOldRemovableInfo()
723 bool existModule = oldInfo.FindModule(iter.second.modulePackage); in CheckEnableRemovable() local