Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_report/event/
H A 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()
/ohos5.0/base/hiviewdfx/hiview/base/event_report/include/
H A Dhiview_event_common.h50 const std::string KEY_OF_REASON = "REASON"; variable
/ohos5.0/base/hiviewdfx/hiview/base/event_report/
H A Dhiview_event_report.cpp55 event->Update(PluginFaultEventSpace::KEY_OF_REASON, reason); in ReportPluginFault()