Lines Matching refs:m_startMsg
71 m_startMsg = { 0 };
86 switch (m_startMsg.compressAlg) {
108 switch (m_startMsg.compressAlg) {
118 m_fileRotator = std::make_unique<LogPersisterRotator>(m_startMsg.filePath,
119 m_startMsg.jobId, m_startMsg.fileNum, fileSuffix);
134 m_startMsg = info.msg;
136 std::string path = m_startMsg.filePath;
150 if (CheckRegistered(m_startMsg.jobId, path)) {
196 std::string fileName = std::string(".") + AUXILLARY_PERSISTER_PREFIX + std::to_string(m_startMsg.jobId);
307 if (m_plainLogSize >= m_startMsg.fileSize) {
342 std::optional<HilogData> data = m_hilogBuffer.Query(m_startMsg.filter, m_bufReader);
369 response.logType = logPersister->m_startMsg.filter.types;
378 response.jobId = m_startMsg.jobId;
379 if (strcpy_s(response.filePath, FILE_PATH_MAX_LEN, m_startMsg.filePath)) {
382 response.compressAlg = m_startMsg.compressAlg;
383 response.fileSize = m_startMsg.fileSize;
384 response.fileNum = m_startMsg.fileNum;
417 std::optional<HilogData> data = logPersisterPtr->m_hilogBuffer.Query(logPersisterPtr->m_startMsg.filter,
463 if (logPersister->m_startMsg.jobId == id || logPersister->m_startMsg.filePath == logPath) {
477 if (logPersister->m_startMsg.jobId == id) {
503 if (logPersister->m_startMsg.jobId == obj->m_startMsg.jobId) {