/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_cache_options_impl.cpp | 20 …WebCacheOptionsImpl::ArkWebCacheOptionsImpl(std::shared_ptr<OHOS::NWeb::CacheOptions> cacheOptions) in ArkWebCacheOptionsImpl() argument 21 : cacheOptions_(cacheOptions) in ArkWebCacheOptionsImpl()
|
H A D | ark_web_cache_options_impl.h | 29 ArkWebCacheOptionsImpl(std::shared_ptr<OHOS::NWeb::CacheOptions> cacheOptions);
|
H A D | ark_web_nweb_wrapper.cpp | 1039 std::shared_ptr<OHOS::NWeb::CacheOptions>& cacheOptions, in PrecompileJavaScript() argument 1044 ArkWebRefPtr<ArkWebCacheOptions> options = new ArkWebCacheOptionsImpl(cacheOptions); in PrecompileJavaScript()
|
H A D | ark_web_nweb_wrapper.h | 1009 std::shared_ptr<OHOS::NWeb::CacheOptions>& cacheOptions,
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.cpp | 905 … ArkWebRefPtr<ArkWebCacheOptions>& cacheOptions, ArkWebRefPtr<ArkWebMessageValueCallback> callback) in PrecompileJavaScript() argument 907 …_ptr<OHOS::NWeb::CacheOptions> options = std::make_shared<ArkWebCacheOptionsWrapper>(cacheOptions); in PrecompileJavaScript()
|
H A D | ark_web_nweb_impl.h | 998 …ArkWebRefPtr<ArkWebCacheOptions>& cacheOptions, ArkWebRefPtr<ArkWebMessageValueCallback> callback)…
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 1228 ArkWebRefPtr<ArkWebCacheOptions>& cacheOptions,
|
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 341 std::shared_ptr<CacheOptions> cacheOptions);
|
H A D | webview_controller.cpp | 1634 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 D | napi_webview_controller.cpp | 5729 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 D | nweb.h | 1181 …std::shared_ptr<CacheOptions>& cacheOptions, std::shared_ptr<NWebMessageValueCallback> callback) =…
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | web-predictor.md | 396 当需要更新本地已经生成的编译字节码时,修改cacheOptions参数中responseHeaders中的E-Tag或Last-Modified响应头对应的值,再次调用接口即可。
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-predictor.md | 396 …-Tag** or **Last-Modified** in the **responseHeaders** parameter of **cacheOptions**, and call the…
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | performance-web-import.md | 1306 > 当需要更新本地已经生成的编译字节码时,修改cacheOptions参数中的responseHeaders中的E-Tag或Last-Modified响应头对应的值,再次调用接口即可。
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | js-apis-webview.md | 7546 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 D | js-apis-webview.md | 7552 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…
|