Home
last modified time | relevance | path

Searched refs:ClearSslCache (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/test/unittest/common/
Dnweb_create_window.h208 void ClearSslCache() override in ClearSslCache() function
/base/web/webview/ohos_nweb/include/
Dnweb.h537 virtual void ClearSslCache() = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h127 static napi_value ClearSslCache(napi_env env, napi_callback_info info);
Dwebview_controller.h150 void ClearSslCache();
Dwebview_controller.cpp594 void WebviewController::ClearSslCache() in ClearSslCache() function in OHOS::NWeb::WebviewController
598 nweb_ptr->ClearSslCache(); in ClearSslCache()
Dnapi_webview_controller.cpp189 DECLARE_NAPI_FUNCTION("clearSslCache", NapiWebviewController::ClearSslCache), in Init()
2384 napi_value NapiWebviewController::ClearSslCache(napi_env env, napi_callback_info info) in ClearSslCache() function in OHOS::NWeb::NapiWebviewController
2398 controller->ClearSslCache(); in ClearSslCache()