Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dtrans_pending_pkt.h42 int32_t AddPendingPacket(int32_t channelId, int32_t seqNum, int32_t type);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dtrans_pending_pkt.c131 int32_t AddPendingPacket(int32_t channelId, int32_t seqNum, int32_t type) in AddPendingPacket() function
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
H A Dclient_trans_tcp_direct_message.c258 int32_t ret = AddPendingPacket(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.c472 int32_t ret = AddPendingPacket(channelId, 0, PENDING_TYPE_UDP); in ClientTransCloseUdpChannel()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c1056 ret = AddPendingPacket(channelId, info.sequence, PENDING_TYPE_PROXY); in TransProxyChannelSendMessage()