Searched refs:StartPluginSessions (Results 1 – 4 of 4) sorted by relevance
41 bool StartPluginSessions(const std::vector<std::string>& nameList);
105 bool StartPluginSessions();
129 bool ProfilerService::SessionContext::StartPluginSessions() in StartPluginSessions() function in ProfilerService::SessionContext164 service->pluginSessionManager_->StartPluginSessions(pluginNames); in StartPluginSessions()508 CHECK_EXPRESSION_TRUE(ctx->StartPluginSessions(), "start plugin sessions failed!"); in StartSession()
152 bool PluginSessionManager::StartPluginSessions(const std::vector<std::string>& nameList) in StartPluginSessions() function in PluginSessionManager