Home
last modified time | relevance | path

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

/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_service.cpp105 pluginServiceImpl_ = std::make_shared<PluginServiceImpl>(*this); in StartService()
108 pluginServiceImpl_ = nullptr; in StartService()
113 serviceEntry_->RegisterService(*pluginServiceImpl_.get()); in StartService()
152 CHECK_TRUE(pluginServiceImpl_->SendHeartBeat(*pluginCtx->context), false, in CreatePluginSession()
157 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in CreatePluginSession()
193 CHECK_TRUE(pluginServiceImpl_->SendHeartBeat(*pluginCtx->context), false, in CreatePluginSession()
196 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in CreatePluginSession()
211 CHECK_TRUE(pluginServiceImpl_->SendHeartBeat(*pluginCtx->context), false, in StartPluginSession()
214 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in StartPluginSession()
228 CHECK_TRUE(pluginServiceImpl_ in StopPluginSession()
[all...]
/developtools/profiler/device/services/plugin_service/include/
H A Dplugin_service.h129 std::shared_ptr<PluginServiceImpl> pluginServiceImpl_; member in PluginService
/developtools/profiler/device/services/profiler_service/test/unittest/
H A Dplugin_service_stubs.cpp115 pluginServiceImpl_ = nullptr; in PluginService()

Completed in 2 milliseconds