Home
last modified time | relevance | path

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

/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()
/base/startup/init/test/systest/
H A Dloopclient_systest.c66 static ReqMsgMgr *g_clientInstance = NULL; variable
104 if (g_clientInstance != NULL) { in InitClientInstance()
123 g_clientInstance = clientInstance; in InitClientInstance()

Completed in 2 milliseconds