Home
last modified time | relevance | path

Searched defs:stateRepeater (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/services/plugin_service/src/
Dplugin_session_manager.cpp55const ProfilerStateRepeaterPtr& stateRepeater) in CreatePluginSession()
71const ProfilerStateRepeaterPtr& stateRepeater) in CreatePluginSession()
86 const ProfilerStateRepeaterPtr& stateRepeater) in CreatePluginSessions()
110 const ProfilerStateRepeaterPtr& stateRepeater) in CreatePluginSessions()
Dplugin_session.cpp23 const ProfilerStateRepeaterPtr& stateRepeater) in PluginSession()
38 const ProfilerStateRepeaterPtr& stateRepeater) in PluginSession()
Dplugin_service.cpp126 const ProfilerStateRepeaterPtr& stateRepeater) in CreatePluginSession()
182 const ProfilerStateRepeaterPtr& stateRepeater) in CreatePluginSession()
622 void PluginService::SendErrorMsg(std::shared_ptr<ProfilerDataRepeater<ProfilerPluginState>> stateRe… in SendErrorMsg()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dplugin_service_stubs.cpp145 const ProfilerStateRepeaterPtr& stateRepeater) in CreatePluginSession()
166 const ProfilerStateRepeaterPtr& stateRepeater) in CreatePluginSession()
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp657 auto stateRepeater = ctx->stateRepeater; in SubscribeProfilerEvt() local