Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/event_report/event/
Dplugin_fault_event.cpp26 this->paramMap_ = { {KEY_OF_PLUGIN_NAME, DEFAULT_STRING}, {KEY_OF_REASON, DEFAULT_STRING} }; in PluginFaultEvent()
33 KEY_OF_REASON, this->paramMap_[KEY_OF_REASON].GetString()); in Report()
/base/hiviewdfx/hiview/base/event_report/include/
Dhiview_event_common.h49 const std::string KEY_OF_REASON = "REASON"; variable
/base/hiviewdfx/hiview/base/event_report/
Dhiview_event_report.cpp55 event->Update(PluginFaultEventSpace::KEY_OF_REASON, reason); in ReportPluginFault()