Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_file_cache/
H A Dimage_file_cache_test_ng.cpp110 auto convertAstcThreshold = SystemProperties::GetImageFileCacheConvertAstcThreshold();
166 auto convertAstcThreshold = SystemProperties::GetImageFileCacheConvertAstcThreshold();
250 auto convertAstcThreshold = SystemProperties::GetImageFileCacheConvertAstcThreshold();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp172 auto convertAstcThreshold = SystemProperties::GetImageFileCacheConvertAstcThreshold(); in SaveCacheInner()
352 …r->accessCount == static_cast<uint32_t>(SystemProperties::GetImageFileCacheConvertAstcThreshold())… in GetCacheFilePathInner()
389 … IsAstcFile(filePtr->d_name) ? SystemProperties::GetImageFileCacheConvertAstcThreshold() : 1); in SetCacheFileInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h483 static int32_t GetImageFileCacheConvertAstcThreshold() in GetImageFileCacheConvertAstcThreshold() function