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.cpp1874 bool existModule = true; variable
4503 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
4530 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
4557 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
4574 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
4601 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbase_bundle_installer.cpp659 InnerModuleInfo &newModuleInfo, InnerBundleInfo &oldInfo, bool existModule) in SaveOldRemovableInfo()
694 bool existModule = oldInfo.FindModule(iter.second.modulePackage); in CheckEnableRemovable() local