Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/freeze_detector/
Dfreeze_common.h41 static const inline std::string EVENT_UID = "UID"; variable
Ddb_helper.cpp46 long uid = record->GetEventIntValue(FreezeCommon::EVENT_UID); in GetResultMap()
Dfreeze_detector_plugin.cpp112 long uid = sysEvent.GetEventIntValue(FreezeCommon::EVENT_UID); in MakeWatchPoint()
Dvendor.cpp132 oss << FreezeCommon::EVENT_UID << FreezeCommon::COLON << watchPoint.GetUid() << std::endl; in DumpEventInfo()