Home
last modified time | relevance | path

Searched refs:APP_SET_IMAGE_CACHE_COUNT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_constants.cpp109 const char APP_SET_IMAGE_CACHE_COUNT[] = "setImageCacheCount"; variable
H A Djs_constants.h111 ACE_EXPORT extern const char APP_SET_IMAGE_CACHE_COUNT[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_app_module.cpp183 …moduleObj->SetProperty(runtime, APP_SET_IMAGE_CACHE_COUNT, runtime->NewFunction(AppSetImageCacheCo… in InitAppModule()