Home
last modified time | relevance | path

Searched refs:GetListenSocketFd (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.h127 StreamAttr GetListenSocketFd(int32_t type = -1) const;
H A Dvtp_stream_socket.cpp144 InsertElementToFuncMap(SERVER_FD, INT_TYPE, nullptr, &VtpStreamSocket::GetListenSocketFd); in VtpStreamSocket()
1270 StreamAttr VtpStreamSocket::GetListenSocketFd(int32_t type) const in GetListenSocketFd() function in Communication::SoftBus::VtpStreamSocket
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/
H A Dtls_socket_server.h219 int GetListenSocketFd();
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocketserver_exec.cpp308 if (getsockname(tlsSocketServer->GetListenSocketFd(), (struct sockaddr *)&addr, &addrLen) < 0) { in ExecGetLocalAddress()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/
H A Dvtp_stream_socket_test.cpp965 *values = vtpStreamSocket->GetListenSocketFd(type);
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket_server.cpp690 int TLSSocketServer::GetListenSocketFd() in GetListenSocketFd() function in OHOS::NetStack::TLSSocketServer