Home
last modified time | relevance | path

Searched refs:FUNCTION_CONNECT (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_module/include/
H A Dwebsocket_module.h26 static constexpr const char *FUNCTION_CONNECT = "connect"; member in OHOS::NetStack::Websocket::final::WebSocket
/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dtlssocket_module.h32 static constexpr const char *FUNCTION_CONNECT = "connect"; member in OHOS::NetStack::TlsSocket::TLSSocketModuleExports::TLSSocket
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_module.cpp70 env, info, FUNCTION_CONNECT, nullptr, TLSSocketAsyncWork::ExecConnect, TLSSocketAsyncWork::ConnectCallback); in Connect()
156 DECLARE_NAPI_FUNCTION(TLSSocket::FUNCTION_CONNECT, TLSSocket::Connect), in DefineTLSSocketClass()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/
H A Dsocket_module.h68 static constexpr char FUNCTION_CONNECT[] = "connect"; member in OHOS::NetStack::Socket::SocketModuleExports::LocalSocket
131 static constexpr const char *FUNCTION_CONNECT = "connect"; member in OHOS::NetStack::Socket::SocketModuleExports::TCPSocket
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_module/src/
H A Dwebsocket_module.cpp51 DECLARE_NAPI_FUNCTION(WebSocket::FUNCTION_CONNECT, WebSocket::Connect), in DefineWebSocketClass()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp514 DECLARE_NAPI_FUNCTION(TCPSocket::FUNCTION_CONNECT, TCPSocket::Connect), in DefineTCPSocketClass()
532 DECLARE_NAPI_FUNCTION(LocalSocket::FUNCTION_CONNECT, LocalSocket::Connect), in DefineLocalSocketClass()

Completed in 4 milliseconds