Home
last modified time | relevance | path

Searched defs:nameList (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/services/plugin_service/src/
Dplugin_session_manager.cpp124 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()
/developtools/packing_tool/adapter/ohos/
DHapVerifyInfo.java224 public void addAbilityNames(List<String> nameList) { in addAbilityNames()
DCompressor.java2043 String[] nameList = formName.split("\\."); in getNameFromString() local