Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog_lite/frameworks/mini/
Dhiview_output_log.c81 static int32 LogCommonFmt(char *outStr, int32 outStrlen, const HiLogCommon *commonContentPtr);
217 sizeof(HiLogCommon)) == sizeof(HiLogCommon)) { in OutputLogRealtime()
242 if (g_logCache.usedSize < sizeof(HiLogCommon)) { in OutputLog2TextFile()
249 sizeof(HiLogCommon)) == sizeof(HiLogCommon)) { in OutputLog2TextFile()
286 HiLogCommon *pCommonContent = NULL; in OutputLog2BinFile()
292 if (outputSize < sizeof(HiLogCommon)) { in OutputLog2BinFile()
301 while (g_logCache.usedSize >= sizeof(HiLogCommon) && outputSize > (len + sizeof(HiLogCommon))) { in OutputLog2BinFile()
302 … if (ReadFromCache(&g_logCache, tmpBuffer + len, sizeof(HiLogCommon)) != sizeof(HiLogCommon)) { in OutputLog2BinFile()
305 pCommonContent = (HiLogCommon *)(tmpBuffer + len); in OutputLog2BinFile()
306 len += sizeof(HiLogCommon); in OutputLog2BinFile()
[all …]
Dhiview_log.c124 HiLogCommon *pCommon = &(logContent.commonContent); in HiLogPrintf()
143 OutputLog((uint8 *)&logContent, sizeof(HiLogCommon) + sizeof(uint32) * argsNum); in HiLogPrintf()
159 HiLogCommon *pCommon = &(logContent.commonContent); in HILOG_HashPrintf()
178 OutputLog((uint8 *)&logContent, sizeof(HiLogCommon) + sizeof(uint32) * argsNum); in HILOG_HashPrintf()
/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
Dhiview_log.h153 } HiLogCommon; typedef
156 HiLogCommon commonContent;