Searched refs:needCap (Results 1 – 2 of 2) sorted by relevance
40 std::vector<PluginDescription> GetPluginsByCap(PluginType pluginType, std::string needCap);
39 …::vector<PluginDescription> PluginList::GetPluginsByCap(PluginType pluginType, std::string needCap) in GetPluginsByCap() argument46 strcmp(temp.cap.c_str(), needCap.c_str()) == 0) { in GetPluginsByCap()