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.cpp2521 bool existModule = true; variable
5270 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
5297 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
5324 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
5341 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
5368 bool existModule = oldInfo.FindModule(MODULE_NAME); variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbase_bundle_installer.cpp704 InnerModuleInfo &newModuleInfo, InnerBundleInfo &oldInfo, bool existModule) in SaveOldRemovableInfo()
739 bool existModule = oldInfo.FindModule(iter.second.modulePackage); in CheckEnableRemovable() local