Home
last modified time | relevance | path

Searched refs:GetCertChainDerData (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h203 bool GetCertChainDerData(std::vector<std::string>& certChainData, bool isSingleCert) override in GetCertChainDerData() function
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h263 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 Dark_web_nweb_impl.cpp541 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 Dark_web_nweb_impl.h560 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 Dark_web_nweb.h702 virtual bool GetCertChainDerData(ArkWebStringVector& cert_chain_data,
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h277 bool GetCertChainDerData(std::vector<std::string> &certChainDerData);
H A Dwebview_controller.cpp1322 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 Dnapi_webview_controller.cpp4475 bool ans = webviewController->GetCertChainDerData(certChainDerData); in InnerGetCertificate()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp642 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 Dark_web_nweb_wrapper.h568 … 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 Dnweb.h785 … virtual bool GetCertChainDerData(std::vector<std::string>& certChainData, bool isSingleCert) = 0;