Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/utils/src/
H A Dscreen_cache.cpp19 ScreenCache::ScreenCache(size_t capacity, int32_t errorCode) in ScreenCache() function in OHOS::Rosen::ScreenCache
24 void ScreenCache::Set(int32_t key, int32_t value) in Set()
41 int32_t ScreenCache::Get(int32_t key) in Get()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dscreen_cache.h24 class ScreenCache {
26 ScreenCache(size_t capacity, int32_t errorCode);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp42 ScreenCache g_uidVersionMap(MAP_SIZE, NO_EXIT_UID_VERSION);