Home
last modified time | relevance | path

Searched refs:OpenServerSocket (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp392 int32_t fd = tcp->OpenServerSocket(&info); in HWTEST_F()
399 fd = tcp->OpenServerSocket(nullptr); in HWTEST_F()
405 fd = tcp->OpenServerSocket(&info); in HWTEST_F()
504 int32_t fd = tcp->OpenServerSocket(&info); in HWTEST_F()
511 fd = tcp->OpenServerSocket(nullptr); in HWTEST_F()
517 fd = tcp->OpenServerSocket(&info); in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp857 fd = tcp->OpenServerSocket(&option); in HWTEST_F()
1312 int32_t fd = tcp->OpenServerSocket(&info); in HWTEST_F()
1338 EXPECT_TRUE(tcp->OpenServerSocket(&info) > 0); in HWTEST_F()
1365 int32_t fd = tcp->OpenServerSocket(&info); in HWTEST_F()
1401 int32_t fd = tcp->OpenServerSocket(&info); in HWTEST_F()
1427 int32_t fd = tcp->OpenServerSocket(&info); in HWTEST_F()
1480 int32_t fd = tcp->OpenServerSocket(&info); in HWTEST_F()
1534 int32_t fd = tcp->OpenServerSocket(&info); in HWTEST_F()
1580 int32_t fd = tcp->OpenServerSocket(&info); in HWTEST_F()
1586 * @tc.desc: Test ipv6 OpenServerSocket an
[all...]
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_socket.h61 int32_t (*OpenServerSocket)(const LocalListenerInfo *option); member
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c43 interface->OpenServerSocket == NULL || interface->AcceptClient == NULL) { in RegistSocketProtocol()
H A Dsoftbus_tcp_socket.c446 .OpenServerSocket = OpenTcpServerSocket, in GetTcpProtocol()
H A Dsoftbus_base_listener.c383 listenFd = socketIf->OpenServerSocket(info); in StartServerListenUnsafe()
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_test.cpp2166 int32_t fd = tcp->OpenServerSocket(&info); in HWTEST_F()

Completed in 15 milliseconds