Home
last modified time | relevance | path

Searched refs:imageFileCacheConvertAstc_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h480 return imageFileCacheConvertAstc_; in IsImageFileCacheConvertAstcEnabled()
635 static bool imageFileCacheConvertAstc_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_file_cache/
H A Dimage_file_cache_test_ng.cpp54 SystemProperties::imageFileCacheConvertAstc_ = true; in SetUp()
141 SystemProperties::imageFileCacheConvertAstc_ = false;
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp72 bool SystemProperties::imageFileCacheConvertAstc_ = true; member in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp85 bool SystemProperties::imageFileCacheConvertAstc_ = false; member in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp425 bool SystemProperties::imageFileCacheConvertAstc_ = GetImageFileCacheConvertToAstcEnabled(); member in OHOS::Ace::SystemProperties