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 D | websocket_module.h | 26 static constexpr const char *FUNCTION_CONNECT = "connect";
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tlssocket_module.cpp | 70 …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 D | tlssocket_module.h | 32 static constexpr const char *FUNCTION_CONNECT = "connect"; variable
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/ |
H A D | socket_module.h | 68 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 D | websocket_module.cpp | 51 DECLARE_NAPI_FUNCTION(WebSocket::FUNCTION_CONNECT, WebSocket::Connect), in DefineWebSocketClass()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/ |
H A D | socket_module.cpp | 513 DECLARE_NAPI_FUNCTION(TCPSocket::FUNCTION_CONNECT, TCPSocket::Connect), in DefineTCPSocketClass() 531 DECLARE_NAPI_FUNCTION(LocalSocket::FUNCTION_CONNECT, LocalSocket::Connect), in DefineLocalSocketClass()
|