/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/ |
H A D | socket_module.h | 33 static constexpr const char *FUNCTION_ON = "on"; member in OHOS::NetStack::Socket::SocketModuleExports::UDPSocket 76 static constexpr char FUNCTION_ON[] = "on"; member in OHOS::NetStack::Socket::SocketModuleExports::LocalSocket 100 static constexpr char FUNCTION_ON[] = "on"; member in OHOS::NetStack::Socket::SocketModuleExports::LocalSocketServer 118 static constexpr char FUNCTION_ON[] = "on"; member in OHOS::NetStack::Socket::SocketModuleExports::LocalSocketConnection 139 static constexpr const char *FUNCTION_ON = "on"; member in OHOS::NetStack::Socket::SocketModuleExports::TCPSocket 162 static constexpr const char *FUNCTION_ON = "on"; member in OHOS::NetStack::Socket::SocketModuleExports::TCPConnection 179 static constexpr const char *FUNCTION_ON = "on"; member in OHOS::NetStack::Socket::SocketModuleExports::TCPServerSocket
|
/foundation/communication/netstack/frameworks/js/napi/tls/include/ |
H A D | tlssocketserver_module.h | 32 static constexpr const char *FUNCTION_ON = "on"; member in OHOS::NetStack::TlsSocketServer::TLSSocketServerModuleExports::TLSSocketServer 58 static constexpr const char *FUNCTION_ON = "on"; member in OHOS::NetStack::TlsSocketServer::TLSSocketServerModuleExports::TLSSocketConnection
|
H A D | tlssocket_module.h | 41 static constexpr const char *FUNCTION_ON = "on"; member in OHOS::NetStack::TlsSocket::TLSSocketModuleExports::TLSSocket
|
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/ |
H A D | ethernet_module.cpp | 44 constexpr const char *FUNCTION_ON = "on"; member 105 DECLARE_NAPI_FUNCTION(FUNCTION_ON, On), in DeclareEthernetInterface()
|
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_module/include/ |
H A D | websocket_module.h | 29 static constexpr const char *FUNCTION_ON = "on"; member in OHOS::NetStack::Websocket::final::WebSocket
|
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/ |
H A D | mdns_module.h | 46 static constexpr const char *FUNCTION_ON = "on"; member in OHOS::NetManagerStandard::final::final
|
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/ |
H A D | statistics_module.cpp | 53 constexpr const char *FUNCTION_ON = "on"; member 204 DECLARE_NAPI_FUNCTION(FUNCTION_ON, On), in InitStatisticsModule()
|
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/ |
H A D | netshare_module.cpp | 51 constexpr const char *FUNCTION_ON = "on"; member 198 DECLARE_NAPI_FUNCTION(FUNCTION_ON, On), in InitNetShareModule()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_module/include/ |
H A D | http_module.h | 38 static constexpr const char *FUNCTION_ON = "on"; member in OHOS::NetStack::Http::HttpModuleExports::HttpRequest
|
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tlssocketserver_module.cpp | 210 DECLARE_NAPI_FUNCTION(TLSSocketServer::FUNCTION_ON, TLSSocketServer::On),
243 DECLARE_NAPI_FUNCTION(TLSSocketConnection::FUNCTION_ON, TLSSocketConnection::On),
|
H A D | tlssocket_module.cpp | 165 DECLARE_NAPI_FUNCTION(TLSSocket::FUNCTION_ON, TLSSocket::On), in DefineTLSSocketClass()
|
H A D | monitor_server.cpp | 99 DECLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_ON,
in ConstructTLSSocketConnection()
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/ |
H A D | socket_module.cpp | 477 DECLARE_NAPI_FUNCTION(UDPSocket::FUNCTION_ON, UDPSocket::On), in DefineUDPSocketClass() 493 DECLARE_NAPI_FUNCTION(MulticastSocket::FUNCTION_ON, MulticastSocket::On), in DefineMulticastSocketClass() 522 DECLARE_NAPI_FUNCTION(TCPSocket::FUNCTION_ON, TCPSocket::On), in DefineTCPSocketClass() 540 DECLARE_NAPI_FUNCTION(LocalSocket::FUNCTION_ON, LocalSocket::On), in DefineLocalSocketClass() 555 DECLARE_NAPI_FUNCTION(LocalSocketServer::FUNCTION_ON, LocalSocketServer::On), in DefineLocalSocketServerClass() 573 DECLARE_NAPI_FUNCTION(TCPServerSocket::FUNCTION_ON, TCPServerSocket::On), in DefineTCPServerSocketClass()
|
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/include/ |
H A D | connection_module.h | 69 static constexpr const char *FUNCTION_ON = "on"; member in OHOS::NetManagerStandard::final::final
|
/foundation/communication/netstack/frameworks/js/napi/websocket/websocket_module/src/ |
H A D | websocket_module.cpp | 54 DECLARE_NAPI_FUNCTION(WebSocket::FUNCTION_ON, WebSocket::On), in DefineWebSocketClass()
|
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/ |
H A D | netpolicy_module.cpp | 82 constexpr const char *FUNCTION_ON = "on"; member 351 DECLARE_NAPI_FUNCTION(FUNCTION_ON, On), in InitPolicyModule()
|
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/ |
H A D | mdns_module.cpp | 141 DECLARE_NAPI_FUNCTION(DiscoveryServiceInterface::FUNCTION_ON, DiscoveryServiceInterface::On), in InitMDnsModule()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/ |
H A D | http_module.cpp | 103 DECLARE_NAPI_FUNCTION(HttpRequest::FUNCTION_ON, HttpRequest::On),
|
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/ |
H A D | connection_module.cpp | 206 DECLARE_NAPI_FUNCTION(NetConnectionInterface::FUNCTION_ON, NetConnectionInterface::On), in InitConnectionModule()
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
H A D | local_socket_exec.cpp | 131 DECLARE_NAPI_FUNCTION(SocketModuleExports::LocalSocketConnection::FUNCTION_ON, in ConstructLocalSocketConnection()
|
H A D | socket_exec.cpp | 206 DECLARE_NAPI_FUNCTION(SocketModuleExports::TCPConnection::FUNCTION_ON, SocketModuleExports::TCPConnection::On), in ConstructTCPSocketConnection()
|