Home
last modified time | relevance | path

Searched refs:ListRemoveNode (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c381 ListRemoveNode(g_hciAclCallbackList, (void *)callbacks); in HCI_DeregisterAclCallbacks()
622 ListRemoveNode(g_aclDataCache, packet); in HciSendCachedAclPackets()
663 ListRemoveNode(g_leAclDataCache, packet); in HciSendCachedLePackets()
742 ListRemoveNode(g_aclDataCache, packet); in HciCleanupCacheByAclHandle()
768 ListRemoveNode(g_leAclDataCache, packet); in HciCleanupLeCacheByAclHandle()
797 ListRemoveNode(g_txAclPackets, entity); in HciRecoveryNumOfAclDataPackets()
810 ListRemoveNode(g_txAclPackets, entity); in HciRecoveryNumOfLeDataPackets()
827 ListRemoveNode(g_connectionHandleList, block); in HciAclOnDisconnect()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_inst.c272 ListRemoveNode(chan->erfc.txList, pkt); in L2capDestroyChannelTx()
285 ListRemoveNode(chan->erfc.txList, tx); in L2capDestroyChannelTx()
362 ListRemoveNode(conn->chanList, chan); in L2capDeleteChannel()
424 ListRemoveNode(conn->chanList, chan); in L2capDeleteConnection()
443 ListRemoveNode(inst->connList, conn); in L2capDeleteConnection()
H A Dl2cap_cmn.c93 ListRemoveNode(g_fragmentationList, frag); in L2capRecombineStart()
137 ListRemoveNode(g_fragmentationList, frag); in L2capRecombineContinue()
141 ListRemoveNode(g_fragmentationList, frag); in L2capRecombineContinue()
244 ListRemoveNode(g_fragmentationList, frag); in L2capAclDisconnected()
539 ListRemoveNode(pendingList, req); in L2capDestroyPendingRequest()
597 ListRemoveNode(pendingList, req); in L2capClearPendingRequest()
743 ListRemoveNode(g_fragmentationList, frag); in L2capCommonShutdown()
H A Dl2cap_le.c286 ListRemoveNode(chan->txList, pkt); in L2capLeDestroyChannel()
304 ListRemoveNode(conn->chanList, chan); in L2capLeDeleteChannel()
353 ListRemoveNode(conn->chanList, chan); in L2capLeDeleteConnection()
365 ListRemoveNode(inst->connList, conn); in L2capLeDeleteConnection()
406 ListRemoveNode(conn->pendingList, lereq); in L2capLeResponseTimeout()
561 ListRemoveNode(chan->txList, pkt); in L2capLeTxWithCredit()
1135 ListRemoveNode(conn->chanList, chan); in L2capLeCleanAllChannels()
1532 ListRemoveNode(inst->psmList, psm); in L2CAP_LeDeregisterService()
1822 ListRemoveNode(leinst->psmList, psm); in L2CAP_LeFinalize()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dlist.c173 bool ListRemoveNode(List *list, void *data) in ListRemoveNode() function
197 if (!ListRemoveNode(list, first->data)) { in ListRemoveFirst()
211 if (!ListRemoveNode(list, last->data)) { in ListRemoveLast()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter.c263 ListRemoveNode(g_filterInfoList, info); in BTM_RemoveLocalL2capPsmForLogging()
287 ListRemoveNode(g_filterInfoList, info); in BTM_RemoveRemoteL2capPsmForLogging()
342 ListRemoveNode(g_filterInfoList, info); in BTM_RemoveLocalRfcommScnChannelForLogging()
367 ListRemoveNode(g_filterInfoList, info); in BTM_RemoveRemoteRfcommScnChannelForLogging()
H A Dbtm_wl.c173 ListRemoveNode(g_whiteList, entity); in BtmRemoveDeviceFromWhiteList()
178 ListRemoveNode(g_whiteList, entity); in BtmRemoveDeviceFromWhiteList()
H A Dbtm_sco.c204 ListRemoveNode(g_scoCallbackList, block); in BTM_DeregisterScoCallbacks()
324 ListRemoveNode(g_scoList, scoConnection); in BTM_CreateScoConnection()
812 ListRemoveNode(g_scoList, scoConnection); in BtmScoOnConnectionComplete()
849 ListRemoveNode(g_scoList, scoConnection); in BtmScoOnSynchronousConnectionComplete()
1007 ListRemoveNode(g_scoList, scoConnection); in BtmScoOnDisconnectComplete()
H A Dbtm_pm.c327 ListRemoveNode(g_connectionModeList, connectionMode); in BtmPmOnDisconnectComplete()
368 ListRemoveNode(g_pmCallbackList, block); in BTM_DeregisterPmCallbacks()
H A Dbtm_acl.c461 ListRemoveNode(g_aclList, connection); in BTM_AclConnect()
529 ListRemoveNode(g_aclList, connection); in BtmOnConnectionComplete()
613 ListRemoveNode(g_aclList, connection); in BtmOnConnectionrequest()
874 ListRemoveNode(g_aclList, connection); in BtmRemoveAllConnectingLeConnection()
1369 ListRemoveNode(g_aclList, connection); in BtmOnDisconnectComplete()
1414 ListRemoveNode(g_remoteSupportRequestList, request); in BtmGetRemoteDeviceSupportRequests()
1703 ListRemoveNode(g_aclCallbackList, block); in BTM_DeregisterAclCallbacks()
1963 ListRemoveNode(g_aclList, connection); in BTM_AclCancelConnect()
2014 ListRemoveNode(g_aclList, connection); in BTM_LeCancelConnect()
H A Dbtm_snoop_filter_acl.c252 ListRemoveNode(g_filterL2capConnList, l2capInfo); in RemoveL2capConnectionByLocalCid()
264 ListRemoveNode(g_filterL2capConnList, l2capInfo); in RemoveL2capConnectionByAclHandle()
288 ListRemoveNode(g_aclConnList, info); in RemoveAclConnection()
483 ListRemoveNode(g_filterL2capConnList, connInfo); in ProcessL2capConnectionResponse()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_list.h53 static inline void ListRemoveNode(List *node) in ListRemoveNode() function
82 ListRemoveNode(element); in ListPopFront()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c103 ListRemoveNode(&node->node); in DestroyRemoteNode()
104 ListRemoveNode(&node->orderedNode); in DestroyRemoteNode()
123 ListRemoveNode(&rxIface->node); in DestroyRxIface()
136 ListRemoveNode(&device->node); in DestroyRemoteDevice()
657 ListRemoveNode(&remoteNode->orderedNode); in UpdateRemoteNodeByDeviceInfo()
669 ListRemoveNode(&rxIface->node); in UpdateRemoteNodeByDeviceInfo()
674 ListRemoveNode(&device->node); in UpdateRemoteNodeByDeviceInfo()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_failure.c58 ListRemoveNode(g_hciFailureCallbackList, (void *)callbacks); in HCI_DeregisterFailureCallback()
H A Dhci_vendor_if.c135 ListRemoveNode(g_hciVendorCallbackList, block); in HCIVIF_DeregisterVendorEventCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dlist.h151 bool ListRemoveNode(List *list, void *data);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c140 ListRemoveNode(&node->list); in AddDFileSessionNode()
160 ListRemoveNode(&node->list); in PopDFileSessionNodeById()
970 ListRemoveNode(&transferDoneAckNode->list); in DFileClearTransferDoneAckList()
993 ListRemoveNode(&peerInfo->list); in DFileSessionClean()
1267 ListRemoveNode(&peerInfo->list); in DFileSenderDestory()
1401 ListRemoveNode(&fileListInfo->list); in ClearPendingFileList()
1413 ListRemoveNode(&fileListInfo->list); in ClearSmallFileList()
1433 ListRemoveNode(&node->list); in ClearOutboundQueue()
1445 ListRemoveNode(&node->list); in ClearInboundQueue()
H A Dnstackx_dfile_send.c79 ListRemoveNode(p); in DestroyIovList()
93 ListRemoveNode(p); in TcpSendFileDataFrame()
117 ListRemoveNode(p); in UdpSendFileDataSuccess()
H A Dnstackx_dfile_control.c74 ListRemoveNode(&transferDoneAckNode->list); in DFileSendTransferDoneAck()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd.c292 ListRemoveNode(g_processingCmds, cmd); in HciCmdOnCommandStatus()
333 ListRemoveNode(g_processingCmds, cmd); in HciCmdOnCommandComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_server.c112 ListRemoveNode(g_serverList, server); in RfcommRemoveServer()
H A Drfcomm_channel.c350 ListRemoveNode(g_channelList, channel); in RfcommRemoveChannel()
849 ListRemoveNode(channel->sendQueue, pkt); in RfcommSendCachePkt()
862 ListRemoveNode(channel->sendQueue, pkt); in RfcommSendCachePkt()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c167 ListRemoveNode(g_connectList, ctx); in SdpConnectTimeoutTask()
541 ListRemoveNode(g_connectList, connect); in SdpDisconnectionRspCallbackTask()
1004 ListRemoveNode(g_connectList, connect); in SdpReceiveDisconnectResponseTask()
1073 ListRemoveNode(g_connectList, connect); in SdpDisconnectAbnormalTask()
1084 ListRemoveNode(g_connectList, connect); in SdpDisconnectAbnormalTask()
1090 ListRemoveNode(g_connectList, connect); in SdpDisconnectAbnormalTask()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_event.c183 ListRemoveNode(&node->list); in DeleteEventNode()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_event.c184 ListRemoveNode(&node->list); in DeleteEventNode()

12