Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp154 for (const auto& plugin : eventSourceList_) { in InitEnvironment()
162 eventSourceList_.clear(); in InitEnvironment()
223 eventSourceList_.push_back(plugin); in LoadBusinessPlugin()
931 eventSourceList_.push_back(plugin); in InstancePluginByProxy()
Dhiview_platform.h148 std::vector<std::shared_ptr<Plugin>> eventSourceList_; variable