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 D | tlssocket_module.cpp | 120 …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 D | tlssocketserver_module.cpp | 100 env, info, FUNCTION_GET_REMOTE_ADDRESS, in GetRemoteAddress() 241 …DECLARE_NAPI_FUNCTION(TLSSocketConnection::FUNCTION_GET_REMOTE_ADDRESS, TLSSocketConnection::GetRe… in DefineTLSSocketConnectionClass()
|
H A D | monitor_server.cpp | 95 …CLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_GET_REMOTE_ADDRESS, in ConstructTLSSocketConnection()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/include/ |
H A D | tlssocket_module.h | 37 static constexpr const char *FUNCTION_GET_REMOTE_ADDRESS = "getRemoteAddress"; variable
|
H A D | tlssocketserver_module.h | 52 static constexpr const char *FUNCTION_GET_REMOTE_ADDRESS = "getRemoteAddress"; variable
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/include/ |
H A D | socket_module.h | 134 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 D | socket_module.cpp | 516 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 D | socket_exec.cpp | 202 DECLARE_NAPI_FUNCTION(SocketModuleExports::TCPConnection::FUNCTION_GET_REMOTE_ADDRESS, in ConstructTCPSocketConnection()
|