Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_buffer.cpp71 HilogMsg *headMsg = reinterpret_cast<HilogMsg *>(buf.data()); in InitBuffHead() local
79 if (GenerateHilogMsgInside(*headMsg, tmpStr, i) == RET_SUCCESS) { in InitBuffHead()
81 Insert(*headMsg, isFull); in InitBuffHead()
253 HilogMsg *headMsg = reinterpret_cast<HilogMsg *>(buf.data()); in Query() local
254 if (GenerateHilogMsgInside(*headMsg, tmpStr, LOG_CORE) == RET_SUCCESS) { in Query()
255 const HilogData logData(*headMsg); in Query()