Searched refs:issuers (Results 1 - 7 of 7) sorted by relevance
/base/web/webview/test/fuzztest/ohos_nweb/selectcertrequest_fuzzer/ |
H A D | selectcertrequest_fuzzer.cpp | 43 std::vector<std::string> issuers = { host }; in SelectCertRequestFuzzTest() local 44 handler.OnSslSelectCertRequestByJS(result, host, port, keyTypes, issuers); in SelectCertRequestFuzzTest()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.cpp | 438 const ArkWebString& host, int port, const ArkWebStringVector& key_types, const ArkWebStringVector& issuers) in OnSslSelectCertRequestByJS() 442 ArkWebStringVectorStructToClass(key_types), ArkWebStringVectorStructToClass(issuers)); in OnSslSelectCertRequestByJS() 447 ArkWebStringVectorStructToClass(issuers)); in OnSslSelectCertRequestByJS() 437 OnSslSelectCertRequestByJS(ArkWebRefPtr<ArkWebJsSslSelectCertResult> result, const ArkWebString& host, int port, const ArkWebStringVector& key_types, const ArkWebStringVector& issuers) OnSslSelectCertRequestByJS() argument
|
H A D | ark_web_handler_impl.h | 314 int port, const ArkWebStringVector& key_types, const ArkWebStringVector& issuers) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_handler.h | 388 int port, const ArkWebStringVector& key_types, const ArkWebStringVector& issuers) = 0;
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 627 int port, const std::vector<std::string>& keyTypes, const std::vector<std::string>& issuers) in OnSslSelectCertRequestByJS() 626 OnSslSelectCertRequestByJS(std::shared_ptr<NWebJSSslSelectCertResult> result, const std::string& host, int port, const std::vector<std::string>& keyTypes, const std::vector<std::string>& issuers) OnSslSelectCertRequestByJS() argument
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.h | 326 const std::vector<std::string>& issuers) override;
|
H A D | ark_web_handler_wrapper.cpp | 512 const std::vector<std::string>& issuers) in OnSslSelectCertRequestByJS() 515 ArkWebStringVector stIssuers = ArkWebStringVectorClassToStruct(issuers); in OnSslSelectCertRequestByJS() 510 OnSslSelectCertRequestByJS(std::shared_ptr<OHOS::NWeb::NWebJSSslSelectCertResult> result, const std::string& host, int port, const std::vector<std::string>& key_types, const std::vector<std::string>& issuers) OnSslSelectCertRequestByJS() argument
|
Completed in 13 milliseconds