Home
last modified time | relevance | path

Searched refs:cacheOptions (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_cache_options_impl.cpp20 …WebCacheOptionsImpl::ArkWebCacheOptionsImpl(std::shared_ptr<OHOS::NWeb::CacheOptions> cacheOptions) in ArkWebCacheOptionsImpl() argument
21 : cacheOptions_(cacheOptions) in ArkWebCacheOptionsImpl()
H A Dark_web_cache_options_impl.h29 ArkWebCacheOptionsImpl(std::shared_ptr<OHOS::NWeb::CacheOptions> cacheOptions);
H A Dark_web_nweb_wrapper.cpp1039 std::shared_ptr<OHOS::NWeb::CacheOptions>& cacheOptions, in PrecompileJavaScript() argument
1044 ArkWebRefPtr<ArkWebCacheOptions> options = new ArkWebCacheOptionsImpl(cacheOptions); in PrecompileJavaScript()
H A Dark_web_nweb_wrapper.h1009 std::shared_ptr<OHOS::NWeb::CacheOptions>& cacheOptions,
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp905 … ArkWebRefPtr<ArkWebCacheOptions>& cacheOptions, ArkWebRefPtr<ArkWebMessageValueCallback> callback) in PrecompileJavaScript() argument
907 …_ptr<OHOS::NWeb::CacheOptions> options = std::make_shared<ArkWebCacheOptionsWrapper>(cacheOptions); in PrecompileJavaScript()
H A Dark_web_nweb_impl.h998 …ArkWebRefPtr<ArkWebCacheOptions>& cacheOptions, ArkWebRefPtr<ArkWebMessageValueCallback> callback)…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1228 ArkWebRefPtr<ArkWebCacheOptions>& cacheOptions,
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h341 std::shared_ptr<CacheOptions> cacheOptions);
H A Dwebview_controller.cpp1634 const std::string &url, const std::string &script, std::shared_ptr<CacheOptions> cacheOptions) in PrecompileJavaScriptPromise() argument
1665 nweb_ptr->PrecompileJavaScript(url, script, cacheOptions, callbackImpl); in PrecompileJavaScriptPromise()
H A Dnapi_webview_controller.cpp5729 auto cacheOptions = webviewController->ParseCacheOptions(env, argv[INTEGER_TWO]); in PrecompileJavaScript() local
5735 webviewController->PrecompileJavaScriptPromise(env, deferred, url, script, cacheOptions); in PrecompileJavaScript()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1181 …std::shared_ptr<CacheOptions>& cacheOptions, std::shared_ptr<NWebMessageValueCallback> callback) =…
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-predictor.md396 当需要更新本地已经生成的编译字节码时,修改cacheOptions参数中responseHeaders中的E-Tag或Last-Modified响应头对应的值,再次调用接口即可。
/ohos5.0/docs/en/application-dev/web/
H A Dweb-predictor.md396 …-Tag** or **Last-Modified** in the **responseHeaders** parameter of **cacheOptions**, and call the…
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dperformance-web-import.md1306 > 当需要更新本地已经生成的编译字节码时,修改cacheOptions参数中的responseHeaders中的E-Tag或Last-Modified响应头对应的值,再次调用接口即可。
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md7546 precompileJavaScript(url: string, script: string | Uint8Array, cacheOptions: CacheOptions): Promise…
7559 | cacheOptions | [CacheOptions](#cacheoptions12) | 是 | 用于控制字节码缓存更新。 |
7787 当需要更新本地已经生成的编译字节码时,修改cacheOptions参数中responseHeaders中的E-Tag或Last-Modified响应头对应的值,再次调用接口即可。
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md7552 precompileJavaScript(url: string, script: string | Uint8Array, cacheOptions: CacheOptions): Promise…
7565 | cacheOptions | [CacheOptions](#cacheoptions12) | Yes | Whether to update the bytecode cache. …
7793 … change the value of E-Tag or Last-Modified in responseHeaders of the cacheOptions parameter and c…