Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/core/
Dhiview_platform.h95 return pluginBundleInfos_; in GetPluginBundleInfoMap()
144 std::map<std::string, std::shared_ptr<PluginBundle>> pluginBundleInfos_; variable
Dhiview_platform.cpp285pluginBundleInfos_.insert(std::pair<std::string, std::shared_ptr<PluginBundle>>(bundleName, bundle… in LoadPluginBundle()
898 if (pluginBundleInfos_.find(bundleName) != pluginBundleInfos_.end()) { in RequestLoadBundle()