Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dtrans_pending_pkt.h43 void DelPendingPacketbyChannelId(int32_t channelId, int32_t seqNum, int32_t type);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dtrans_pending_pkt.c192 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 Dclient_trans_tcp_direct_message.c271 DelPendingPacketbyChannelId(channelId, sequence, PENDING_TYPE_DIRECT); in TransTdcSendMessage()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c479 DelPendingPacketbyChannelId(channelId, 0, PENDING_TYPE_UDP); in ClientTransCloseUdpChannel()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c1063 DelPendingPacketbyChannelId(channelId, info.sequence, PENDING_TYPE_PROXY); in TransProxyChannelSendMessage()