Home
last modified time | relevance | path

Searched refs:HgmLRUCache (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_lru_cache.h24 class HgmLRUCache {
27 explicit HgmLRUCache(uint32_t capacity) : capacity_(capacity) {} in HgmLRUCache() function
28 virtual ~HgmLRUCache() = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_multi_app_strategy.h63 HgmLRUCache<pid_t> GetBackgroundPid();
92 HgmLRUCache<pid_t> backgroundPid_{ 100 }; // max nums of pkgs that can be stored is 100
H A Dhgm_multi_app_strategy.cpp221 HgmLRUCache<pid_t> HgmMultiAppStrategy::GetBackgroundPid() in GetBackgroundPid()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_lru_cache_test.cpp50 auto cache = HgmLRUCache<int32_t>(cacheSize);