Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/unittest/core/image/
H A Dimage_file_cache_test_ng.cpp110 auto convertAstcThreshold = SystemProperties::GetImageFileCacheConvertAstcThreshold(); in HWTEST_F()
166 auto convertAstcThreshold = SystemProperties::GetImageFileCacheConvertAstcThreshold(); in HWTEST_F()
250 auto convertAstcThreshold = SystemProperties::GetImageFileCacheConvertAstcThreshold(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp171 auto convertAstcThreshold = SystemProperties::GetImageFileCacheConvertAstcThreshold(); in SaveCacheInner()
351 infoIter->accessCount == static_cast<uint32_t>(SystemProperties::GetImageFileCacheConvertAstcThreshold())) { in GetCacheFilePathInner()
388 IsAstcFile(filePtr->d_name) ? SystemProperties::GetImageFileCacheConvertAstcThreshold() : 1); in SetCacheFileInfo()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h491 static int32_t GetImageFileCacheConvertAstcThreshold() in GetImageFileCacheConvertAstcThreshold() function in OHOS::Ace::final

Completed in 5 milliseconds