Home
last modified time | relevance | path

Searched refs:TransAddUdpChannel (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp142 ret = TransAddUdpChannel(Channel);
159 ret = TransAddUdpChannel(NULL);
162 ret = TransAddUdpChannel(Channel);
165 ret = TransAddUdpChannel(Channel);
173 ret = TransAddUdpChannel(Channel);
195 ret = TransAddUdpChannel(Channel);
226 ret = TransAddUdpChannel(Channel);
252 ret = TransAddUdpChannel(Channel);
285 ret = TransAddUdpChannel(Channel);
311 ret = TransAddUdpChannel(Channel);
[all …]
H A Dtrans_udp_nego_test.cpp289 int32_t ret = TransAddUdpChannel(newChannel);
302 ret = TransAddUdpChannel(testChannel);
325 int32_t ret = TransAddUdpChannel(channel);
352 int32_t ret = TransAddUdpChannel(newChannel);
373 int32_t ret = TransAddUdpChannel(channel);
419 int32_t ret = TransAddUdpChannel(channel);
518 int32_t ret = TransAddUdpChannel(channel);
538 int32_t ret = TransAddUdpChannel(channel);
576 int32_t ret = TransAddUdpChannel(channel);
653 int32_t ret = TransAddUdpChannel(channel);
[all …]
H A Dtrans_udp_negotiation_test.cpp134 int32_t ret = TransAddUdpChannel(newChannel);
190 ret = TransAddUdpChannel(newChannel);
307 int32_t ret = TransAddUdpChannel(newChannel);
330 int32_t ret = TransAddUdpChannel(newChannel);
H A Dtrans_udp_static_test.cpp175 ret = TransAddUdpChannel(channel);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/include/
H A Dtrans_udp_channel_manager.h60 int32_t TransAddUdpChannel(UdpChannelInfo *channel);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c338 if (TransAddUdpChannel(newChannel) != SOFTBUS_OK) { in AcceptUdpChannelAsServer()
1081 int32_t ret = TransAddUdpChannel(newChannel); in TransOpenUdpChannel()
H A Dtrans_udp_channel_manager.c157 int32_t TransAddUdpChannel(UdpChannelInfo *channel) in TransAddUdpChannel() function