Searched defs:nameList (Results 1 – 4 of 4) 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()
1037 std::vector<std::string> nameList{"testsample.so", "testsample1.so"}; variable
245 public void addAbilityNames(List<String> nameList) { in addAbilityNames()
2509 List<String> nameList = new ArrayList<>(); in parsePackInfoJsonFile() local2711 String[] nameList = formName.split("\\."); in getNameFromString() local