Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp323pluginBundleInfos_.insert(std::pair<std::string, std::shared_ptr<PluginBundle>>(bundleName, bundle… in LoadPluginBundle()
876 if (pluginBundleInfos_.find(bundleName) != pluginBundleInfos_.end()) { in RequestLoadBundle()
889 if (pluginBundleInfos_.find(bundleName) != pluginBundleInfos_.end()) { in RequestUnloadBundle()
890 pluginBundleInfos_.erase(bundleName); in RequestUnloadBundle()
/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h96 return pluginBundleInfos_; in GetPluginBundleInfoMap()
197 std::map<std::string, std::shared_ptr<PluginBundle>> pluginBundleInfos_; variable