Home
last modified time | relevance | path

Searched refs:OH_ListAddWithOrder (Results 1 - 9 of 9) sorted by relevance

/base/startup/init/interfaces/innerkits/include/
H A Dlist.h65 * OH_ListAddWithOrder(&testList, (ListNode *)(&item))
131 void OH_ListAddWithOrder(struct ListNode *head, struct ListNode *item, ListCompareProc compareProc);
/base/startup/appspawn/modules/sandbox/
H A Dappspawn_permission.c66 OH_ListAddWithOrder(&queue->front, &node->section.sandboxNode.node, PermissionNodeCompareProc); in AddSandboxPermissionNode()
76 OH_ListAddWithOrder(&queue->front, &node->sandboxNode.node, PermissionNodeCompareProc); in AddSandboxPermissionNode()
H A Dsandbox_manager.c82 OH_ListAddWithOrder(&queue->front, &node->node, SandboxNodeCompareProc); in AddSandboxMountNode()
321 OH_ListAddWithOrder(&queue->front, &node->sandboxNode.node, SandboxConditionalNodeCompareNode); in AddSandboxSection()
H A Dsandbox_expand.c279 OH_ListAddWithOrder(&g_sandboxExpandCfgList, &node->node, AppSandboxExpandAppCfgComparePrio); in RegisterExpandSandboxCfgHandler()
/base/startup/init/services/utils/
H A Dlist.c83 void OH_ListAddWithOrder(struct ListNode *head, struct ListNode *item, ListCompareProc compareProc) in OH_ListAddWithOrder() function
/base/startup/init/services/loopevent/timer/
H A Dle_timer.c58 OH_ListAddWithOrder(&loop->timerList, &timer->node, TimerNodeCompareProc); in InsertTimerNode()
/base/startup/init/interfaces/innerkits/hookmgr/
H A Dhookmgr.c163 OH_ListAddWithOrder(&(hookStage->hooks), (ListNode *)hookItem, hookItemCompare); in addHookToStage()
/base/startup/appspawn/standard/
H A Dappspawn_appmgr.c160 OH_ListAddWithOrder(&g_appSpawnMgr->appQueue, &node->node, AppInfoCompareProc); in AddSpawnedProcess()
/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.cpp723 OH_ListAddWithOrder(list, &node_, CompareNode); in AddToList()

Completed in 7 milliseconds