Searched refs:FUNCTION_GET_CERTIFICATE (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/netstack/frameworks/js/napi/tls/include/ |
H A D | tlssocketserver_module.h | 34 static constexpr const char *FUNCTION_GET_CERTIFICATE = "getCertificate"; member in OHOS::NetStack::TlsSocketServer::TLSSocketServerModuleExports::TLSSocketServer 55 static constexpr const char *FUNCTION_GET_CERTIFICATE = "getCertificate"; member in OHOS::NetStack::TlsSocketServer::TLSSocketServerModuleExports::TLSSocketConnection
|
H A D | tlssocket_module.h | 28 static constexpr const char *FUNCTION_GET_CERTIFICATE = "getCertificate"; member in OHOS::NetStack::TlsSocket::TLSSocketModuleExports::TLSSocket
|
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tlssocketserver_module.cpp | 57 env, info, FUNCTION_GET_CERTIFICATE, nullptr, TLSSocketServerAsyncWork::ExecGetCertificate,
in GetCertificate() 168 env, info, FUNCTION_GET_CERTIFICATE, nullptr, TLSSocketServerAsyncWork::ExecGetCertificate,
212 DECLARE_NAPI_FUNCTION(TLSSocketServer::FUNCTION_GET_CERTIFICATE, TLSSocketServer::GetCertificate),
233 DECLARE_NAPI_FUNCTION(TLSSocketConnection::FUNCTION_GET_CERTIFICATE, TLSSocketConnection::GetCertificate),
|
H A D | tlssocket_module.cpp | 55 return ModuleTemplate::Interface<GetCertificateContext>(env, info, FUNCTION_GET_CERTIFICATE, nullptr, in GetCertificate() 152 DECLARE_NAPI_FUNCTION(TLSSocket::FUNCTION_GET_CERTIFICATE, TLSSocket::GetCertificate), in DefineTLSSocketClass()
|
H A D | monitor_server.cpp | 83 DECLARE_NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_GET_CERTIFICATE,
in ConstructTLSSocketConnection()
|
Completed in 3 milliseconds