Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dlist.c40 return DL_LIST_ENTRY(list->dlList.pstNext, ListNode, node); in ListGetFirstNodeInt()
146 return DL_LIST_ENTRY(list->dlList.pstNext, ListNode, node); in ListGetFirstNode()
155 return DL_LIST_ENTRY(list->dlList.pstPrev, ListNode, node); in ListGetLastNode()
164 return DL_LIST_ENTRY(listNode->node.pstNext, ListNode, node); in ListGetNextNode()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Ddl_list.h128 #define DL_LIST_ENTRY(item, type, member) ((type *)(void *)((char *)(item)-OFF_SET_OF(type, member)… macro