Searched refs:appSpawnQueue (Results 1 – 3 of 3) sorted by relevance
59 OH_ListInit(&appMgr->appSpawnQueue); in CreateAppSpawnMgr()98 OH_ListRemoveAll(&mgr->appSpawnQueue, SpawningQueueDestroy); in DeleteAppSpawnMgr()298 OH_ListAddTail(&g_appSpawnMgr->appSpawnQueue, &property->node); in CreateAppSpawningCtx()345 … ListNode *node = OH_ListFind(&g_appSpawnMgr->appSpawnQueue, (void *)&pid, AppPropertyComparePid); in GetAppSpawningCtxByPid()353 ListNode *node = g_appSpawnMgr->appSpawnQueue.next; in AppSpawningCtxTraversal()354 while (node != &g_appSpawnMgr->appSpawnQueue) { in AppSpawningCtxTraversal()412 OH_ListTraversal((ListNode *)&g_appSpawnMgr->appSpawnQueue, NULL, DumpAppSpawnQueue, 0); in ProcessAppSpawnDumpMsg()
118 struct ListNode appSpawnQueue; // save app pid and name member
664 OH_ListAddTail(&GetAppSpawnMgr()->appSpawnQueue, &property->node);