Home
last modified time | relevance | path

Searched refs:TransGetUdpChannelByRequestId (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.h66 int32_t TransGetUdpChannelByRequestId(uint32_t requestId, UdpChannelInfo *channel);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp313 ret = TransGetUdpChannelByRequestId(Channel->requestId, newChannel);
344 ret = TransGetUdpChannelByRequestId(requestId, NULL);
347 ret = TransGetUdpChannelByRequestId(requestId, newChannel);
351 ret = TransGetUdpChannelByRequestId(requestId, newChannel);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c803 if (TransGetUdpChannelByRequestId(requestId, channel) != SOFTBUS_OK) { in UdpOnAuthConnOpened()
844 int32_t ret = TransGetUdpChannelByRequestId(requestId, channel); in UdpOnAuthConnOpenFailed()
877 if (TransGetUdpChannelByRequestId(requestId, channel) != SOFTBUS_OK) { in TransCloseUdpChannelByRequestId()
892 if (TransGetUdpChannelByRequestId(requestId, &channel) != SOFTBUS_OK) { in CheckAuthConnStatus()
H A Dtrans_udp_channel_manager.c459 int32_t TransGetUdpChannelByRequestId(uint32_t requestId, UdpChannelInfo *channel) in TransGetUdpChannelByRequestId() function