Home
last modified time | relevance | path

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

/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp118 pluginCtx->profilerDataRepeater = dataRepeater; in CreatePluginSession()
164 pluginCtx->profilerDataRepeater = dataRepeater; in CreatePluginSession()
465 if (!context.profilerDataRepeater->PutPluginData(pluginData)) { in ReadShareMemoryOnline()
488 if (pluginCtx->profilerDataRepeater == nullptr) { in AppendResult()
497 if (!pluginCtx->profilerDataRepeater->PutPluginData(pluginData)) { in AppendResult()
/developtools/profiler/device/services/plugin_service/include/
Dplugin_service.h68 ProfilerDataRepeaterPtr profilerDataRepeater; member
/developtools/profiler/device/services/profiler_service/test/unittest/
Dplugin_service_stubs.cpp140 pluginCtx->profilerDataRepeater = dataRepeater; in CreatePluginSession()