Home
last modified time | relevance | path

Searched refs:ClearSslCache (Results 1 - 15 of 15) sorted by relevance

/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h163 void ClearSslCache() override {}
/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h212 void ClearSslCache() override
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h504 virtual void ClearSslCache() = 0;
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h104 void ClearSslCache();
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h207 void ClearSslCache();
H A Dnapi_webview_controller.h166 static napi_value ClearSslCache(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp852 void WebviewController::ClearSslCache() in ClearSslCache() function in OHOS::NWeb::WebviewController
856 nweb_ptr->ClearSslCache(); in ClearSslCache()
H A Dnapi_webview_controller.cpp547 DECLARE_NAPI_FUNCTION("clearSslCache", NapiWebviewController::ClearSslCache), in Init()
3099 napi_value NapiWebviewController::ClearSslCache(napi_env env, napi_callback_info info) in ClearSslCache() function in OHOS::NWeb::NapiWebviewController
3113 controller->ClearSslCache(); in ClearSslCache()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h423 void ClearSslCache() override;
H A Dark_web_nweb_impl.cpp431 void ArkWebNWebImpl::ClearSslCache() in ClearSslCache() function in OHOS::ArkWeb::ArkWebNWebImpl
433 nweb_nweb_->ClearSslCache(); in ClearSslCache()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp831 void WebviewControllerImpl::ClearSslCache() in ClearSslCache() function in OHOS::Webview::WebviewControllerImpl
835 return nweb_ptr->ClearSslCache(); in ClearSslCache()
H A Dwebview_ffi.cpp1248 nativeWebviewCtl->ClearSslCache(); in FfiOHOSWebviewCtlClearSslCache()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp508 void ArkWebNWebWrapper::ClearSslCache() in ClearSslCache() function in OHOS::ArkWeb::ArkWebNWebWrapper
510 ark_web_nweb_->ClearSslCache(); in ClearSslCache()
H A Dark_web_nweb_wrapper.h429 void ClearSslCache() override;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h663 virtual void ClearSslCache() = 0;

Completed in 35 milliseconds