Home
last modified time | relevance | path

Searched refs:CONNECT_P2P (Results 1 - 25 of 29) sorted by relevance

12

/foundation/communication/dsoftbus/tests/core/bus_center/service/unittest/
H A Dbus_center_decision_center_test.cpp77 option.type = CONNECT_P2P; in HWTEST_F()
93 option.type = CONNECT_P2P; in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c291 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 Dtrans_tcp_direct_listener.c146 *connectType = CONNECT_P2P; in TransSetTcpDirectConnectType()
376 if (info == NULL || (info->type != CONNECT_TCP && info->type != CONNECT_P2P && info->type != CONNECT_HML) || in TransTdcStartSessionListener()
H A Dtrans_tcp_direct_p2p.c70 info.type = CONNECT_P2P; in StartNewP2pListener()
622 if (ret != SOFTBUS_OK && type == CONNECT_P2P) { in OpenAuthConn()
799 options.type = CONNECT_P2P; in ConnectTcpDirectPeer()
1053 type = IsHmlIpAddr(appInfo->myData.addr) ? CONNECT_HML : CONNECT_P2P; in StartVerifyP2pInfo()
1145 if (type == CONNECT_P2P) { in StartTransP2pDirectListener()
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 Dtrans_tcp_direct_listener_test.cpp194 EXPECT_EQ(connectType, CONNECT_P2P); in HWTEST_F()
H A Dtrans_tcp_direct_p2p_test.cpp458 ConnectType type = CONNECT_P2P; in HWTEST_F()
489 ConnectType type = CONNECT_P2P; in HWTEST_F()
571 ConnectType type = CONNECT_P2P; in HWTEST_F()
H A Dtrans_tcp_direct_p2p_mock_test.cpp409 type = CONNECT_P2P; in HWTEST_F()
750 type = CONNECT_P2P; in HWTEST_F()
930 type = CONNECT_P2P; in HWTEST_F()
979 connInfo->type = CONNECT_P2P; in HWTEST_F()
H A Dtrans_core_tcp_direct_test.cpp229 connOpt.type = CONNECT_P2P; in HWTEST_F()
401 info.type = CONNECT_P2P; in HWTEST_F()
H A Dtrans_tcp_direct_message_test.cpp158 connInfo->type = CONNECT_P2P; in HWTEST_F()
H A Dtrans_server_tcp_direct_test.cpp552 type = CONNECT_P2P; in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_dfx.cpp68 extra.linkType = CONNECT_P2P; in ReportConnEventExtra()
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp529 option.type = CONNECT_P2P; in HWTEST_F()
573 option.type = CONNECT_P2P; in HWTEST_F()
1134 info.type = CONNECT_P2P; in HWTEST_F()
1163 info.type = CONNECT_P2P; in HWTEST_F()
1191 info.type = CONNECT_P2P; in HWTEST_F()
1220 info.type = CONNECT_P2P; in HWTEST_F()
1248 info.type = CONNECT_P2P; in HWTEST_F()
1276 info.type = CONNECT_P2P; in HWTEST_F()
/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()
H A Dsoftbus_base_listener.c446 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/tests/core/bus_center/test/service/
H A Dbus_center_decision_center_test.cpp344 option.type = CONNECT_P2P; in HWTEST_F()
360 option.type = CONNECT_P2P; in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_conn_interface.h63 CONNECT_P2P, enumerator
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/statistics/src/
H A Dclient_trans_statistics.c61 channel->connectType != CONNECT_P2P && channel->connectType != CONNECT_HML) { in AddSocketResource()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_static_test.cpp148 EXPECT_EQ(CONNECT_P2P, connectType); in HWTEST_F()
H A Dtrans_udp_nego_test.cpp600 .type = CONNECT_P2P, in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_lane_manager_test/
H A Dtrans_lane_manager_test.cpp434 EXPECT_EQ(CONNECT_P2P, ret); in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c499 *connectType = CONNECT_P2P; in TransSetUdpConnectTypeByAuthType()
999 case CONNECT_P2P: in PrepareAppInfoForUdpOpen()
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_util.c321 if (linkType == CONNECT_P2P) { in FillConnHmlInfo()
369 if (linkType == CONNECT_P2P || linkType == CONNECT_HML || linkType == CONNECT_TRIGGER_HML) { in OnQueryConn()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_trans_proxy_transceiver_test.cpp541 connInfo.type = CONNECT_P2P; in HWTEST_F()
H A Dtrans_proxy_channel_test.cpp686 type = CONNECT_P2P; in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_switch_test.cpp794 int32_t ret = ConnTypeIsSupport(CONNECT_P2P); in HWTEST_F()

Completed in 25 milliseconds

12