Home
last modified time | relevance | path

Searched refs:LOAD_EVENT_NAME (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/base/event_report/factory/
Dplugin_load_event_factory.cpp24 return std::make_unique<PluginEvent>(PluginEventSpace::LOAD_EVENT_NAME, HiSysEvent::BEHAVIOR); in Create()
/base/hiviewdfx/hiview/base/event_report/include/
Dhiview_event_common.h33 const std::string LOAD_EVENT_NAME = "PLUGIN_LOAD"; variable