Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/common/unittest/
H A Dsoftbus_conn_common_test.cpp395 int port = tcp->GetSockPort(fd);
459 int port = tcp->GetSockPort(invalidFd);
507 int port = tcp->GetSockPort(fd);
/ohos5.0/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_socket.h60 int32_t (*GetSockPort)(int32_t fd); member
/ohos5.0/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()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/tcp/
H A Dtcp_manager_test.cpp843 int port = tcp->GetSockPort(fd);
860 port = tcp->GetSockPort(fd);
1428 EXPECT_TRUE(tcp->GetSockPort(fd) > 0);
1695 int port = tcp->GetSockPort(fd);
1712 port = tcp->GetSockPort(fd);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c154 int32_t socketPort = interface->GetSockPort(socketFd); in CreateServerSocket()