Home
last modified time | relevance | path

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

/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.h40 bool PushCommand(SocketContext& context, GetCommandResponsePtr command);
Dplugin_service.cpp138 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()
Dplugin_service_impl.cpp91 bool PluginServiceImpl::PushCommand(SocketContext& context, GetCommandResponsePtr command) in PushCommand() function in PluginServiceImpl