• Home
  • Raw
  • Download

Lines Matching refs:cmd

119     auto cmd = pluginCommandBuilder_->BuildCreateSessionCmd(pluginConfig, bufferSize);  in CreatePluginSession()  local
120 …CHECK_TRUE(cmd != nullptr, false, "CreatePluginSession BuildCreateSessionCmd FAIL %s", pluginName.… in CreatePluginSession()
136 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in CreatePluginSession()
159 auto cmd = pluginCommandBuilder_->BuildCreateSessionCmd(pluginConfig, 0); in CreatePluginSession() local
160 …CHECK_TRUE(cmd != nullptr, false, "CreatePluginSession BuildCreateSessionCmd FAIL %s", pluginName.… in CreatePluginSession()
163 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in CreatePluginSession()
177 auto cmd = pluginCommandBuilder_->BuildStartSessionCmd(config, pluginId); in StartPluginSession() local
178 …CHECK_TRUE(cmd != nullptr, false, "StartPluginSession BuildStartSessionCmd FAIL %s", pluginName.c_… in StartPluginSession()
181 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in StartPluginSession()
193 auto cmd = pluginCommandBuilder_->BuildStopSessionCmd(pluginId); in StopPluginSession() local
194 …CHECK_TRUE(cmd != nullptr, false, "StopPluginSession BuildStopSessionCmd FAIL %s", pluginName.c_st… in StopPluginSession()
197 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in StopPluginSession()
202 waitSemphores_[cmd->command_id()] = sem; in StopPluginSession()
225 auto cmd = pluginCommandBuilder_->BuildDestroySessionCmd(pluginId); in DestroyPluginSession() local
226 …CHECK_TRUE(cmd != nullptr, false, "DestroyPluginSession BuildDestroySessionCmd FAIL %s", pluginNam… in DestroyPluginSession()
239 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in DestroyPluginSession()
251 auto cmd = pluginCommandBuilder_->BuildRefreshSessionCmd(pluginId); in RefreshPluginSession() local
252 …CHECK_TRUE(cmd != nullptr, false, "RefreshPluginSession BuildRefreshSessionCmd FAIL %s", pluginNam… in RefreshPluginSession()
254 pluginServiceImpl_->PushCommand(*pluginCtx->context, cmd); in RefreshPluginSession()