Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/event_report/event/
Dplugin_event.cpp26 this->paramMap_ = { {KEY_OF_PLUGIN_NAME, DEFAULT_STRING}, {KEY_OF_RESULT, DEFAULT_UINT32} }; in PluginEvent()
33 KEY_OF_RESULT, this->paramMap_[KEY_OF_RESULT].GetUint32()); in Report()
/base/hiviewdfx/hiview/base/event_report/
Dhiview_event_report.cpp35 event->Update(PluginEventSpace::KEY_OF_RESULT, result); in ReportPluginLoad()
45 event->Update(PluginEventSpace::KEY_OF_RESULT, result); in ReportPluginUnload()
/base/hiviewdfx/hiview/base/event_report/include/
Dhiview_event_common.h36 const std::string KEY_OF_RESULT = "RESULT"; variable