Searched refs:GetCertChainDerData (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nweb_create_window.h | 203 bool GetCertChainDerData(std::vector<std::string>& certChainData, bool isSingleCert) override in GetCertChainDerData() function
|
/ohos5.0/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 263 bool GetCertChainDerData(std::vector<std::string>& certChainData, bool isSingleCert) override in GetCertChainDerData() function
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.cpp | 541 bool ArkWebNWebImpl::GetCertChainDerData(ArkWebStringVector& cert_chain_data, bool is_single_cert) in GetCertChainDerData() function in OHOS::ArkWeb::ArkWebNWebImpl 544 bool result = nweb_nweb_->GetCertChainDerData(cert_chain_data_vector, is_single_cert); in GetCertChainDerData()
|
H A D | ark_web_nweb_impl.h | 560 bool GetCertChainDerData(ArkWebStringVector& cert_chain_data, bool is_single_cert) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 702 virtual bool GetCertChainDerData(ArkWebStringVector& cert_chain_data,
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 277 bool GetCertChainDerData(std::vector<std::string> &certChainDerData);
|
H A D | webview_controller.cpp | 1322 bool WebviewController::GetCertChainDerData(std::vector<std::string> &certChainDerData) in GetCertChainDerData() function in OHOS::NWeb::WebviewController 1330 return nweb_ptr->GetCertChainDerData(certChainDerData, true); in GetCertChainDerData()
|
H A D | napi_webview_controller.cpp | 4475 bool ans = webviewController->GetCertChainDerData(certChainDerData); in InnerGetCertificate()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 642 bool ArkWebNWebWrapper::GetCertChainDerData(std::vector<std::string>& cert_chain_data, bool is_sing… in GetCertChainDerData() function in OHOS::ArkWeb::ArkWebNWebWrapper 645 bool result = ark_web_nweb_->GetCertChainDerData(cert_chain_data_vector, is_single_cert); in GetCertChainDerData()
|
H A D | ark_web_nweb_wrapper.h | 568 … bool GetCertChainDerData(std::vector<std::string>& cert_chain_data, bool is_single_cert) override;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 785 … virtual bool GetCertChainDerData(std::vector<std::string>& certChainData, bool isSingleCert) = 0;
|