Searched refs:FUNCTION_CONNECT (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_module/include/ |
H A D | websocket_module.h | 26 static constexpr const char *FUNCTION_CONNECT = "connect"; member in OHOS::NetStack::Websocket::final::WebSocket
|
/foundation/communication/netstack/frameworks/js/napi/tls/include/ |
H A D | tlssocket_module.h | 32 static constexpr const char *FUNCTION_CONNECT = "connect"; member in OHOS::NetStack::TlsSocket::TLSSocketModuleExports::TLSSocket
|
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tlssocket_module.cpp | 70 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 D | socket_module.h | 68 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 D | websocket_module.cpp | 51 DECLARE_NAPI_FUNCTION(WebSocket::FUNCTION_CONNECT, WebSocket::Connect), in DefineWebSocketClass()
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/ |
H A D | socket_module.cpp | 514 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