Home
last modified time | relevance | path

Searched refs:CacheSetupState (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_manager.h37 enum CacheSetupState : uint8_t { enum
82 CacheSetupState DistributeCacheRange(uintptr_t startAddr, size_t totalBytes);
83 CacheSetupState PrecheckStatus(uintptr_t startAddr, size_t totalBytes) const;
89 CacheSetupState cacheState_;
H A Dcache_manager.cpp85 CacheSetupState CacheManager::PrecheckStatus(uintptr_t startAddr, size_t totalBytes) const in PrecheckStatus()
126 CacheSetupState CacheManager::DistributeCacheRange(uintptr_t startAddr, size_t totalBytes) in DistributeCacheRange()
128 CacheSetupState setupResult = PrecheckStatus(startAddr, totalBytes); in DistributeCacheRange()