Home
last modified time | relevance | path

Searched refs:FUNCTION_GET_REMOTE_ADDRESS (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dtlssocketserver_module.h52 static constexpr const char *FUNCTION_GET_REMOTE_ADDRESS = "getRemoteAddress"; member in OHOS::NetStack::TlsSocketServer::TLSSocketServerModuleExports::TLSSocketConnection
H A Dtlssocket_module.h37 static constexpr const char *FUNCTION_GET_REMOTE_ADDRESS = "getRemoteAddress"; member in OHOS::NetStack::TlsSocket::TLSSocketModuleExports::TLSSocket
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_module.cpp120 return ModuleTemplate::Interface<TLSGetRemoteAddressContext>(env, info, FUNCTION_GET_REMOTE_ADDRESS, nullptr, in GetRemoteAddress()
162 DECLARE_NAPI_FUNCTION(TLSSocket::FUNCTION_GET_REMOTE_ADDRESS, TLSSocket::GetRemoteAddress), in DefineTLSSocketClass()
H A Dtlssocketserver_module.cpp100 env, info, FUNCTION_GET_REMOTE_ADDRESS, in GetRemoteAddress()
241 DECLARE_NAPI_FUNCTION(TLSSocketConnection::FUNCTION_GET_REMOTE_ADDRESS, TLSSocketConnection::GetRemoteAddress),
H A Dmonitor_server.cpp95 DECLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_GET_REMOTE_ADDRESS, in ConstructTLSSocketConnection()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/
H A Dsocket_module.h134 static constexpr const char *FUNCTION_GET_REMOTE_ADDRESS = "getRemoteAddress"; member in OHOS::NetStack::Socket::SocketModuleExports::TCPSocket
160 static constexpr const char *FUNCTION_GET_REMOTE_ADDRESS = "getRemoteAddress"; member in OHOS::NetStack::Socket::SocketModuleExports::TCPConnection
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp517 DECLARE_NAPI_FUNCTION(TCPSocket::FUNCTION_GET_REMOTE_ADDRESS, TCPSocket::GetRemoteAddress), in DefineTCPSocketClass()
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp202 DECLARE_NAPI_FUNCTION(SocketModuleExports::TCPConnection::FUNCTION_GET_REMOTE_ADDRESS, in ConstructTCPSocketConnection()

Completed in 9 milliseconds