Searched refs:StopPluginSessions (Results 1 – 4 of 4) sorted by relevance
42 bool StopPluginSessions(const std::vector<std::string>& nameList);
106 bool StopPluginSessions();
148 ctx->StopPluginSessions(); in StartPluginSessions()168 bool ProfilerService::SessionContext::StopPluginSessions() in StopPluginSessions() function in ProfilerService::SessionContext172 service->pluginSessionManager_->StopPluginSessions(pluginNames); in StopPluginSessions()586 CHECK_EXPRESSION_TRUE(ctx->StopPluginSessions(), "stop plugin sessions failed!"); in StopSession()
172 bool PluginSessionManager::StopPluginSessions(const std::vector<std::string>& nameList) in StopPluginSessions() function in PluginSessionManager