Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dlist.c33 static ListNode *ListGetFirstNodeInt(const List *list) in ListGetFirstNodeInt() function
129 for (ListNode *node = ListGetFirstNodeInt(list); node;) { in ListForEachData()