Searched refs:PushCommand (Results 1 – 3 of 3) sorted by relevance
40 bool PushCommand(SocketContext& context, GetCommandResponsePtr command);
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()
91 bool PluginServiceImpl::PushCommand(SocketContext& context, GetCommandResponsePtr command) in PushCommand() function in PluginServiceImpl