Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_client.c39 static AppSpawnReqMsgMgr *g_clientInstance[CLIENT_MAX] = {NULL}; variable
57 if (g_clientInstance[type] != NULL) { in InitClientInstance()
77 g_clientInstance[type] = clientInstance; in InitClientInstance()
313 *handle = (AppSpawnClientHandle)g_clientInstance[type]; in AppSpawnClientInit()
322 if (reqMgr->type < sizeof(g_clientInstance) / sizeof(g_clientInstance[0])) { in AppSpawnClientDestroy()
323 g_clientInstance[reqMgr->type] = NULL; in AppSpawnClientDestroy()