Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_appmgr.c59 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()
H A Dappspawn_manager.h118 struct ListNode appSpawnQueue; // save app pid and name member
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_child_test.cpp664 OH_ListAddTail(&GetAppSpawnMgr()->appSpawnQueue, &property->node);