Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c246 …} else if (WriteToCache(c, (uint8 *)&(event->common), sizeof(HiEventCommon)) == sizeof(HiEventComm… in OutputEvent()
247 WriteToCache(c, event->payload, event->common.len); in OutputEvent()
270 … if (WriteToCache(c, (uint8 *)&(event->common), sizeof(HiEventCommon)) == sizeof(HiEventCommon)) { in OutputEvent()
271 WriteToCache(c, event->payload, event->common.len); in OutputEvent()
/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_cache.h74 int32 WriteToCache(HiviewCache *cache, const uint8 *data, uint16 wLen);
H A Dhiview_cache.c58 int32 WriteToCache(HiviewCache *cache, const uint8 *data, uint16 wLen) in WriteToCache() function
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c175 if (WriteToCache(&g_logCache, data, len) != (int32)len) { in OutputLog()
182 if (WriteToCache(&g_logCache, (uint8 *)data, len) != (int32)len) { in OutputLog()
204 WriteToCache(&g_logCache, (uint8 *)data, len); in OutputLog()