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 D | trans_udp_channel_manager.h | 66 int32_t TransGetUdpChannelByRequestId(uint32_t requestId, UdpChannelInfo *channel);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/ |
H A D | trans_udp_manager_test.cpp | 313 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 D | trans_udp_negotiation.c | 803 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 D | trans_udp_channel_manager.c | 459 int32_t TransGetUdpChannelByRequestId(uint32_t requestId, UdpChannelInfo *channel) in TransGetUdpChannelByRequestId() function
|