Searched refs:pluginBundleInfos_ (Results 1 – 2 of 2) sorted by relevance
95 return pluginBundleInfos_; in GetPluginBundleInfoMap()144 std::map<std::string, std::shared_ptr<PluginBundle>> pluginBundleInfos_; variable
285 …pluginBundleInfos_.insert(std::pair<std::string, std::shared_ptr<PluginBundle>>(bundleName, bundle… in LoadPluginBundle()898 if (pluginBundleInfos_.find(bundleName) != pluginBundleInfos_.end()) { in RequestLoadBundle()