Home
last modified time | relevance | path

Searched refs:FUNCTION_ON (Results 1 - 21 of 21) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/
H A Dsocket_module.h33 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 Dtlssocketserver_module.h32 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 Dtlssocket_module.h41 static constexpr const char *FUNCTION_ON = "on"; member in OHOS::NetStack::TlsSocket::TLSSocketModuleExports::TLSSocket
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
H A Dethernet_module.cpp44 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 Dwebsocket_module.h29 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 Dmdns_module.h46 static constexpr const char *FUNCTION_ON = "on"; member in OHOS::NetManagerStandard::final::final
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
H A Dstatistics_module.cpp53 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 Dnetshare_module.cpp51 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 Dhttp_module.h38 static constexpr const char *FUNCTION_ON = "on"; member in OHOS::NetStack::Http::HttpModuleExports::HttpRequest
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocketserver_module.cpp210 DECLARE_NAPI_FUNCTION(TLSSocketServer::FUNCTION_ON, TLSSocketServer::On),
243 DECLARE_NAPI_FUNCTION(TLSSocketConnection::FUNCTION_ON, TLSSocketConnection::On),
H A Dtlssocket_module.cpp165 DECLARE_NAPI_FUNCTION(TLSSocket::FUNCTION_ON, TLSSocket::On), in DefineTLSSocketClass()
H A Dmonitor_server.cpp99 DECLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_ON, in ConstructTLSSocketConnection()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp477 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 Dconnection_module.h69 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 Dwebsocket_module.cpp54 DECLARE_NAPI_FUNCTION(WebSocket::FUNCTION_ON, WebSocket::On), in DefineWebSocketClass()
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dnetpolicy_module.cpp82 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 Dmdns_module.cpp141 DECLARE_NAPI_FUNCTION(DiscoveryServiceInterface::FUNCTION_ON, DiscoveryServiceInterface::On), in InitMDnsModule()
/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/
H A Dhttp_module.cpp103 DECLARE_NAPI_FUNCTION(HttpRequest::FUNCTION_ON, HttpRequest::On),
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_module/src/
H A Dconnection_module.cpp206 DECLARE_NAPI_FUNCTION(NetConnectionInterface::FUNCTION_ON, NetConnectionInterface::On), in InitConnectionModule()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dlocal_socket_exec.cpp131 DECLARE_NAPI_FUNCTION(SocketModuleExports::LocalSocketConnection::FUNCTION_ON, in ConstructLocalSocketConnection()
H A Dsocket_exec.cpp206 DECLARE_NAPI_FUNCTION(SocketModuleExports::TCPConnection::FUNCTION_ON, SocketModuleExports::TCPConnection::On), in ConstructTCPSocketConnection()

Completed in 17 milliseconds