Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/freeze_detector/
Dfreeze_common.h44 static const inline std::string EVENT_MSG = "MSG"; variable
Ddb_helper.cpp77 … .InitMsg(StringUtil::ReplaceStr(record->GetEventValue(FreezeCommon::EVENT_MSG), "\\n", "\n")) in SelectEventFromDB()
Dvendor.cpp131 oss << FreezeCommon::EVENT_MSG << FreezeCommon::COLON << watchPoint.GetMsg() << std::endl; in DumpEventInfo()
221 body << FreezeCommon::EVENT_MSG << "=" << node.GetMsg() << std::endl; in MergeEventLog()
Dfreeze_detector_plugin.cpp116 std::string msg = RemoveRedundantNewline(sysEvent.GetEventValue(FreezeCommon::EVENT_MSG)); in MakeWatchPoint()