Searched refs:FUNCTION_GET_CERTIFICATE (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/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, in GetCertificate() 212 … DECLARE_NAPI_FUNCTION(TLSSocketServer::FUNCTION_GET_CERTIFICATE, TLSSocketServer::GetCertificate), in DefineTLSSocketServerClass() 233 …DECLARE_NAPI_FUNCTION(TLSSocketConnection::FUNCTION_GET_CERTIFICATE, TLSSocketConnection::GetCerti… in DefineTLSSocketConnectionClass()
|
H A D | tlssocket_module.cpp | 55 …return ModuleTemplate::Interface<GetCertificateContext>(env, info, FUNCTION_GET_CERTIFICATE, nullp… 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()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/include/ |
H A D | tlssocketserver_module.h | 34 static constexpr const char *FUNCTION_GET_CERTIFICATE = "getCertificate"; variable 55 static constexpr const char *FUNCTION_GET_CERTIFICATE = "getCertificate"; variable
|
H A D | tlssocket_module.h | 28 static constexpr const char *FUNCTION_GET_CERTIFICATE = "getCertificate";
|