/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/ |
H A D | client_trans_udp_manager_test.cpp | 137 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 D | client_trans_channel_callback.c | 38 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 D | client_trans_udp_virtual.c | 31 int32_t TransOnUdpChannelOpened(const char *sessionName, const ChannelInfo *channel, int32_t *udpPort) in TransOnUdpChannelOpened() argument 35 (void)udpPort; in TransOnUdpChannelOpened()
|
H A D | client_trans_udp_manager.c | 251 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 D | clienttransudpmanager_fuzzer.cpp | 35 int32_t udpPort = size; in TransOnUdpChannelOpenedTest() local 36 TransOnUdpChannelOpened((char *)data, &channel, &udpPort); in TransOnUdpChannelOpenedTest()
|
/foundation/communication/dsoftbus/sdk/frame/small/src/ |
H A D | trans_client_stub.c | 58 int32_t udpPort = TransOnChannelOpened(sessionName, &channel); in ClientOnChannelOpened() local 59 WriteInt32(reply, udpPort); in ClientOnChannelOpened()
|
/foundation/filemanagement/dfs_service/test/moduletest/src/ |
H A D | distributedfiledaemon_service_test.cpp | 55 uint16_t udpPort; member
|
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/hostapd_hal/ |
H A D | wifi_hostapd_hal.h | 92 char *udpPort; member
|
H A D | wifi_hostapd_hal.c | 282 if (strcpy_s(destPort, len, g_hostapdHalDevInfo[id].udpPort) != EOK) { in GetDestPort()
|
/foundation/communication/dsoftbus/core/transmission/ipc/small/ |
H A D | trans_client_proxy.c | 56 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 D | client_trans_udp_manager.h | 68 int32_t TransOnUdpChannelOpened(const char *sessionName, const ChannelInfo *channel, int32_t *udpPort);
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 319 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 D | netsys_native_service_stub.cpp | 860 int32_t udpPort = data.ReadInt32(); in CmdEnableWearableDistributedNetForward() local 861 int32_t result = EnableWearableDistributedNetForward(tcpPort, udpPort); in CmdEnableWearableDistributedNetForward()
|