Searched refs:TransOnUdpChannelOpened (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/ |
H A D | client_trans_udp_manager_test.cpp | 139 ret = TransOnUdpChannelOpened(NULL, &channel, &udpPort); 142 ret = TransOnUdpChannelOpened(g_sessionName, NULL, &udpPort); 145 ret = TransOnUdpChannelOpened(g_sessionName, &channel, NULL); 162 ret = TransOnUdpChannelOpened(g_sessionName, &channel, &udpPort); 169 ret = TransOnUdpChannelOpened(strSessionName, &channel, &udpPort); 174 ret = TransOnUdpChannelOpened(g_sessionName, &channel, &udpPort); 178 ret = TransOnUdpChannelOpened(g_sessionName, &channel, &udpPort); 195 ret = TransOnUdpChannelOpened(g_sessionName, &channel, &udpPort); 248 ret = TransOnUdpChannelOpened(g_sessionName, &channel, &udpPort); 254 ret = TransOnUdpChannelOpened(g_sessionName, &channel, &udpPort); [all …]
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/ |
H A D | client_trans_udp_virtual.c | 31 int32_t TransOnUdpChannelOpened(const char *sessionName, const ChannelInfo *channel, int32_t *udpPo… in TransOnUdpChannelOpened() function
|
H A D | client_trans_udp_manager.c | 251 int32_t TransOnUdpChannelOpened(const char *sessionName, const ChannelInfo *channel, int32_t *udpPo… in TransOnUdpChannelOpened() function
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransudpmanager_fuzzer/ |
H A D | clienttransudpmanager_fuzzer.cpp | 36 TransOnUdpChannelOpened((char *)data, &channel, &udpPort); in TransOnUdpChannelOpenedTest()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/ |
H A D | client_trans_udp_manager.h | 68 int32_t TransOnUdpChannelOpened(const char *sessionName, const ChannelInfo *channel, int32_t *udpPo…
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/ |
H A D | client_trans_channel_callback.c | 50 ret = TransOnUdpChannelOpened(sessionName, channel, &udpPort); in TransOnChannelOpened()
|