Home
last modified time | relevance | path

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

/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp87 pluginServiceImpl_ = std::make_shared<PluginServiceImpl>(*this); in StartService()
90 pluginServiceImpl_ = nullptr; in StartService()
95 serviceEntry_->RegisterService(*pluginServiceImpl_.get()); in StartService()
138 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in CreatePluginSession()
171 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in CreatePluginSession()
189 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in StartPluginSession()
205 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in StopPluginSession()
251 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in DestroyPluginSession()
266 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in RefreshPluginSession()
/developtools/profiler/device/services/plugin_service/include/
Dplugin_service.h124 std::shared_ptr<PluginServiceImpl> pluginServiceImpl_; variable
/developtools/profiler/device/services/profiler_service/test/unittest/
Dplugin_service_stubs.cpp115 pluginServiceImpl_ = nullptr; in PluginService()