Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_cache.h56 boolean InitHiviewStaticCache(HiviewCache *cache, HiviewCacheType type, uint8 *buffer, uint16 size);
H A Dhiview_cache.c23 boolean InitHiviewStaticCache(HiviewCache *cache, HiviewCacheType type, uint8 *buffer, uint16 size) in InitHiviewStaticCache() function
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c92 InitHiviewStaticCache(&g_logCache, LOG_CACHE, g_logCacheBuffer, sizeof(g_logCacheBuffer)); in InitCoreLogOutput()