/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/ |
H A D | socket_module.h | 27 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 D | websocket_module.h | 27 static constexpr const char *FUNCTION_SEND = "send"; member in OHOS::NetStack::Websocket::final::WebSocket
|
/foundation/communication/netstack/frameworks/js/napi/tls/include/ |
H A D | tlssocketserver_module.h | 50 static constexpr const char *FUNCTION_SEND = "send"; member in OHOS::NetStack::TlsSocketServer::TLSSocketServerModuleExports::TLSSocketConnection
|
H A D | tlssocket_module.h | 34 static constexpr const char *FUNCTION_SEND = "send"; member in OHOS::NetStack::TlsSocket::TLSSocketModuleExports::TLSSocket
|
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tlssocket_module.cpp | 96 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 D | tlssocketserver_module.cpp | 78 env, info, FUNCTION_SEND,
in Send() 239 DECLARE_NAPI_FUNCTION(TLSSocketConnection::FUNCTION_SEND, TLSSocketConnection::Send),
|
H A D | monitor_server.cpp | 91 DECLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_SEND,
in ConstructTLSSocketConnection()
|
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_module/src/ |
H A D | websocket_module.cpp | 52 DECLARE_NAPI_FUNCTION(WebSocket::FUNCTION_SEND, WebSocket::Send), in DefineWebSocketClass()
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/ |
H A D | socket_module.cpp | 471 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 D | local_socket_exec.cpp | 127 DECLARE_NAPI_FUNCTION(SocketModuleExports::LocalSocketConnection::FUNCTION_SEND, in ConstructLocalSocketConnection()
|
H A D | socket_exec.cpp | 198 DECLARE_NAPI_FUNCTION(SocketModuleExports::TCPConnection::FUNCTION_SEND, in ConstructTCPSocketConnection()
|