/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/ |
H A D | socket_module.h | 34 static constexpr const char *FUNCTION_OFF = "off"; member in OHOS::NetStack::Socket::SocketModuleExports::UDPSocket 77 static constexpr char FUNCTION_OFF[] = "off"; member in OHOS::NetStack::Socket::SocketModuleExports::LocalSocket 101 static constexpr char FUNCTION_OFF[] = "off"; member in OHOS::NetStack::Socket::SocketModuleExports::LocalSocketServer 119 static constexpr char FUNCTION_OFF[] = "off"; member in OHOS::NetStack::Socket::SocketModuleExports::LocalSocketConnection 140 static constexpr const char *FUNCTION_OFF = "off"; member in OHOS::NetStack::Socket::SocketModuleExports::TCPSocket 163 static constexpr const char *FUNCTION_OFF = "off"; member in OHOS::NetStack::Socket::SocketModuleExports::TCPConnection 180 static constexpr const char *FUNCTION_OFF = "off"; member in OHOS::NetStack::Socket::SocketModuleExports::TCPServerSocket
|
/foundation/communication/netstack/frameworks/js/napi/tls/include/ |
H A D | tlssocketserver_module.h | 33 static constexpr const char *FUNCTION_OFF = "off"; member in OHOS::NetStack::TlsSocketServer::TLSSocketServerModuleExports::TLSSocketServer 59 static constexpr const char *FUNCTION_OFF = "off"; member in OHOS::NetStack::TlsSocketServer::TLSSocketServerModuleExports::TLSSocketConnection
|
H A D | tlssocket_module.h | 42 static constexpr const char *FUNCTION_OFF = "off"; member in OHOS::NetStack::TlsSocket::TLSSocketModuleExports::TLSSocket
|
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/ |
H A D | ethernet_module.cpp | 45 constexpr const char *FUNCTION_OFF = "off"; member 106 DECLARE_NAPI_FUNCTION(FUNCTION_OFF, Off), in DeclareEthernetInterface()
|
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_module/include/ |
H A D | websocket_module.h | 30 static constexpr const char *FUNCTION_OFF = "off"; member in OHOS::NetStack::Websocket::final::WebSocket
|
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/ |
H A D | mdns_module.h | 47 static constexpr const char *FUNCTION_OFF = "off"; member in OHOS::NetManagerStandard::final::final
|
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/ |
H A D | statistics_module.cpp | 54 constexpr const char *FUNCTION_OFF = "off"; member 205 DECLARE_NAPI_FUNCTION(FUNCTION_OFF, Off), in InitStatisticsModule()
|
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/ |
H A D | netshare_module.cpp | 52 constexpr const char *FUNCTION_OFF = "off"; member 199 DECLARE_NAPI_FUNCTION(FUNCTION_OFF, Off), in InitNetShareModule()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_module/include/ |
H A D | http_module.h | 40 static constexpr const char *FUNCTION_OFF = "off"; member in OHOS::NetStack::Http::HttpModuleExports::HttpRequest
|
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tlssocketserver_module.cpp | 211 DECLARE_NAPI_FUNCTION(TLSSocketServer::FUNCTION_OFF, TLSSocketServer::Off),
244 DECLARE_NAPI_FUNCTION(TLSSocketConnection::FUNCTION_OFF, TLSSocketConnection::Off),
|
H A D | tlssocket_module.cpp | 166 DECLARE_NAPI_FUNCTION(TLSSocket::FUNCTION_OFF, TLSSocket::Off), in DefineTLSSocketClass()
|
H A D | monitor_server.cpp | 101 DECLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_OFF,
in ConstructTLSSocketConnection()
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/ |
H A D | socket_module.cpp | 478 DECLARE_NAPI_FUNCTION(UDPSocket::FUNCTION_OFF, UDPSocket::Off), in DefineUDPSocketClass() 494 DECLARE_NAPI_FUNCTION(MulticastSocket::FUNCTION_OFF, MulticastSocket::Off), in DefineMulticastSocketClass() 523 DECLARE_NAPI_FUNCTION(TCPSocket::FUNCTION_OFF, TCPSocket::Off), in DefineTCPSocketClass() 541 DECLARE_NAPI_FUNCTION(LocalSocket::FUNCTION_OFF, LocalSocket::Off), in DefineLocalSocketClass() 556 DECLARE_NAPI_FUNCTION(LocalSocketServer::FUNCTION_OFF, LocalSocketServer::Off), in DefineLocalSocketServerClass() 574 DECLARE_NAPI_FUNCTION(TCPServerSocket::FUNCTION_OFF, TCPServerSocket::Off), in DefineTCPServerSocketClass()
|
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_module/src/ |
H A D | websocket_module.cpp | 55 DECLARE_NAPI_FUNCTION(WebSocket::FUNCTION_OFF, WebSocket::Off), in DefineWebSocketClass()
|
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/ |
H A D | netpolicy_module.cpp | 83 constexpr const char *FUNCTION_OFF = "off"; member 352 DECLARE_NAPI_FUNCTION(FUNCTION_OFF, Off), in InitPolicyModule()
|
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/ |
H A D | mdns_module.cpp | 142 DECLARE_NAPI_FUNCTION(DiscoveryServiceInterface::FUNCTION_OFF, DiscoveryServiceInterface::Off), in InitMDnsModule()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/ |
H A D | http_module.cpp | 105 DECLARE_NAPI_FUNCTION(HttpRequest::FUNCTION_OFF, HttpRequest::Off),
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
H A D | local_socket_exec.cpp | 133 DECLARE_NAPI_FUNCTION(SocketModuleExports::LocalSocketConnection::FUNCTION_OFF, in ConstructLocalSocketConnection()
|
H A D | socket_exec.cpp | 207 DECLARE_NAPI_FUNCTION(SocketModuleExports::TCPConnection::FUNCTION_OFF, in ConstructTCPSocketConnection()
|