Home
last modified time | relevance | path

Searched defs:nameList (Results 1 – 2 of 2) 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()
171 bool PluginSessionManager::StopPluginSessions(const std::vector<std::string>& nameList) in StopPluginSessions()
189 bool PluginSessionManager::CheckStatus(const std::vector<std::string>& nameList, PluginSession::Sta… in CheckStatus()
206 …tor<PluginSession::State> PluginSessionManager::GetStatus(const std::vector<std::string>& nameList) in GetStatus()
/developtools/packing_tool/adapter/ohos/
DCompressor.java1812 String[] nameList = formName.split("\\."); in getNameFromString() local