Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_module.cpp90 …env, info, FUNCTION_GET_SIGNATURE_ALGORITHMS, nullptr, TLSSocketAsyncWork::ExecGetSignatureAlgorit… in GetSignatureAlgorithms()
154 …DECLARE_NAPI_FUNCTION(TLSSocket::FUNCTION_GET_SIGNATURE_ALGORITHMS, TLSSocket::GetSignatureAlgorit… in DefineTLSSocketClass()
H A Dtlssocketserver_module.cpp147 env, info, FUNCTION_GET_SIGNATURE_ALGORITHMS, in GetSignatureAlgorithms()
236 DECLARE_NAPI_FUNCTION(TLSSocketConnection::FUNCTION_GET_SIGNATURE_ALGORITHMS, in DefineTLSSocketConnectionClass()
H A Dmonitor_server.cpp87 …NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_GET_SIGNATURE_ALGORITHMS, in ConstructTLSSocketConnection()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/include/
H A Dtlssocket_module.h30 static constexpr const char *FUNCTION_GET_SIGNATURE_ALGORITHMS = "getSignatureAlgorithms"; variable
H A Dtlssocketserver_module.h57 static constexpr const char *FUNCTION_GET_SIGNATURE_ALGORITHMS = "getSignatureAlgorithms"; variable