Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/modulemgr/
H A Dappspawn_modulemgr.c33 } g_moduleMgr[MODULE_MAX] = { variable
48 if (g_moduleMgr[type].moduleMgr == NULL) { in AppSpawnModuleMgrInstall()
49 g_moduleMgr[type].moduleMgr = ModuleMgrCreate(g_moduleMgr[type].moduleName); in AppSpawnModuleMgrInstall()
51 if (g_moduleMgr[type].moduleMgr == NULL) { in AppSpawnModuleMgrInstall()
55 return ModuleMgrInstall(g_moduleMgr[type].moduleMgr, moduleName, 0, NULL); in AppSpawnModuleMgrInstall()
66 if (g_moduleMgr[type].moduleMgr == NULL) { in AppSpawnModuleMgrUnInstall()
69 ModuleMgrDestroy(g_moduleMgr[type].moduleMgr); in AppSpawnModuleMgrUnInstall()
70 g_moduleMgr[type].moduleMgr = NULL; in AppSpawnModuleMgrUnInstall()
78 if (g_moduleMgr[type].moduleMgr != NULL) { in AppSpawnLoadAutoRunModules()
83 g_moduleMgr[type].moduleMgr = ModuleMgrScan(g_moduleMgr[type].moduleName); in AppSpawnLoadAutoRunModules()
[all …]