Home
last modified time | relevance | path

Searched refs:FUNCTION_GET_REMOTE_CERTIFICATE (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dtlssocketserver_module.h54 static constexpr const char *FUNCTION_GET_REMOTE_CERTIFICATE = "getRemoteCertificate"; member in OHOS::NetStack::TlsSocketServer::TLSSocketServerModuleExports::TLSSocketConnection
H A Dtlssocket_module.h29 static constexpr const char *FUNCTION_GET_REMOTE_CERTIFICATE = "getRemoteCertificate"; member in OHOS::NetStack::TlsSocket::TLSSocketModuleExports::TLSSocket
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_module.cpp82 return ModuleTemplate::Interface<GetRemoteCertificateContext>(env, info, FUNCTION_GET_REMOTE_CERTIFICATE, nullptr, in GetRemoteCertificate()
153 DECLARE_NAPI_FUNCTION(TLSSocket::FUNCTION_GET_REMOTE_CERTIFICATE, TLSSocket::GetRemoteCertificate), in DefineTLSSocketClass()
H A Dtlssocketserver_module.cpp124 env, info, FUNCTION_GET_REMOTE_CERTIFICATE,
234 DECLARE_NAPI_FUNCTION(TLSSocketConnection::FUNCTION_GET_REMOTE_CERTIFICATE,
H A Dmonitor_server.cpp85 DECLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_GET_REMOTE_CERTIFICATE, in ConstructTLSSocketConnection()

Completed in 3 milliseconds