Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/utils/
H A Dlist.c184 ListDestroyProc destroyProc = (ListDestroyProc)data; in listDestroyTraversal()
202 void OH_ListRemoveAll(ListNode *head, ListDestroyProc destroyProc) in OH_ListRemoveAll()
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dlist.h180 typedef void (*ListDestroyProc)(ListNode *node); typedef
189 void OH_ListRemoveAll(ListNode *head, ListDestroyProc destroyProc);