Searched refs:FUNCTION_LISTEN (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/tls/include/ |
H A D | tlssocketserver_module.h | 28 static constexpr const char *FUNCTION_LISTEN = "listen"; member in OHOS::NetStack::TlsSocketServer::TLSSocketServerModuleExports::TLSSocketServer
|
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tlssocketserver_module.cpp | 70 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 D | socket_module.h | 94 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 D | socket_module.cpp | 549 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