Home
last modified time | relevance | path

Searched refs:EVENT_DOMAIN (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_report/include/
H A Dhiview_event_common.h24 const std::string EVENT_DOMAIN = "HIVIEWDFX"; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_common.h36 static const inline std::string EVENT_DOMAIN = "DOMAIN"; variable
H A Dvendor.cpp133 oss << FreezeCommon::EVENT_DOMAIN << FreezeCommon::COLON << watchPoint.GetDomain() << std::endl; in DumpEventInfo()