Home
last modified time | relevance | path

Searched refs:FindModule (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_data_manager.cpp271 if (!oldInfo.FindModule(modulePackage)) { in RemoveOverlayModuleInfo()
354 if (innerBundleInfo.FindModule(overlayModuleInfo.targetModuleName)) { in SaveInternalOverlayModuleState()
383 if (targetInnerBundleInfo.FindModule(overlayModuleInfo.targetModuleName)) { in SaveExternalOverlayModuleState()
478 if (!info.FindModule(moduleName)) { in GetOverlayModuleInfo()
559 if (!targetInnerBundleInfo.FindModule(targetModuleName)) { in GetOverlayModuleInfoForTarget()
681 if (!innerBundleInfo.FindModule(moduleName)) { in SetOverlayEnabled()
771 bool isTargetModuleExisted = innerBundleInfo.FindModule(moduleInfo.targetModuleName); in AddOverlayModuleStates()
783 … bool isTargetModuleExisted = targetInnerBundleInfo.FindModule(moduleInfo.targetModuleName); in AddOverlayModuleStates()
H A Dbundle_overlay_install_checker.cpp284 if (oldInfo.FindModule(targetModuleName) && oldInfo.isOverlayModule(targetModuleName)) { in CheckTargetModule()
305 if (!oldInfo.FindModule(newModuleName)) { in CheckOverlayUpdate()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_module_manage.c252 ModuleInfo *FindModule(const char *moduleName) in FindModule() function
273 ModuleInfo *p = FindModule(moduleName); in StartModule()
308 ModuleInfo *p = FindModule(moduleName); in StopModule()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/driver/
H A Ddriver_installer.cpp35 bool isModuleExisted = oldInfo.FindModule(info.second.GetCurrentModulePackage()); in CopyAllDriverFile()
124 if (!oldInfo.FindModule(packageName)) { in RemoveAndReNameDriverFile()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_model.cpp40 void* FindModule() in FindModule() function
58 void* FindModule()
82 void* module = FindModule(); in InitialFullNodeImpl()
716 void* module = FindModule(); in GetParseJsMedia()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h967 bool FindModule(std::string modulePackage) const in FindModule() function
974 if (FindModule(modulePackage)) { in IsEntryModule()
1116 if (oldInfo.FindModule(currentPackage_)) { in RestoreModuleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp699 bool existModule = oldInfo.FindModule(iter.second.modulePackage); in CheckEnableRemovable()
825 if (oldInfo.FindModule(packageName)) { in InnerProcessBundleInstall()
1714 bool isModuleExist = oldInfo.FindModule(modulePackage); in ProcessBundleUninstall()
2158 bool isModuleExist = oldInfo.FindModule(modulePackage_); in ProcessBundleUpdateStatus()
3726 if (!oldInfo.FindModule(modulePackage)) { in GetRemoveExtensionDirs()
4292 … [ &installedModule ] (const auto &item) { return item.second.FindModule(installedModule); }); in HasAllOldModuleUpdate()
H A Dbundle_install_checker.cpp643 if (!bundleInfo.FindModule(moduleName)) { in FindModuleInInstalledPackage()
H A Dinner_bundle_info.cpp1790 if (FindModule(newInfo.currentPackage_)) { in AddModuleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp4552 bool existModule = oldInfo.FindModule(MODULE_NAME);
4579 bool existModule = oldInfo.FindModule(MODULE_NAME);
4606 bool existModule = oldInfo.FindModule(MODULE_NAME);
4623 bool existModule = oldInfo.FindModule(MODULE_NAME);
4650 bool existModule = oldInfo.FindModule(MODULE_NAME);
H A Dbms_bundle_install_driver_test.cpp1340 ret = bundleInfo.FindModule(MODULE_NAME_FEATURE6);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp757 bool isModuleExist = oldInfo.FindModule(moduleName); in ProcessBundleUpdateStatus()