Home
last modified time | relevance | path

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 Dclient_trans_udp_manager_test.cpp139 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 Dclient_trans_udp_virtual.c31 int32_t TransOnUdpChannelOpened(const char *sessionName, const ChannelInfo *channel, int32_t *udpPo… in TransOnUdpChannelOpened() function
H A Dclient_trans_udp_manager.c251 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 Dclienttransudpmanager_fuzzer.cpp36 TransOnUdpChannelOpened((char *)data, &channel, &udpPort); in TransOnUdpChannelOpenedTest()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/
H A Dclient_trans_udp_manager.h68 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 Dclient_trans_channel_callback.c50 ret = TransOnUdpChannelOpened(sessionName, channel, &udpPort); in TransOnChannelOpened()