Searched defs:nameList (Results 1 – 3 of 3) sorted by relevance
124 bool PluginSessionManager::RemovePluginSessions(const std::vector<std::string>& nameList) in RemovePluginSessions()138 bool PluginSessionManager::InvalidatePluginSessions(const std::vector<std::string>& nameList) in InvalidatePluginSessions()152 bool PluginSessionManager::StartPluginSessions(const std::vector<std::string>& nameList) in StartPluginSessions()172 bool PluginSessionManager::StopPluginSessions(const std::vector<std::string>& nameList) in StopPluginSessions()207 bool PluginSessionManager::CheckStatus(const std::vector<std::string>& nameList, PluginSession::Sta… in CheckStatus()224 …tor<PluginSession::State> PluginSessionManager::GetStatus(const std::vector<std::string>& nameList) in GetStatus()
224 public void addAbilityNames(List<String> nameList) { in addAbilityNames()
2043 String[] nameList = formName.split("\\."); in getNameFromString() local