Searched refs:DelPendingPacketbyChannelId (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/ |
H A D | trans_pending_pkt.h | 43 void DelPendingPacketbyChannelId(int32_t channelId, int32_t seqNum, int32_t type);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/ |
H A D | trans_pending_pkt.c | 192 void DelPendingPacketbyChannelId(int32_t channelId, int32_t seqNum, int32_t type) in DelPendingPacketbyChannelId() function
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/ |
H A D | client_trans_tcp_direct_message.c | 271 DelPendingPacketbyChannelId(channelId, sequence, PENDING_TYPE_DIRECT); in TransTdcSendMessage()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/ |
H A D | client_trans_udp_manager.c | 479 DelPendingPacketbyChannelId(channelId, 0, PENDING_TYPE_UDP); in ClientTransCloseUdpChannel()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_manager.c | 1063 DelPendingPacketbyChannelId(channelId, info.sequence, PENDING_TYPE_PROXY); in TransProxyChannelSendMessage()
|