Searched refs:OpenClientSocket (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/tests/core/connection/common/unittest/ |
H A D | softbus_conn_common_test.cpp | 432 int32_t fd = tcp->OpenClientSocket(nullptr, "127.0.0.1", false); in HWTEST_F() 436 fd = tcp->OpenClientSocket(nullptr, nullptr, false); in HWTEST_F() 442 fd = tcp->OpenClientSocket(&option, "127.0.0.1", false); in HWTEST_F() 475 int32_t clientFd = tcp->OpenClientSocket(nullptr, "127.5.0.1", false); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/connection/tcp/ |
H A D | tcp_manager_test.cpp | 888 int32_t fd = tcp->OpenClientSocket(&option, "127.0.0.1", true); in HWTEST_F() 925 fd = tcp->OpenClientSocket(&option, "127.0.0.1", true); in HWTEST_F() 955 int32_t clientfd = tcp->OpenClientSocket(&option, "127.0.0.1", false); in HWTEST_F() 960 clientfd = tcp->OpenClientSocket(&option, "127.0.0.1", true); in HWTEST_F() 991 int32_t clientfd = tcp->OpenClientSocket(&option, "127.0.0.1", true); in HWTEST_F() 1031 int32_t clientfd = tcp->OpenClientSocket(&option, "127.0.0.1", true); in HWTEST_F() 1378 EXPECT_TRUE(tcp->OpenClientSocket(&option, Ip, true) > 0); in HWTEST_F() 1455 int32_t fd = tcp->OpenClientSocket(&option, option.socketOption.addr, false); in HWTEST_F() 1509 int32_t fd = tcp->OpenClientSocket(&option, option.socketOption.addr, false); in HWTEST_F() 1621 EXPECT_TRUE(tcp->OpenClientSocket( in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/core/connection/interface/ |
H A D | softbus_socket.h | 62 int32_t (*OpenClientSocket)(const ConnectOption *option, const char *bindAddr, bool isNonBlock); member
|
/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_socket.c | 42 if (interface == NULL || interface->GetSockPort == NULL || interface->OpenClientSocket == NULL || in RegistSocketProtocol() 136 return socketInterface->OpenClientSocket(option, bindAddr, isNonBlock); in ConnOpenClientSocket()
|
H A D | softbus_tcp_socket.c | 445 .OpenClientSocket = OpenTcpClientSocket, in GetTcpProtocol()
|
Completed in 6 milliseconds