Home
last modified time | relevance | path

Searched refs:OpenAuthConnForUdpNegotiation (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.cpp578 ret = OpenAuthConnForUdpNegotiation(NULL);
581 ret = OpenAuthConnForUdpNegotiation(channel);
585 ret = OpenAuthConnForUdpNegotiation(channel);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c952 static int32_t OpenAuthConnForUdpNegotiation(UdpChannelInfo *channel) in OpenAuthConnForUdpNegotiation() function
1048 ret = OpenAuthConnForUdpNegotiation(&udpChannel); in TransUdpGetChannelAndOpenConn()
1119 ret = OpenAuthConnForUdpNegotiation(&channel); in TransCloseUdpChannel()
1232 if (OpenAuthConnForUdpNegotiation(udpChannelNode) != SOFTBUS_OK) { in TransUdpDeathCallback()