Home
last modified time | relevance | path

Searched defs:issuers (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/selectcertrequest_fuzzer/
H A Dselectcertrequest_fuzzer.cpp43 std::vector<std::string> issuers = { host }; in SelectCertRequestFuzzTest() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp438 …kWebString& host, int port, const ArkWebStringVector& key_types, const ArkWebStringVector& issuers) in OnSslSelectCertRequestByJS()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp512 const std::vector<std::string>& issuers) in OnSslSelectCertRequestByJS()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h625 int port, const std::vector<std::string>& keyTypes, const std::vector<std::string>& issuers) in OnSslSelectCertRequestByJS()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h629 const std::vector<std::string>& issuers) in WebSslSelectCertEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp646 const std::vector<std::string>& issuers) in OnSslSelectCertRequestByJS()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp2241 const std::vector<std::string>& issuers = eventInfo.GetIssuers_(); in WebSslSelectCertEventToJSValue() local