Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/test/unittest/common/
H A Dcache_manager_tdd_test.cpp54 …uintptr_t localizationPos = CacheManager::GetInstance().GetCacheBufAddress(CacheUser::USER_LOCALIZ…
96 …uintptr_t bufferPos = CacheManager::GetInstance().GetCacheBufAddress(CacheUser::USER_LOCALIZATION);
132 … uintptr_t localPos = CacheManager::GetInstance().GetCacheBufAddress(CacheUser::USER_LOCALIZATION);
163 …uintptr_t bufStartPos = CacheManager::GetInstance().GetCacheBufAddress(CacheUser::USER_LOCALIZATIO…
235 …uintptr_t bufStartPos = CacheManager::GetInstance().GetCacheBufAddress(CacheUser::USER_LOCALIZATIO…
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_manager.h54 uintptr_t GetCacheBufAddress(CacheUser user) const;
H A Dcache_manager.cpp158 uintptr_t CacheManager::GetCacheBufAddress(CacheUser user) const in GetCacheBufAddress() function in OHOS::ACELite::CacheManager