Home
last modified time | relevance | path

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

/ohos5.0/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()
321OH_ListAddWithOrder(&queue->front, &node->sandboxNode.node, SandboxConditionalNodeCompareNode); in AddSandboxSection()
H A Dsandbox_expand.c276 OH_ListAddWithOrder(&g_sandboxExpandCfgList, &node->node, AppSandboxExpandAppCfgComparePrio); in RegisterExpandSandboxCfgHandler()
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dlist.h131 void OH_ListAddWithOrder(struct ListNode *head, struct ListNode *item, ListCompareProc compareProc);
/ohos5.0/base/startup/init/services/utils/
H A Dlist.c83 void OH_ListAddWithOrder(struct ListNode *head, struct ListNode *item, ListCompareProc compareProc) in OH_ListAddWithOrder() function
/ohos5.0/base/startup/init/interfaces/innerkits/
H A Dlibbegetutil.versionscript51 OH_ListAddWithOrder;
/ohos5.0/base/startup/init/services/loopevent/timer/
H A Dle_timer.c58 OH_ListAddWithOrder(&loop->timerList, &timer->node, TimerNodeCompareProc); in InsertTimerNode()
/ohos5.0/base/startup/init/interfaces/innerkits/hookmgr/
H A Dhookmgr.c163 OH_ListAddWithOrder(&(hookStage->hooks), (ListNode *)hookItem, hookItemCompare); in addHookToStage()
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_appmgr.c160 OH_ListAddWithOrder(&g_appSpawnMgr->appQueue, &node->node, AppInfoCompareProc); in AddSpawnedProcess()
/ohos5.0/base/startup/init/services/param/watcher/proxy/
H A Dwatcher_manager.cpp723 OH_ListAddWithOrder(list, &node_, CompareNode); in AddToList()