Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dlist.h118 typedef int (*ListCompareProc)(ListNode *node, ListNode *newNode); typedef
131 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()