Home
last modified time | relevance | path

Searched refs:m_startMsg (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_persister.cpp71 m_startMsg = { 0 }; in LogPersister()
86 switch (m_startMsg.compressAlg) { in InitCompression()
108 switch (m_startMsg.compressAlg) { in InitFileRotator()
118 m_fileRotator = std::make_unique<LogPersisterRotator>(m_startMsg.filePath, in InitFileRotator()
119 m_startMsg.jobId, m_startMsg.fileNum, fileSuffix); in InitFileRotator()
134 m_startMsg = info.msg; in Init()
136 std::string path = m_startMsg.filePath; in Init()
150 if (CheckRegistered(m_startMsg.jobId, path)) { in Init()
196 std::string fileName = std::string(".") + AUXILLARY_PERSISTER_PREFIX + std::to_string(m_startMsg in PrepareUncompressedFile()
[all...]
/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_persister.h103 LogPersistStartMsg m_startMsg; member in OHOS::LogPersister

Completed in 1 milliseconds