Home
last modified time | relevance | path

Searched refs:CONNECT_TCP (Results 1 - 25 of 54) sorted by relevance

123

/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp249 info.type = CONNECT_TCP; in HWTEST_F()
266 info.type = CONNECT_TCP; in HWTEST_F()
273 option.type = CONNECT_TCP; in HWTEST_F()
300 info.type = CONNECT_TCP; in HWTEST_F()
307 option.type = CONNECT_TCP; in HWTEST_F()
349 info.type = CONNECT_TCP; in HWTEST_F()
356 option.type = CONNECT_TCP; in HWTEST_F()
391 info.type = CONNECT_TCP; in HWTEST_F()
398 option.type = CONNECT_TCP; in HWTEST_F()
624 info.type = CONNECT_TCP; in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp112 .type = CONNECT_TCP, in HWTEST_F()
193 .type = CONNECT_TCP, in HWTEST_F()
231 .type = CONNECT_TCP, in HWTEST_F()
297 .type = CONNECT_TCP, in HWTEST_F()
326 .type = CONNECT_TCP, in HWTEST_F()
383 .type = CONNECT_TCP, in HWTEST_F()
423 .type = CONNECT_TCP, in HWTEST_F()
495 .type = CONNECT_TCP, in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_transceiver_test.cpp137 tcpInfo.type = CONNECT_TCP; in HWTEST_F()
163 connInfo.type = CONNECT_TCP; in HWTEST_F()
184 tcpInfo.type = CONNECT_TCP; in HWTEST_F()
212 tcpInfo.type = CONNECT_TCP; in HWTEST_F()
H A Dsoftbus_trans_proxy_transceiver_test.cpp116 tcpInfo.type = CONNECT_TCP; in HWTEST_F()
131 connInfo.type = CONNECT_TCP; in HWTEST_F()
152 tcpInfo.type = CONNECT_TCP; in HWTEST_F()
173 tcpInfo.type = CONNECT_TCP; in HWTEST_F()
233 connInfo.type = CONNECT_TCP; in HWTEST_F()
338 connInfo.type = CONNECT_TCP; in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_server_tcp_direct_test.cpp324 .type = CONNECT_TCP, in HWTEST_F()
356 .type = CONNECT_TCP, in HWTEST_F()
382 info->type = CONNECT_TCP; in HWTEST_F()
427 connInfo.type = CONNECT_TCP; in HWTEST_F()
556 type = CONNECT_TCP; in HWTEST_F()
603 connInfo->type = CONNECT_TCP; in HWTEST_F()
626 connInfo.type = CONNECT_TCP; in HWTEST_F()
H A Dtrans_tcp_direct_listener_test.cpp198 EXPECT_EQ(connectType, CONNECT_TCP); in HWTEST_F()
H A Dtrans_tcp_direct_p2p_test.cpp304 ConnectType type = CONNECT_TCP; in HWTEST_F()
404 ConnectType type = CONNECT_TCP; in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c88 .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()
678 if (info == NULL || (info->type != CONNECT_TCP && info->type != CONNECT_P2P && info->type != CONNECT_HML)) { in TcpStartListening()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_manager_test.cpp101 connOpt->type = CONNECT_TCP; in HWTEST_F()
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp49 return CONNECT_TCP; in ConvertConnectType()
51 return CONNECT_TCP; in ConvertConnectType()
118 case CONNECT_TCP: in OpenAuthSession()
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c200 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()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c260 appInfo->routeType = connInfo->type == CONNECT_TCP ? WIFI_STA : WIFI_P2P; in TransUpdateAppInfo()
269 if (connInfo->type == CONNECT_TCP) { in TransUpdateAppInfo()
H A Dtrans_tcp_direct_listener.c148 *connectType = CONNECT_TCP; in TransSetTcpDirectConnectType()
376 if (info == NULL || (info->type != CONNECT_TCP && info->type != CONNECT_P2P && info->type != CONNECT_HML) || in TransTdcStartSessionListener()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_ip_network_impl.c181 .type = CONNECT_TCP, in OpenSessionPort()
220 .type = CONNECT_TCP, in OpenProxyPort()
247 .type = CONNECT_TCP, in CloseProxyPort()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/
H A Dtrans_lane_manager_test.cpp436 EXPECT_EQ(CONNECT_TCP, ret); in HWTEST_F()
459 ConnectType type = CONNECT_TCP; in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_connection_addr_utils.c94 option->type = CONNECT_TCP; in LnnConvertAddrToOption()
139 if (option->type == CONNECT_TCP) { in LnnConvertOptionToAddr()
/foundation/communication/dsoftbus/tests/core/connection/manager/
H A Dconnection_manager_test.cpp212 ret = ConnTypeIsSupport(CONNECT_TCP); in HWTEST_F()
466 info.type = (ConnectType)(CONNECT_TCP -1); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_common.c312 option->type = CONNECT_TCP; in SetP2pSocketOption()
379 case CONNECT_TCP: in ConvertToAuthConnInfo()
H A Dauth_connection.c773 .type = CONNECT_TCP, in AuthStartListening()
824 local.type = CONNECT_TCP; in AuthStartListeningForWifiDirect()
859 .type = CONNECT_TCP, in AuthStopListeningForWifiDirect()
H A Dauth_tcp_connection.c377 .type = CONNECT_TCP, in SocketConnectInner()
425 .type = CONNECT_TCP, in SocketConnectDevice()
474 .type = CONNECT_TCP, in NipSocketConnectDevice()
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h60 CONNECT_TCP = 1, enumerator
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dinstant_statistics.cpp202 if (linkType == LANE_WLAN_2P4G || linkType == LANE_WLAN_5G || connectType == CONNECT_TCP) {
593 if (info.type < CONNECT_TCP || info.type >= CONNECT_TYPE_MAX) {
597 if (info.type == CONNECT_TCP) {
692 channelInfo->connectType = CONNECT_TCP;
/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.c362 if (info->type == CONNECT_TCP) { in ConnConnectDevice()
531 g_connManager[CONNECT_TCP] = connectObj; in ConnServerInit()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_tcp_connection_test.cpp219 .type = CONNECT_TCP, in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_negotiation_test.cpp167 connOpt->type = CONNECT_TCP; in HWTEST_F()

Completed in 22 milliseconds

123