Home
last modified time | relevance | path

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

/developtools/profiler/device/services/plugin_service/include/
Dplugin_session_manager.h41 bool StartPluginSessions(const std::vector<std::string>& nameList);
/developtools/profiler/device/services/profiler_service/include/
Dprofiler_service.h105 bool StartPluginSessions();
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp129 bool ProfilerService::SessionContext::StartPluginSessions() in StartPluginSessions() function in ProfilerService::SessionContext
164 service->pluginSessionManager_->StartPluginSessions(pluginNames); in StartPluginSessions()
508 CHECK_EXPRESSION_TRUE(ctx->StartPluginSessions(), "start plugin sessions failed!"); in StartSession()
/developtools/profiler/device/services/plugin_service/src/
Dplugin_session_manager.cpp152 bool PluginSessionManager::StartPluginSessions(const std::vector<std::string>& nameList) in StartPluginSessions() function in PluginSessionManager