Home
last modified time | relevance | path

Searched refs:TransGetUdpChannelBySeq (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_channel_manager.h64 int32_t TransGetUdpChannelBySeq(int64_t seq, UdpChannelInfo *channel);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp197 ret = TransGetUdpChannelBySeq(Channel->seq, newChannel);
220 int32_t ret = TransGetUdpChannelBySeq(Channel->seq, newChannel);
228 ret = TransGetUdpChannelBySeq(seq, NULL);
231 ret = TransGetUdpChannelBySeq(seq, newChannel);
255 ret = TransGetUdpChannelBySeq(Channel->requestId, newChannel);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_channel_manager.c276 int32_t TransGetUdpChannelBySeq(int64_t seq, UdpChannelInfo *channel) in TransGetUdpChannelBySeq() function
H A Dtrans_udp_negotiation.c595 if (TransGetUdpChannelBySeq(seq, &channel) != SOFTBUS_OK) { in TransOnExchangeUdpInfoReply()