Home
last modified time | relevance | path

Searched refs:ListGetFirstNode (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.c50 node = ListGetFirstNode(inst->psmList); in L2capGetPsm()
69 node = ListGetFirstNode(inst->connList); in L2capGetConnection()
88 node = ListGetFirstNode(inst->connList); in L2capGetConnection2()
108 node = ListGetFirstNode(inst->connList); in L2capGetConnection3()
112 nodeChan = ListGetFirstNode(conn->chanList); in L2capGetConnection3()
132 node = ListGetFirstNode(conn->chanList); in L2capGetChannel()
150 node = ListGetFirstNode(inst->connList); in L2capGetChannel2()
266 node = ListGetFirstNode(chan->erfc.txList); in L2capDestroyChannelTx()
333 node = ListGetFirstNode(inst->connList); in L2capDisconnectTimeout()
418 node = ListGetFirstNode(conn->chanList); in L2capDeleteConnection()
[all …]
H A Dl2cap_cmn.c89 node = ListGetFirstNode(g_fragmentationList); in L2capRecombineStart()
128 node = ListGetFirstNode(g_fragmentationList); in L2capRecombineContinue()
240 node = ListGetFirstNode(g_fragmentationList); in L2capAclDisconnected()
248 node = ListGetFirstNode(g_fragmentationList); in L2capAclDisconnected()
553 node = ListGetFirstNode(pendingList); in L2capGetPendingRequest()
571 node = ListGetFirstNode(pendingList); in L2capGetPendingRequest2()
590 node = ListGetFirstNode(pendingList); in L2capClearPendingRequest()
737 node = ListGetFirstNode(g_fragmentationList); in L2capCommonShutdown()
H A Dl2cap_le.c105 node = ListGetFirstNode(inst->psmList); in L2capLeGetPsm()
124 node = ListGetFirstNode(inst->connList); in L2capLeGetConnection()
143 node = ListGetFirstNode(inst->connList); in L2capLeGetConnection2()
161 node = ListGetFirstNode(conn->chanList); in L2capLeGetChannel()
179 node = ListGetFirstNode(inst->connList); in L2capLeGetChannel2()
209 node = ListGetFirstNode(conn->chanList); in L2capLeGetChannel4()
401 node = ListGetFirstNode(inst->connList); in L2capLeResponseTimeout()
554 node = ListGetFirstNode(chan->txList); in L2capLeTxWithCredit()
1171 node = ListGetFirstNode(conn->chanList); in L2capLeAclConnectProcess()
1808 node = ListGetFirstNode(leinst->connList); in L2CAP_LeFinalize()
[all …]
H A Dl2cap.c524 node = ListGetFirstNode(inst->connList); in L2CAP_DeregisterService()
527 nodeChan = ListGetFirstNode(conn->chanList); in L2CAP_DeregisterService()
582 node = ListGetFirstNode(inst->connList); in L2CAP_Finalize()
587 node = ListGetFirstNode(inst->connList); in L2CAP_Finalize()
593 node = ListGetFirstNode(inst->psmList); in L2CAP_Finalize()
599 node = ListGetFirstNode(inst->psmList); in L2CAP_Finalize()
H A Dl2cap_core.c68 node = ListGetFirstNode(inst->connList); in L2capResponseTimeout()
543 node = ListGetFirstNode(erfc->txList); in L2capProcessRxReqSeq()
573 node = ListGetFirstNode(erfc->txList); in L2capProcessRxReqSeq()
599 node = ListGetFirstNode(erfc->txList); in L2capErfcTxOneFrame()
832 node = ListGetFirstNode(erfc->txList); in L2capErfcTx()
861 node = ListGetFirstNode(erfc->txList); in L2capStreamTx()
1859 node = ListGetFirstNode(conn->chanList); in L2capProcessInformationRsp()
2188 node = ListGetFirstNode(chanList); in L2capAclConnectFailed()
2235 if (ListGetFirstNode(conn->chanList) != NULL) { in L2capConnectComplete()
2254 node = ListGetFirstNode(chanList); in L2capAclDisconnected()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel.c77 node = ListGetFirstNode(g_channelList); in RfcommDestroyChannelList()
486 node = ListGetFirstNode(g_channelList); in RfcommGetChannelByDlci()
516 node = ListGetFirstNode(g_channelList); in RfcommGetFirstChannelOnSession()
546 node = ListGetFirstNode(g_channelList); in RfcommGetChannelByHandle()
571 node = ListGetFirstNode(g_channelList); in RfcommCheckSessionValid()
603 node = ListGetFirstNode(g_channelList); in RfcommIsChannelValid()
630 node = ListGetFirstNode(g_channelList); in RfcommOpenAllChannelOnSession()
654 node = ListGetFirstNode(g_channelList); in RfcommResetAllChannelOnSession()
676 node = ListGetFirstNode(g_channelList); in RfcommSendAllCachePktOnSession()
700 node = ListGetFirstNode(g_channelList); in RfcommNotifyAllChannelEvtOnSession()
[all …]
H A Drfcomm_session.c48 node = ListGetFirstNode(g_sessionList); in RfcommDestroySessionList()
273 node = ListGetFirstNode(g_sessionList); in RfcommGetSessionByLcid()
303 node = ListGetFirstNode(g_sessionList); in RfcommGetSessionByAddr()
334 node = ListGetFirstNode(g_sessionList); in RfcommIsSessionValid()
H A Drfcomm_server.c48 node = ListGetFirstNode(g_serverList); in RfcommDestroyServerList()
135 node = ListGetFirstNode(g_serverList); in RfcommGetServerByScn()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dlist.c72 for (ListNode *node = ListGetFirstNode(list); node;) { in ListClear()
139 ListNode *ListGetFirstNode(const List *list) in ListGetFirstNode() function
180 for (ListNode *node = ListGetFirstNode(list); node; node = ListGetNextNode(node)) { in ListRemoveNode()
196 ListNode *first = ListGetFirstNode(list); in ListRemoveFirst()
H A Dqueue.c78 ListNode *node = ListGetFirstNode(queue->list); in QueueDelete()
131 listNode = ListGetFirstNode(queue->list); in QueueDequeue()
152 listNode = ListGetFirstNode(queue->list); in QueueTryDequeue()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_wl.c63 ListNode *node = ListGetFirstNode(g_whiteList); in BtmFindWhiteListEntityByType()
92 ListNode *node = ListGetFirstNode(g_whiteList); in BtmFindWhiteListEntity()
168 ListNode *node = ListGetFirstNode(g_whiteList); in BtmRemoveDeviceFromWhiteList()
277 ListNode *node = ListGetFirstNode(g_whiteList); in BtmIsDeviceInWhiteList()
H A Dbtm_acl.c341 ListNode *node = ListGetFirstNode(g_aclList); in BtmAclFindConnectionByAddr()
360 ListNode *node = ListGetFirstNode(g_aclList); in BtmAclFindLeConnectionByAddr()
379 ListNode *node = ListGetFirstNode(g_aclList); in BtmAclFindConnectionByHandle()
475 ListNode *node = ListGetFirstNode(g_aclList); in BtmAclTimeoutTask()
869 ListNode *node = ListGetFirstNode(g_aclList); in BtmRemoveAllConnectingLeConnection()
979 node = ListGetFirstNode(g_aclCallbackList); in BtmOnLeConnectCallback()
999 ListNode *node = ListGetFirstNode(g_aclList); in BtmGetLeConnectingAddr()
1016 node = ListGetFirstNode(g_aclList); in BtmGetLeConnectingAddr()
1422 ListNode *node = ListGetFirstNode(requests); in BtmOnLeRemoteFeatureComplete()
1501 ListNode *node = ListGetFirstNode(requests); in BtmOnRemoteFeatureComplete()
[all …]
H A Dbtm_le_sec.c166 ListNode *node = ListGetFirstNode(g_lePairedDevices); in BtmFindLePairedDeviceBlockByAddress()
185 ListNode *node = ListGetFirstNode(g_lePairedDevices); in BtmFindLePairedDeviceBlockByRemoteIdentityAddress()
463 ListNode *node = ListGetFirstNode(g_lePairedDevices); in BTM_GetAllRemoteIdentityResolvingKey()
502 ListNode *node = ListGetFirstNode(g_lePairedDevices); in BTM_GetAllPairedDevices()
682 ListNode *node = ListGetFirstNode(g_lePairedDevices); in BTM_ConvertToPairedAddress()
H A Dbtm_pm.c30 ListNode *node_ = ListGetFirstNode(g_pmCallbackList); \
98 ListNode *node = ListGetFirstNode(g_connectionModeList); in BtmFindConnectionModeByConnectionHandle()
H A Dbtm_inq_db.c64 ListNode *node = ListGetFirstNode(g_inquiryDb); in BtmFindInquiryEntiryByAddress()
H A Dbtm.c559 ListNode *node = ListGetFirstNode(g_btmCallbackList); in BTM_DeregisterCallbacks()
580 ListNode *node = ListGetFirstNode(g_btmCallbackList); in BtmOnHCIFailure()
H A Dbtm_sco.c42 ListNode *node_ = ListGetFirstNode(g_scoCallbackList); \
240 ListNode *node = ListGetFirstNode(g_scoList); in BtmScoFindScoConnectionByAddress()
262 ListNode *node = ListGetFirstNode(g_scoList); in BtmScoFindScoConnectionByScoHandle()
946 ListNode *node = ListGetFirstNode(g_scoCallbackList); in BtmScoOnWriteVoiceSettingComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c103 ListNode *node = ListGetFirstNode(g_connectionHandleList); in HciFindConnectionHandleBlock()
188 ListNode *node = ListGetFirstNode(g_aclDataCache); in HciCleanupAclData()
209 ListNode *node = ListGetFirstNode(g_leAclDataCache); in HciCleanupLeAclData()
238 ListNode *node = ListGetFirstNode(g_txAclPackets); in FindTxPacketsEntityByConnectionHandle()
254 ListNode *node = ListGetFirstNode(g_txLePackets); in FindLeTxPacketsEntityByConnectionHandle()
598 ListNode *node = ListGetFirstNode(g_hciAclCallbackList); in HciOnAclData()
619 node = ListGetFirstNode(g_aclDataCache); in HciSendCachedAclPackets()
660 node = ListGetFirstNode(g_leAclDataCache); in HciSendCachedLePackets()
734 node = ListGetFirstNode(g_aclDataCache); in HciCleanupCacheByAclHandle()
760 node = ListGetFirstNode(g_leAclDataCache); in HciCleanupLeCacheByAclHandle()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_vendor_if.c53 ListNode *node = ListGetFirstNode(g_hciVendorCallbackList); in HciVendorClosed()
130 ListNode *node = ListGetFirstNode(g_hciVendorCallbackList); in HCIVIF_DeregisterVendorEventCallback()
161 ListNode *node = ListGetFirstNode(g_hciVendorCallbackList); in HciEventOnVendorCommandComplete()
H A Dhci_failure.c70 ListNode *node = ListGetFirstNode(g_hciFailureCallbackList); in HciOnCmdTimeout()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd.c114 ListNode *node = ListGetFirstNode(g_processingCmds); in HciCmdTimeoutTask()
271 ListNode *node = ListGetFirstNode(g_processingCmds); in HciCmdOnCommandStatus()
318 ListNode *node = ListGetFirstNode(g_processingCmds); in HciCmdOnCommandComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c205 ListNode *node = ListGetFirstNode(GapGetConnectionInfoBlock()->devicelist); in GapDoReleaseACLConnection()
250 node = ListGetFirstNode(connectionInfoBlock->devicelist); in GapCheckConnection()
323 ListNode *node = ListGetFirstNode(GapGetConnectionInfoBlock()->devicelist); in GapDoDiscACLConnection()
538 node = ListGetFirstNode(profileSecurityBlock->requestlist); in GAP_AuthorizeRes()
600 node = ListGetFirstNode(profileSecurityBlock->requestlist); in GapUpdateSecurityStatusAuthenticationSuccess()
616 node = ListGetFirstNode(profileSecurityBlock->requestlist); in GapUpdateSecurityStatusEncryptionSuccess()
635 node = ListGetFirstNode(profileSecurityBlock->requestlist); in GapUpdateSecurityStatusFailed()
656 node = ListGetFirstNode(profileSecurityBlock->requestlist); in GapUpdateSecurityStatusEncryptionTimeout()
672 node = ListGetFirstNode(profileSecurityBlock->requestlist); in GapUpdateSecurityStatusAclDisconnect()
689 node = ListGetFirstNode(profileSecurityBlock->requestlist); in GapUpdateSecurityStatusConnectComplete()
[all …]
H A Dgap.c177 ListNode *node = ListGetFirstNode(g_gapMng.bredr.profileSecBlock.requestlist); in GapDisableTask()
901 node = ListGetFirstNode(profileSecurityBlock->registerlist); in GAP_RegisterServiceSecurity()
950 node = ListGetFirstNode(profileSecurityBlock->registerlist); in GAP_DeregisterServiceSecurity()
1206 ListNode *node = ListGetFirstNode(profileSecurityBlock->requestlist); in GapAclConnectionComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt.h29 ListNode *node_ = ListGetFirstNode(HciGetEventCallbackList()); \
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dlist.h114 ListNode *ListGetFirstNode(const List *list);

12