Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_module/include/
H A Dwebsocket_module.h26 static constexpr const char *FUNCTION_CONNECT = "connect";
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_module.cpp70 …env, info, FUNCTION_CONNECT, nullptr, TLSSocketAsyncWork::ExecConnect, TLSSocketAsyncWork::Connect… in Connect()
156 DECLARE_NAPI_FUNCTION(TLSSocket::FUNCTION_CONNECT, TLSSocket::Connect), in DefineTLSSocketClass()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dtlssocket_module.h32 static constexpr const char *FUNCTION_CONNECT = "connect"; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/
H A Dsocket_module.h68 static constexpr char FUNCTION_CONNECT[] = "connect"; variable
131 static constexpr const char *FUNCTION_CONNECT = "connect"; variable
/ohos5.0/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()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp513 DECLARE_NAPI_FUNCTION(TCPSocket::FUNCTION_CONNECT, TCPSocket::Connect), in DefineTCPSocketClass()
531 DECLARE_NAPI_FUNCTION(LocalSocket::FUNCTION_CONNECT, LocalSocket::Connect), in DefineLocalSocketClass()