/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
|
/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 263 bool GetCertChainDerData(std::vector<std::string>& certChainData, bool isSingleCert) override
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 659 virtual bool GetCertChainDerData(ArkWebStringVector& cert_chain_data, bool is_single_cert) = 0;
|
/base/web/webview/interfaces/kits/cj/include/ |
H A D | webview_controller_impl.h | 214 bool GetCertChainDerData(std::vector<std::string> &certChainDerData) const;
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 277 bool GetCertChainDerData(std::vector<std::string> &certChainDerData) const;
|
H A D | webview_controller.cpp | 1322 bool WebviewController::GetCertChainDerData(std::vector<std::string> &certChainDerData) const in GetCertChainDerData() function in OHOS::NWeb::WebviewController 1326 WVLOG_E("GetCertChainDerData failed, nweb ptr is null"); in GetCertChainDerData() 1330 return nweb_ptr->GetCertChainDerData(certChainDerData, true); in GetCertChainDerData()
|
H A D | napi_webview_controller.cpp | 4477 bool ans = webviewController->GetCertChainDerData(certChainDerData); in InnerGetCertificate()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.h | 560 bool GetCertChainDerData(ArkWebStringVector& cert_chain_data, bool is_single_cert) override;
|
H A D | ark_web_nweb_impl.cpp | 542 bool ArkWebNWebImpl::GetCertChainDerData(ArkWebStringVector& cert_chain_data, bool is_single_cert) in GetCertChainDerData() function in OHOS::ArkWeb::ArkWebNWebImpl 545 bool result = nweb_nweb_->GetCertChainDerData(cert_chain_data_vector, is_single_cert); in GetCertChainDerData()
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_controller_impl.cpp | 934 bool WebviewControllerImpl::GetCertChainDerData(std::vector<std::string> &certChainDerData) const in GetCertChainDerData() function in OHOS::Webview::WebviewControllerImpl 938 WEBVIEWLOGE("GetCertChainDerData failed, nweb ptr is null"); in GetCertChainDerData() 942 return nweb_ptr->GetCertChainDerData(certChainDerData, true); in GetCertChainDerData()
|
H A D | webview_ffi.cpp | 979 bool ans = nativeWebviewCtl->GetCertChainDerData(certChainDerData); in FfiOHOSWebviewCtlGetCertificate()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_nweb_wrapper.cpp | 643 bool ArkWebNWebWrapper::GetCertChainDerData(std::vector<std::string>& cert_chain_data, bool is_single_cert) in GetCertChainDerData() function in OHOS::ArkWeb::ArkWebNWebWrapper 646 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;
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 801 virtual bool GetCertChainDerData(std::vector<std::string>& certChainData, bool isSingleCert) = 0;
|