Searched refs:pluginBundleInfos_ (Results 1 – 2 of 2) sorted by relevance
323 …pluginBundleInfos_.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()
96 return pluginBundleInfos_; in GetPluginBundleInfoMap()197 std::map<std::string, std::shared_ptr<PluginBundle>> pluginBundleInfos_; variable