/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/ |
H A D | trans_udp_static_test.cpp | 152 EXPECT_EQ(CONNECT_HML, connectType); in HWTEST_F() 156 EXPECT_EQ(CONNECT_HML, connectType); in HWTEST_F()
|
H A D | trans_udp_nego_test.cpp | 610 connOpt.type = CONNECT_HML; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_manager.c | 291 if (connInfo->type == CONNECT_P2P || connInfo->type == CONNECT_HML) { in TransOpenDirectChannel() 306 connType = (IsHmlIpAddr(appInfo->myData.addr)) ? CONNECT_HML : CONNECT_P2P; in TransOpenDirectChannel()
|
H A D | trans_tcp_direct_listener.c | 144 *connectType = CONNECT_HML; in TransSetTcpDirectConnectType() 376 if (info == NULL || (info->type != CONNECT_TCP && info->type != CONNECT_P2P && info->type != CONNECT_HML) || in TransTdcStartSessionListener()
|
H A D | trans_tcp_direct_p2p.c | 95 info.type = CONNECT_HML; in StartNewHmlListener() 618 if (type == CONNECT_HML) { in OpenAuthConn() 797 options.type = CONNECT_HML; in ConnectTcpDirectPeer() 1053 type = IsHmlIpAddr(appInfo->myData.addr) ? CONNECT_HML : CONNECT_P2P; in StartVerifyP2pInfo() 1159 (connInfo->type != CONNECT_P2P && connInfo->type != CONNECT_HML && connInfo->type != CONNECT_P2P_REUSE)) { in OpenP2pDirectChannel()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_p2p_mock_test.cpp | 398 ConnectType type = CONNECT_HML; in HWTEST_F() 739 ConnectType type = CONNECT_HML; in HWTEST_F() 805 ConnectType type = CONNECT_HML; in HWTEST_F() 836 ConnectType type = CONNECT_HML; in HWTEST_F() 921 ConnectType type = CONNECT_HML; in HWTEST_F() 976 connInfo->type = CONNECT_HML; in HWTEST_F()
|
H A D | trans_tcp_direct_listener_test.cpp | 190 EXPECT_EQ(connectType, CONNECT_HML); in HWTEST_F()
|
H A D | trans_tcp_direct_wifi_test.cpp | 153 connInfo->type = CONNECT_HML; in HWTEST_F()
|
H A D | trans_server_tcp_direct_test.cpp | 547 ConnectType type = CONNECT_HML; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_dfx.cpp | 70 extra.linkType = CONNECT_HML; in ReportConnEventExtra()
|
/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() 282 option->type == CONNECT_P2P_REUSE || option->type == CONNECT_HML, SOFTBUS_INVALID_PARAM, CONN_COMMON, in OpenTcpClientSocket()
|
H A D | softbus_base_listener.c | 446 CONN_CHECK_AND_RETURN_RET_LOGW(info->type == CONNECT_TCP || info->type == CONNECT_P2P || info->type == CONNECT_HML, in StartBaseListener() 447 SOFTBUS_INVALID_PARAM, CONN_COMMON, "only CONNECT_TCP, CONNECT_P2P and CONNECT_HML is permitted, " in StartBaseListener() 448 "CONNECT_TCP=%{public}d, CONNECT_P2P=%{public}d, CONNECT_HML=%{public}d, type=%{public}d", in StartBaseListener() 449 CONNECT_TCP, CONNECT_P2P, CONNECT_HML, info->type); in StartBaseListener()
|
/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_conn_interface.h | 66 CONNECT_HML, enumerator
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/statistics/src/ |
H A D | client_trans_statistics.c | 61 channel->connectType != CONNECT_P2P && channel->connectType != CONNECT_HML) { in AddSocketResource()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/ |
H A D | trans_lane_manager_test.cpp | 442 EXPECT_EQ(CONNECT_HML, ret); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_auth_negotiation_test/ |
H A D | trans_auth_negotiation_test.cpp | 418 connInfo.type = CONNECT_HML; in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/bus_center/test/service/ |
H A D | bus_center_decision_center_test.cpp | 408 option.type = CONNECT_HML; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 502 *connectType = CONNECT_HML; in TransSetUdpConnectTypeByAuthType() 1001 case CONNECT_HML: in PrepareAppInfoForUdpOpen()
|
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
H A D | softbus_hidumper_util.c | 323 } else if (linkType == CONNECT_HML) { in FillConnHmlInfo() 369 if (linkType == CONNECT_P2P || linkType == CONNECT_HML || linkType == CONNECT_TRIGGER_HML) { in OnQueryConn()
|
/foundation/communication/dsoftbus/core/connection/tcp/src/ |
H A D | softbus_tcp_connect_manager.c | 678 if (info == NULL || (info->type != CONNECT_TCP && info->type != CONNECT_P2P && info->type != CONNECT_HML)) { in TcpStartListening()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/ |
H A D | trans_channel_manager.c | 333 extra.linkType = IsLaneModuleError(ret) ? extra.linkType : CONNECT_HML; in TransOpenChannel()
|
H A D | trans_lane_manager.c | 816 return CONNECT_HML; in ConvertLaneLinkTypeToConnectType()
|
/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | instant_statistics.cpp | 209 if (linkType == LANE_HML || connectType == CONNECT_HML || connectType == CONNECT_TRIGGER_HML) {
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 998 extra->linkType = CONNECT_HML; in InitChannelWithParaExtra()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_lane_pending_ctl.c | 1497 connOpt->type = CONNECT_HML; in SetHmlConnectInfo()
|