Home
last modified time | relevance | path

Searched refs:udpPort (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/
H A Dclient_trans_udp_manager_test.cpp137 int32_t udpPort; in HWTEST_F() local
139 ret = TransOnUdpChannelOpened(NULL, &channel, &udpPort); in HWTEST_F()
142 ret = TransOnUdpChannelOpened(g_sessionName, NULL, &udpPort); in HWTEST_F()
159 int32_t udpPort; in HWTEST_F() local
162 ret = TransOnUdpChannelOpened(g_sessionName, &channel, &udpPort); in HWTEST_F()
169 ret = TransOnUdpChannelOpened(strSessionName, &channel, &udpPort); in HWTEST_F()
174 ret = TransOnUdpChannelOpened(g_sessionName, &channel, &udpPort); in HWTEST_F()
178 ret = TransOnUdpChannelOpened(g_sessionName, &channel, &udpPort); in HWTEST_F()
192 int32_t udpPort; in HWTEST_F() local
195 ret = TransOnUdpChannelOpened(g_sessionName, &channel, &udpPort); in HWTEST_F()
245 int32_t udpPort; HWTEST_F() local
307 int32_t udpPort; HWTEST_F() local
385 int32_t udpPort; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/
H A Dclient_trans_channel_callback.c38 int32_t udpPort = 0; in TransOnChannelOpened() local
50 ret = TransOnUdpChannelOpened(sessionName, channel, &udpPort); in TransOnChannelOpened()
58 if (channel->channelType == CHANNEL_TYPE_UDP && channel->isServer && udpPort > 0) { in TransOnChannelOpened()
59 return udpPort; in TransOnChannelOpened()
/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 *udpPort) in TransOnUdpChannelOpened() argument
35 (void)udpPort; in TransOnUdpChannelOpened()
H A Dclient_trans_udp_manager.c251 int32_t TransOnUdpChannelOpened(const char *sessionName, const ChannelInfo *channel, int32_t *udpPort) in TransOnUdpChannelOpened() argument
254 if (channel == NULL || udpPort == NULL || sessionName == NULL) { in TransOnUdpChannelOpened()
274 ret = TransOnstreamChannelOpened(channel, udpPort); in TransOnUdpChannelOpened()
281 ret = TransOnFileChannelOpened(sessionName, channel, udpPort); in TransOnUdpChannelOpened()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransudpmanager_fuzzer/
H A Dclienttransudpmanager_fuzzer.cpp35 int32_t udpPort = size; in TransOnUdpChannelOpenedTest() local
36 TransOnUdpChannelOpened((char *)data, &channel, &udpPort); in TransOnUdpChannelOpenedTest()
/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dtrans_client_stub.c58 int32_t udpPort = TransOnChannelOpened(sessionName, &channel); in ClientOnChannelOpened() local
59 WriteInt32(reply, udpPort); in ClientOnChannelOpened()
/foundation/filemanagement/dfs_service/test/moduletest/src/
H A Ddistributedfiledaemon_service_test.cpp55 uint16_t udpPort; member
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/hostapd_hal/
H A Dwifi_hostapd_hal.h92 char *udpPort; member
H A Dwifi_hostapd_hal.c282 if (strcpy_s(destPort, len, g_hostapdHalDevInfo[id].udpPort) != EOK) { in GetDestPort()
/foundation/communication/dsoftbus/core/transmission/ipc/small/
H A Dtrans_client_proxy.c56 int32_t udpPort; in OnUdpChannelOpenedAsServer() local
57 ReadInt32(&reply, &udpPort); in OnUdpChannelOpenedAsServer()
59 return udpPort; in OnUdpChannelOpenedAsServer()
/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 *udpPort);
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c319 int32_t udpPort = NotifyUdpChannelOpened(appInfo, true); in AcceptUdpChannelAsServer() local
320 if (udpPort <= 0) { in AcceptUdpChannelAsServer()
321 TRANS_LOGE(TRANS_CTRL, "get udp listen port failed udpPort=%{public}d.", udpPort); in AcceptUdpChannelAsServer()
323 return udpPort; in AcceptUdpChannelAsServer()
325 appInfo->myData.port = udpPort; in AcceptUdpChannelAsServer()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service_stub.cpp860 int32_t udpPort = data.ReadInt32(); in CmdEnableWearableDistributedNetForward() local
861 int32_t result = EnableWearableDistributedNetForward(tcpPort, udpPort); in CmdEnableWearableDistributedNetForward()

Completed in 12 milliseconds