Home
last modified time | relevance | path

Searched refs:destroyProc (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() local
186 if (destroyProc == NULL) { in listDestroyTraversal()
189 destroyProc(node); in listDestroyTraversal()
202 void OH_ListRemoveAll(ListNode *head, ListDestroyProc destroyProc) in OH_ListRemoveAll() argument
208 OH_ListTraversal(head, (void *)destroyProc, listDestroyTraversal, 0); in OH_ListRemoveAll()
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dlist.h189 void OH_ListRemoveAll(ListNode *head, ListDestroyProc destroyProc);