/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/tcp/ |
H A D | tcp_manager_test.cpp | 249 info.type = CONNECT_TCP; 266 info.type = CONNECT_TCP; 300 info.type = CONNECT_TCP; 349 info.type = CONNECT_TCP; 391 info.type = CONNECT_TCP; 624 info.type = CONNECT_TCP; 652 info.type = CONNECT_TCP; 681 info.type = CONNECT_TCP; 709 info.type = CONNECT_TCP; 737 info.type = CONNECT_TCP; [all …]
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/common/unittest/ |
H A D | softbus_conn_common_test.cpp | 112 .type = CONNECT_TCP, 193 .type = CONNECT_TCP, 231 .type = CONNECT_TCP, 297 .type = CONNECT_TCP, 326 .type = CONNECT_TCP, 383 .type = CONNECT_TCP, 423 .type = CONNECT_TCP, 495 .type = CONNECT_TCP,
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
H A D | trans_proxy_transceiver_test.cpp | 137 tcpInfo.type = CONNECT_TCP; 163 connInfo.type = CONNECT_TCP; 184 tcpInfo.type = CONNECT_TCP; 212 tcpInfo.type = CONNECT_TCP;
|
H A D | softbus_trans_proxy_transceiver_test.cpp | 116 tcpInfo.type = CONNECT_TCP; 131 connInfo.type = CONNECT_TCP; 152 tcpInfo.type = CONNECT_TCP; 173 tcpInfo.type = CONNECT_TCP; 233 connInfo.type = CONNECT_TCP; 333 connInfo.type = CONNECT_TCP;
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_server_tcp_direct_test.cpp | 324 .type = CONNECT_TCP, 356 .type = CONNECT_TCP, 382 info->type = CONNECT_TCP; 427 connInfo.type = CONNECT_TCP; 556 type = CONNECT_TCP; 603 connInfo->type = CONNECT_TCP; 626 connInfo.type = CONNECT_TCP;
|
H A D | trans_tcp_direct_listener_test.cpp | 198 EXPECT_EQ(connectType, CONNECT_TCP);
|
H A D | trans_tcp_direct_p2p_test.cpp | 302 ConnectType type = CONNECT_TCP; 402 ConnectType type = CONNECT_TCP;
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/tcp/src/ |
H A D | softbus_tcp_connect_manager.c | 88 .linkType = CONNECT_TCP, in DfxRecordTcpConnectFail() 107 .linkType = CONNECT_TCP, in DfxRecordTcpConnectSuccess() 242 tcpConnInfoNode->info.type = CONNECT_TCP; in TcpOnConnectEvent() 432 uint32_t connectType = (uint32_t)CONNECT_TCP; in CalTcpConnectionId() 446 if ((option == NULL) || (option->type != CONNECT_TCP)) { in TcpConnectDeviceCheckArg() 475 tcpConnInfoNode->info.type = CONNECT_TCP; in WrapperAddTcpConnInfo() 494 .linkType = CONNECT_TCP, in TcpOpenClientSocketErr() 684 …if (info == NULL || (info->type != CONNECT_TCP && info->type != CONNECT_P2P && info->type != CONNE… in TcpStartListening()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_tcp_socket.c | 200 if (option->type != CONNECT_TCP && option->type != CONNECT_P2P && option->type != CONNECT_HML) { in OpenTcpServerSocket() 281 CONN_CHECK_AND_RETURN_RET_LOGW(option->type == CONNECT_TCP || option->type == CONNECT_P2P || in OpenTcpClientSocket() 419 clientAddr->type = CONNECT_TCP; in AcceptTcpClient()
|
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server.cpp | 49 return CONNECT_TCP; in ConvertConnectType() 51 return CONNECT_TCP; in ConvertConnectType() 118 case CONNECT_TCP: in OpenAuthSession()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/ |
H A D | trans_auth_manager_test.cpp | 101 connOpt->type = CONNECT_TCP;
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_manager.c | 260 appInfo->routeType = connInfo->type == CONNECT_TCP ? WIFI_STA : WIFI_P2P; in TransUpdateAppInfo() 270 if (connInfo->type == CONNECT_TCP) { in TransUpdateAppInfo()
|
H A D | trans_tcp_direct_listener.c | 150 *connectType = CONNECT_TCP; in TransSetTcpDirectConnectType() 393 …if (info == NULL || (info->type != CONNECT_TCP && info->type != CONNECT_P2P && info->type != CONNE… in TransTdcStartSessionListener()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/ |
H A D | lnn_ip_network_impl.c | 187 .type = CONNECT_TCP, in OpenSessionPort() 226 .type = CONNECT_TCP, in OpenProxyPort() 253 .type = CONNECT_TCP, in CloseProxyPort()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_test.cpp | 186 int ret = ConnTypeIsSupport(CONNECT_TCP);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_connection_addr_utils.c | 94 option->type = CONNECT_TCP; in LnnConvertAddrToOption() 139 if (option->type == CONNECT_TCP) { in LnnConvertOptionToAddr()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/manager/ |
H A D | connection_manager_test.cpp | 212 ret = ConnTypeIsSupport(CONNECT_TCP); 466 info.type = (ConnectType)(CONNECT_TCP -1);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/ |
H A D | trans_lane_manager_test.cpp | 436 EXPECT_EQ(CONNECT_TCP, ret); 459 ConnectType type = CONNECT_TCP;
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_tcp_connection.c | 380 .type = CONNECT_TCP, in SocketConnectInner() 428 .type = CONNECT_TCP, in SocketConnectDevice() 477 .type = CONNECT_TCP, in NipSocketConnectDevice()
|
H A D | auth_common.c | 301 option->type = CONNECT_TCP; in SetP2pSocketOption() 368 case CONNECT_TCP: in ConvertToAuthConnInfo()
|
H A D | auth_connection.c | 765 .type = CONNECT_TCP, in AuthStartListening() 817 local.type = CONNECT_TCP; in AuthStartListeningForWifiDirect() 852 .type = CONNECT_TCP, in AuthStopListeningForWifiDirect()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | instant_statistics.cpp | 202 if (linkType == LANE_WLAN_2P4G || linkType == LANE_WLAN_5G || connectType == CONNECT_TCP) { in InstGetIpFromLinkTypeOrConnectType() 593 if (info.type < CONNECT_TCP || info.type >= CONNECT_TYPE_MAX) { in InstSetDeviceIdByConnId() 597 if (info.type == CONNECT_TCP) { in InstSetDeviceIdByConnId() 692 channelInfo->connectType = CONNECT_TCP; in InstSetParamByAuthChannelInfo()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_conn_interface.h | 60 CONNECT_TCP = 1, enumerator
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/manager/ |
H A D | softbus_conn_manager.c | 362 if (info->type == CONNECT_TCP) { in ConnConnectDevice() 531 g_connManager[CONNECT_TCP] = connectObj; in ConnServerInit()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_tcp_connection_test.cpp | 219 .type = CONNECT_TCP,
|