Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp395 int32_t port = tcp->GetSockPort(fd); in HWTEST_F()
459 int32_t port = tcp->GetSockPort(invalidFd); in HWTEST_F()
507 int32_t port = tcp->GetSockPort(fd); in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_socket.h60 int32_t (*GetSockPort)(int32_t fd); member
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c42 if (interface == NULL || interface->GetSockPort == NULL || interface->OpenClientSocket == NULL || in RegistSocketProtocol()
318 return socketInterface->GetSockPort(fd); in ConnGetLocalSocketPort()
H A Dsoftbus_tcp_socket.c444 .GetSockPort = GetTcpSockPort, in GetTcpProtocol()
H A Dsoftbus_base_listener.c395 listenPort = socketIf->GetSockPort(listenFd); in StartServerListenUnsafe()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c155 int32_t socketPort = interface->GetSockPort(socketFd); in CreateServerSocket()
/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp843 int32_t port = tcp->GetSockPort(fd); in HWTEST_F()
860 port = tcp->GetSockPort(fd); in HWTEST_F()
1428 EXPECT_TRUE(tcp->GetSockPort(fd) > 0); in HWTEST_F()
1695 int32_t port = tcp->GetSockPort(fd); in HWTEST_F()
1712 port = tcp->GetSockPort(fd); in HWTEST_F()

Completed in 8 milliseconds