Home
last modified time | relevance | path

Searched refs:RemovePluginSessions (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/services/plugin_service/include/
Dplugin_session_manager.h37 bool RemovePluginSessions(const std::vector<std::string>& nameList);
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp77 service->pluginSessionManager_->RemovePluginSessions(pluginNames); in ~SessionContext()
497 pluginSessionManager_->RemovePluginSessions(updateNames); in StartSession()
605 CHECK_EXPRESSION_TRUE(pluginSessionManager_->RemovePluginSessions(ctx->pluginNames), in DestroySession()
/developtools/profiler/device/services/plugin_service/src/
Dplugin_session_manager.cpp124 bool PluginSessionManager::RemovePluginSessions(const std::vector<std::string>& nameList) in RemovePluginSessions() function in PluginSessionManager
Dplugin_service.cpp397 pluginSessionManager_->RemovePluginSessions(pluginNames); in RemovePluginInfo()