Home
last modified time | relevance | path

Searched refs:RemoveCache (Results 1 – 9 of 9) sorted by relevance

/base/request/request/frameworks/js/napi/include/
Drequest_event.h53 static void RemoveCache(const std::string &taskId);
/base/web/webview/test/unittest/common/
Dnweb_create_window.h234 void RemoveCache(bool include_disk_files) override in RemoveCache() function
/base/web/webview/ohos_nweb/include/
Dnweb.h598 virtual void RemoveCache(bool include_disk_files) = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h160 static napi_value RemoveCache(napi_env env, napi_callback_info info);
Dwebview_controller.h182 void RemoveCache(bool include_disk_files);
Dwebview_controller.cpp790 void WebviewController::RemoveCache(bool include_disk_files) in RemoveCache() function in OHOS::NWeb::WebviewController
794 nweb_ptr->RemoveCache(include_disk_files); in RemoveCache()
Dnapi_webview_controller.cpp202 DECLARE_NAPI_FUNCTION("removeCache", NapiWebviewController::RemoveCache), in Init()
2815 napi_value NapiWebviewController::RemoveCache(napi_env env, napi_callback_info info) in RemoveCache() function in OHOS::NWeb::NapiWebviewController
2840 webviewController->RemoveCache(include_disk_files); in RemoveCache()
/base/request/request/frameworks/js/napi/src/
Drequest_event.cpp469 void RequestEvent::RemoveCache(const std::string &taskId) in RemoveCache() function in OHOS::Request::RequestEvent
Djs_task.cpp72 RequestEvent::RemoveCache(tid_); in ~JsTask()