Home
last modified time | relevance | path

Searched refs:CONNECT_TCP (Results 1 – 25 of 53) sorted by relevance

123

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp249 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 Dsoftbus_conn_common_test.cpp112 .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 Dtrans_proxy_transceiver_test.cpp137 tcpInfo.type = CONNECT_TCP;
163 connInfo.type = CONNECT_TCP;
184 tcpInfo.type = CONNECT_TCP;
212 tcpInfo.type = CONNECT_TCP;
H A Dsoftbus_trans_proxy_transceiver_test.cpp116 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 Dtrans_server_tcp_direct_test.cpp324 .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 Dtrans_tcp_direct_listener_test.cpp198 EXPECT_EQ(connectType, CONNECT_TCP);
H A Dtrans_tcp_direct_p2p_test.cpp302 ConnectType type = CONNECT_TCP;
402 ConnectType type = CONNECT_TCP;
/ohos5.0/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()
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 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()
/ohos5.0/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()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_manager_test.cpp101 connOpt->type = CONNECT_TCP;
/ohos5.0/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()
270 if (connInfo->type == CONNECT_TCP) { in TransUpdateAppInfo()
H A Dtrans_tcp_direct_listener.c150 *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 Dlnn_ip_network_impl.c187 .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 Dconnection_ble_test.cpp186 int ret = ConnTypeIsSupport(CONNECT_TCP);
/ohos5.0/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()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/manager/
H A Dconnection_manager_test.cpp212 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 Dtrans_lane_manager_test.cpp436 EXPECT_EQ(CONNECT_TCP, ret);
459 ConnectType type = CONNECT_TCP;
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c380 .type = CONNECT_TCP, in SocketConnectInner()
428 .type = CONNECT_TCP, in SocketConnectDevice()
477 .type = CONNECT_TCP, in NipSocketConnectDevice()
H A Dauth_common.c301 option->type = CONNECT_TCP; in SetP2pSocketOption()
368 case CONNECT_TCP: in ConvertToAuthConnInfo()
H A Dauth_connection.c765 .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 Dinstant_statistics.cpp202 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 Dsoftbus_conn_interface.h60 CONNECT_TCP = 1, enumerator
/ohos5.0/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()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_tcp_connection_test.cpp219 .type = CONNECT_TCP,

123