Home
last modified time | relevance | path

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

/base/web/webview/test/unittest/common/
Dnweb_create_window.h220 void ClearClientAuthenticationCache() override in ClearClientAuthenticationCache() function
/base/web/webview/ohos_nweb/include/
Dnweb.h587 virtual void ClearClientAuthenticationCache() = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h135 static napi_value ClearClientAuthenticationCache(napi_env env, napi_callback_info info);
Dwebview_controller.h170 void ClearClientAuthenticationCache();
Dwebview_controller.cpp754 void WebviewController::ClearClientAuthenticationCache() in ClearClientAuthenticationCache() function in OHOS::NWeb::WebviewController
758 nweb_ptr->ClearClientAuthenticationCache(); in ClearClientAuthenticationCache()
Dnapi_webview_controller.cpp211 …_FUNCTION("clearClientAuthenticationCache", NapiWebviewController::ClearClientAuthenticationCache), in Init()
2556 napi_value NapiWebviewController::ClearClientAuthenticationCache(napi_env env, napi_callback_info i… in ClearClientAuthenticationCache() function in OHOS::NWeb::NapiWebviewController
2570 controller->ClearClientAuthenticationCache(); in ClearClientAuthenticationCache()