Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/trans_pending_pkt_test/
H A Dtrans_pending_pkt_test.cpp158 int32_t ret = DelPendingPacket(channelId, type);
161 ret = DelPendingPacket(channelId, type);
166 ret = DelPendingPacket(channelId, type);
250 ret = DelPendingPacket(channelId, type);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dtrans_pending_pkt.h41 int32_t DelPendingPacket(int32_t channelId, int32_t type);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dtrans_pending_pkt.c287 int32_t DelPendingPacket(int32_t channelId, int32_t type) in DelPendingPacket() function
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
H A Dclient_trans_tcp_direct_manager.c164 DelPendingPacket(channelId, PENDING_TYPE_DIRECT); in TransTdcCloseChannel()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_manager.c288 DelPendingPacket(channelId, PENDING_TYPE_PROXY); in ClientTransProxyDelChannelInfo()