Home
last modified time | relevance | path

Searched refs:UdpOnAuthConnOpenFailed (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.cpp541 UdpOnAuthConnOpenFailed(invalidId, reason);
543 UdpOnAuthConnOpenFailed(channel->requestId, reason);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c836 static void UdpOnAuthConnOpenFailed(uint32_t requestId, int32_t reason) in UdpOnAuthConnOpenFailed() function
928 cb.onConnOpenFailed = UdpOnAuthConnOpenFailed; in UdpOpenAuthConn()