Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_cache.cpp37 …cacheStatus_ = reinterpret_cast<CacheState*>(FontRamAllocator::GetInstance().DynamicAllocate(sizeo… in CacheInit()
43 if (memset_s(cacheStatus_, sizeof(CacheState), 0, sizeof(CacheState)) != EOK) { in CacheInit()
H A Dglyphs_cache.h57 using CacheState = uint8_t[FONT_HASH_NR][UNICODE_HASH_NR]; variable
60 CacheState* cacheStatus_;
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_cache_mgr.h28 enum class CacheState { enum
36 CacheState cacheState = CacheState::DEFAULT;
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_cache_mgr.cpp195 formCache.cacheState = CacheState::DEFAULT; in AddData()
373 bool isRebootState = formCache.cacheState == CacheState::REBOOT; in NeedAcquireProviderData()
418 formCache.cacheState = static_cast<CacheState>(cacheState); in GetDataCacheFromDb()