Home
last modified time | relevance | path

Searched refs:profilerSessionConfig_ (Results 1 – 3 of 3) sorted by relevance

/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp72 profilerSessionConfig_ = profilerSessionConfig; in SetProfilerSessionConfig()
143 if (profilerSessionConfig_.session_mode() == ProfilerSessionConfig::OFFLINE) { in CreatePluginSession()
146 } else if (profilerSessionConfig_.session_mode() == ProfilerSessionConfig::ONLINE) { in CreatePluginSession()
219 if (!profilerSessionConfig_.discard_cache_data()) { in StopPluginSession()
220 if (profilerSessionConfig_.session_mode() == ProfilerSessionConfig::OFFLINE) { in StopPluginSession()
222 } else if (profilerSessionConfig_.session_mode() == ProfilerSessionConfig::ONLINE) { in StopPluginSession()
/developtools/profiler/device/services/plugin_service/include/
Dplugin_service.h128 ProfilerSessionConfig profilerSessionConfig_; variable
/developtools/profiler/device/services/profiler_service/test/unittest/
Dplugin_service_stubs.cpp128 profilerSessionConfig_ = profilerSessionConfig; in SetProfilerSessionConfig()