Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_module.cpp120 …duleTemplate::Interface<TLSGetRemoteAddressContext>(env, info, FUNCTION_GET_REMOTE_ADDRESS, nullpt… 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::GetRe… in DefineTLSSocketConnectionClass()
H A Dmonitor_server.cpp95 …CLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_GET_REMOTE_ADDRESS, in ConstructTLSSocketConnection()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dtlssocket_module.h37 static constexpr const char *FUNCTION_GET_REMOTE_ADDRESS = "getRemoteAddress"; variable
H A Dtlssocketserver_module.h52 static constexpr const char *FUNCTION_GET_REMOTE_ADDRESS = "getRemoteAddress"; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/
H A Dsocket_module.h134 static constexpr const char *FUNCTION_GET_REMOTE_ADDRESS = "getRemoteAddress"; variable
160 static constexpr const char *FUNCTION_GET_REMOTE_ADDRESS = "getRemoteAddress"; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/
H A Dsocket_module.cpp516 DECLARE_NAPI_FUNCTION(TCPSocket::FUNCTION_GET_REMOTE_ADDRESS, TCPSocket::GetRemoteAddress), in DefineTCPSocketClass()
/ohos5.0/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()