Home
last modified time | relevance | path

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

/base/startup/init/services/utils/
Dlist.c152 int OH_ListTraversal(ListNode *head, void *data, ListTraversalProc traversalProc, unsigned int flag… in OH_ListTraversal() function
208 OH_ListTraversal(head, (void *)destroyProc, listDestroyTraversal, 0); in OH_ListRemoveAll()
/base/startup/init/interfaces/innerkits/hookmgr/
Dhookmgr.c227 OH_ListTraversal(&(stageItem->hooks), hook, hookTraversalDelProc, 0); in HookMgrDel()
286 return OH_ListTraversal(&(stageItem->hooks), (void *)(&args), hookExecutionProc, flags); in HookMgrExecute()
342 OH_ListTraversal(&(stageItem->hooks), data, hookItemTraversal, 0); in hookStageTraversal()
361 OH_ListTraversal(&(hookMgr->stages), (void *)(&stageArgs), hookStageTraversal, 0); in HookMgrTraversal()
/base/startup/init/services/include/
Dlist.h172 int OH_ListTraversal(ListNode *head, void *data, ListTraversalProc traversalProc, unsigned int flag…
/base/startup/init/services/sandbox/
Dsandbox.c497 int ret = OH_ListTraversal(head, (void *)rootPath, MountSandboxNode, 1); in MountSandboxInfo()
528 int ret = OH_ListTraversal(head, (void *)rootPath, LinkSandboxNode, 1); in LinkSandboxInfo()
694 OH_ListTraversal(&map->sandbox->pathMountsHead, NULL, DumpSandboxMountInfo, 0); in DumpSandboxByName()
695 OH_ListTraversal(&map->sandbox->fileMountsHead, NULL, DumpSandboxMountInfo, 0); in DumpSandboxByName()
697 OH_ListTraversal(&map->sandbox->linksHead, NULL, DumpSandboxLinkInfo, 0); in DumpSandboxByName()
/base/startup/init/services/modules/sysevent/
Dstartup_time_event.c81 OH_ListTraversal(events, (void *)&args, TraversalEvent, 0); in ReportBootEventComplete()
/base/startup/init/interfaces/innerkits/
Dlibbegetutil.versionscript60 OH_ListTraversal;
/base/startup/init/interfaces/innerkits/modulemgr/
Dmodulemgr.c334 OH_ListTraversal((ListNode *)(&(moduleMgr->modules)), (void *)(&args), ModuleTraversalProc, 0); in ModuleMgrTraversal()
/base/startup/init/services/modules/bootevent/
Dbootevent.c185 OH_ListTraversal(&bootEventList, (void *)root, BootEventTraversal, 0); in SaveServiceBootEvent()