Searched refs:TLSSocketServerModuleExports (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tlssocketserver_module.cpp | 54 napi_value TLSSocketServerModuleExports::TLSSocketServer::GetCertificate(napi_env env, napi_callback_info info)
in GetCertificate() 61 napi_value TLSSocketServerModuleExports::TLSSocketServer::GetProtocol(napi_env env, napi_callback_info info)
in GetProtocol() 68 napi_value TLSSocketServerModuleExports::TLSSocketServer::Listen(napi_env env, napi_callback_info info)
in Listen() 75 napi_value TLSSocketServerModuleExports::TLSSocketConnection::Send(napi_env env, napi_callback_info info)
in Send() 86 napi_value TLSSocketServerModuleExports::TLSSocketConnection::Close(napi_env env, napi_callback_info info)
in Close() 97 napi_value TLSSocketServerModuleExports::TLSSocketConnection::GetRemoteAddress(napi_env env, napi_callback_info info)
in GetRemoteAddress() 108 napi_value TLSSocketServerModuleExports::TLSSocketConnection::GetLocalAddress(napi_env env, napi_callback_info info)
in GetLocalAddress() 120 napi_value TLSSocketServerModuleExports::TLSSocketConnection::GetRemoteCertificate(napi_env env,
132 napi_value TLSSocketServerModuleExports::TLSSocketConnection::GetCipherSuites(napi_env env, napi_callback_info info)
143 napi_value TLSSocketServerModuleExports [all...] |
H A D | monitor_server.cpp | 83 DECLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_GET_CERTIFICATE,
in ConstructTLSSocketConnection() 84 TLSSocketServerModuleExports::TLSSocketConnection::GetCertificate),
in ConstructTLSSocketConnection() 85 DECLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_GET_REMOTE_CERTIFICATE,
in ConstructTLSSocketConnection() 86 TlsSocketServer::TLSSocketServerModuleExports::TLSSocketConnection::GetRemoteCertificate),
in ConstructTLSSocketConnection() 87 DECLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_GET_SIGNATURE_ALGORITHMS,
in ConstructTLSSocketConnection() 88 TLSSocketServerModuleExports::TLSSocketConnection::GetSignatureAlgorithms),
in ConstructTLSSocketConnection() 89 DECLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_GET_CIPHER_SUITE,
in ConstructTLSSocketConnection() 90 TLSSocketServerModuleExports::TLSSocketConnection::GetCipherSuites),
in ConstructTLSSocketConnection() 91 DECLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_SEND,
in ConstructTLSSocketConnection() 92 TLSSocketServerModuleExports in ConstructTLSSocketConnection() [all...] |
/foundation/communication/netstack/frameworks/js/napi/tls/include/ |
H A D | tlssocketserver_module.h | 24 class TLSSocketServerModuleExports { class
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/ |
H A D | socket_module.cpp | 433 TlsSocketServer::TLSSocketServerModuleExports::InitTLSSocketServerModule(env, exports); in InitSocketModule()
|
Completed in 5 milliseconds