Searched refs:EVENT_MSG (Results 1 – 6 of 6) sorted by relevance
44 static const inline std::string EVENT_MSG = "MSG"; variable
129 oss << FreezeCommon::EVENT_MSG << FreezeCommon::COLON << watchPoint.GetMsg() << std::endl; in DumpEventInfo()213 body << FreezeCommon::EVENT_MSG << "=" << node.GetMsg() << std::endl; in MergeEventLog()
78 … .InitMsg(StringUtil::ReplaceStr(record->GetEventValue(FreezeCommon::EVENT_MSG), "\\n", "\n")) in SelectEventFromDB()
112 std::string msg = RemoveRedundantNewline(sysEvent.GetEventValue(FreezeCommon::EVENT_MSG)); in MakeWatchPoint()
213 "MSG", sysEvent.GetEventValue(EVENT_MSG)); in ProcessHiCollieEvent()216 …"RELIABILITY", sysEvent.eventName_.c_str(), sysEvent.GetEventValue(EVENT_MSG).c_str(), desPath.c_s… in ProcessHiCollieEvent()252 "SUMMARY", sysEvent.GetEventValue(EVENT_MSG)); in ReportSysFreezeIfNeed()
43 static const inline std::string EVENT_MSG = "MSG"; variable