Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_manager.cpp174 bool CacheManager::IsCacheOverflow(CacheUser user) const in IsCacheOverflow() function in OHOS::ACELite::CacheManager
204 if (IsCacheOverflow(CacheUser(i))) { in IsWholeCacheHealthy()
H A Dcache_manager.h58 bool IsCacheOverflow(CacheUser user) const;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/test/unittest/common/
H A Dcache_manager_tdd_test.cpp205 EXPECT_TRUE(CacheManager::GetInstance().IsCacheOverflow(CacheUser::USER_LOCALIZATION));