Home
last modified time | relevance | path

Searched refs:StartExchangeUdpInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_nego_test.cpp398 int32_t ret = StartExchangeUdpInfo(&channel, authHandle, 0);
404 ret = StartExchangeUdpInfo(&channel, authHandle, seq);
422 StartExchangeUdpInfo(channel, authHandle, channel->seq);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c730 static int32_t StartExchangeUdpInfo(UdpChannelInfo *channel, AuthHandle authHandle, int64_t seq) in StartExchangeUdpInfo() function
809 ret = StartExchangeUdpInfo(channel, authHandle, channel->seq); in UdpOnAuthConnOpened()