Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/services/hilogd/
Dlog_buffer.cpp65 HilogMsg *headMsg = reinterpret_cast<HilogMsg *>(buf.data()); in InitBuffHead() local
73 if (GenerateHilogMsgInside(*headMsg, tmpStr, i) == RET_SUCCESS) { in InitBuffHead()
74 Insert(*headMsg); in InitBuffHead()
246 HilogMsg *headMsg = reinterpret_cast<HilogMsg *>(buf.data()); in Query() local
247 if (GenerateHilogMsgInside(*headMsg, tmpStr, LOG_CORE) == RET_SUCCESS) { in Query()
248 const HilogData logData(*headMsg); in Query()