Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h131 void ClearSslCache();
Dnapi_webview_controller.h118 static napi_value ClearSslCache(napi_env env, napi_callback_info info);
Dwebview_controller.cpp595 void WebviewController::ClearSslCache() in ClearSslCache() function in OHOS::NWeb::WebviewController
599 nweb_ptr->ClearSslCache(); in ClearSslCache()
Dnapi_webview_controller.cpp75 DECLARE_NAPI_FUNCTION("clearSslCache", NapiWebviewController::ClearSslCache), in Init()
1460 napi_value NapiWebviewController::ClearSslCache(napi_env env, napi_callback_info info) in ClearSslCache() function in OHOS::NWeb::NapiWebviewController
1474 controller->ClearSslCache(); in ClearSslCache()
/base/web/webview/test/unittest/common/
Dnweb_create_window.h247 void ClearSslCache() override in ClearSslCache() function
/base/web/webview/ohos_nweb/include/
Dnweb.h519 virtual void ClearSslCache() = 0;