Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/event_report/factory/
Dplugin_unload_event_factory.cpp24 return std::make_unique<PluginEvent>(PluginEventSpace::UNLOAD_EVENT_NAME, HiSysEvent::BEHAVIOR); in Create()
/base/hiviewdfx/hiview/base/event_report/include/
Dhiview_event_common.h34 const std::string UNLOAD_EVENT_NAME = "PLUGIN_UNLOAD"; variable