Home
last modified time | relevance | path

Searched refs:FUNCTION_LISTEN (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dtlssocketserver_module.h28 static constexpr const char *FUNCTION_LISTEN = "listen"; member in OHOS::NetStack::TlsSocketServer::TLSSocketServerModuleExports::TLSSocketServer
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocketserver_module.cpp70 return ModuleTemplate::Interface<TlsSocket::TLSListenContext>(env, info, FUNCTION_LISTEN, nullptr, in Listen()
206 DECLARE_NAPI_FUNCTION(TLSSocketServer::FUNCTION_LISTEN, TLSSocketServer::Listen),
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/
H A Dsocket_module.h94 static constexpr char FUNCTION_LISTEN[] = "listen"; member in OHOS::NetStack::Socket::SocketModuleExports::LocalSocketServer
175 static constexpr const char *FUNCTION_LISTEN = "listen"; member in OHOS::NetStack::Socket::SocketModuleExports::TCPServerSocket
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp549 DECLARE_NAPI_FUNCTION(LocalSocketServer::FUNCTION_LISTEN, LocalSocketServer::Listen), in DefineLocalSocketServerClass()
569 DECLARE_NAPI_FUNCTION(TCPServerSocket::FUNCTION_LISTEN, TCPServerSocket::Listen), in DefineTCPServerSocketClass()

Completed in 4 milliseconds