Home
last modified time | relevance | path

Searched refs:FUNCTION_SEND (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/
H A Dsocket_module.h27 static constexpr const char *FUNCTION_SEND = "send"; member in OHOS::NetStack::Socket::SocketModuleExports::UDPSocket
69 static constexpr char FUNCTION_SEND[] = "send"; member in OHOS::NetStack::Socket::SocketModuleExports::LocalSocket
116 static constexpr char FUNCTION_SEND[] = "send"; member in OHOS::NetStack::Socket::SocketModuleExports::LocalSocketConnection
132 static constexpr const char *FUNCTION_SEND = "send"; member in OHOS::NetStack::Socket::SocketModuleExports::TCPSocket
158 static constexpr const char *FUNCTION_SEND = "send"; member in OHOS::NetStack::Socket::SocketModuleExports::TCPConnection
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_module/include/
H A Dwebsocket_module.h27 static constexpr const char *FUNCTION_SEND = "send"; member in OHOS::NetStack::Websocket::final::WebSocket
/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dtlssocketserver_module.h50 static constexpr const char *FUNCTION_SEND = "send"; member in OHOS::NetStack::TlsSocketServer::TLSSocketServerModuleExports::TLSSocketConnection
H A Dtlssocket_module.h34 static constexpr const char *FUNCTION_SEND = "send"; member in OHOS::NetStack::TlsSocket::TLSSocketModuleExports::TLSSocket
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_module.cpp96 return ModuleTemplate::Interface<TLSSendContext>(env, info, FUNCTION_SEND, nullptr, TLSSocketAsyncWork::ExecSend, in Send()
158 DECLARE_NAPI_FUNCTION(TLSSocket::FUNCTION_SEND, TLSSocket::Send), in DefineTLSSocketClass()
H A Dtlssocketserver_module.cpp78 env, info, FUNCTION_SEND, in Send()
239 DECLARE_NAPI_FUNCTION(TLSSocketConnection::FUNCTION_SEND, TLSSocketConnection::Send),
H A Dmonitor_server.cpp91 DECLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_SEND, in ConstructTLSSocketConnection()
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_module/src/
H A Dwebsocket_module.cpp52 DECLARE_NAPI_FUNCTION(WebSocket::FUNCTION_SEND, WebSocket::Send), in DefineWebSocketClass()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp471 DECLARE_NAPI_FUNCTION(UDPSocket::FUNCTION_SEND, UDPSocket::Send), in DefineUDPSocketClass()
487 DECLARE_NAPI_FUNCTION(MulticastSocket::FUNCTION_SEND, MulticastSocket::Send), in DefineMulticastSocketClass()
515 DECLARE_NAPI_FUNCTION(TCPSocket::FUNCTION_SEND, TCPSocket::Send), in DefineTCPSocketClass()
533 DECLARE_NAPI_FUNCTION(LocalSocket::FUNCTION_SEND, LocalSocket::Send), in DefineLocalSocketClass()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp127 DECLARE_NAPI_FUNCTION(SocketModuleExports::LocalSocketConnection::FUNCTION_SEND, in ConstructLocalSocketConnection()
H A Dsocket_exec.cpp198 DECLARE_NAPI_FUNCTION(SocketModuleExports::TCPConnection::FUNCTION_SEND, in ConstructTCPSocketConnection()

Completed in 12 milliseconds