Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_appmgr.c373 static int DumpAppQueue(ListNode *node, void *data) in DumpAppQueue() function
414 OH_ListTraversal((ListNode *)&g_appSpawnMgr->appQueue, "App queue", DumpAppQueue, 0); in ProcessAppSpawnDumpMsg()
416 OH_ListTraversal((ListNode *)&g_appSpawnMgr->diedQueue, "App died queue", DumpAppQueue, 0); in ProcessAppSpawnDumpMsg()