Home
last modified time | relevance | path

Searched refs:ServerGetRemoteCertificateContext (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dtlssocketserver_exec.h41 static bool ExecGetRemoteCertificate(ServerGetRemoteCertificateContext *context);
56 static napi_value GetRemoteCertificateCallback(ServerGetRemoteCertificateContext *context);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocketserver_async_work.cpp50 …BaseAsyncWork::ExecAsyncWork<ServerGetRemoteCertificateContext, TLSSocketServerExec::ExecGetRemote… in ExecGetRemoteCertificate()
129 BaseAsyncWork::AsyncWorkCallback<ServerGetRemoteCertificateContext, in GetRemoteCertificateCallback()
H A Dtlssocketserver_module.cpp123 return ModuleTemplate::Interface<ServerGetRemoteCertificateContext>( in GetRemoteCertificate()
125 … [](napi_env theEnv, napi_value thisVal, ServerGetRemoteCertificateContext *context) -> bool { in GetRemoteCertificate()
H A Dtlssocketserver_exec.cpp112 bool TLSSocketServerExec::ExecGetRemoteCertificate(ServerGetRemoteCertificateContext *context) in ExecGetRemoteCertificate()
453 napi_value TLSSocketServerExec::GetRemoteCertificateCallback(ServerGetRemoteCertificateContext *con… in GetRemoteCertificateCallback()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/include/context/
H A Dtls_server_napi_context.h58 using ServerGetRemoteCertificateContext = TLSServerNapiContext; variable