Lines Matching refs:response
115 RegisterPluginResponse response; in RegisterPlugin() local
121 if (commandPoller_->RegisterPlugin(request, response)) { in RegisterPlugin()
122 if (response.status() == ResponseStatus::OK) { in RegisterPlugin()
123 HILOG_DEBUG(LOG_CORE, "%s:response.plugin_id() = %d", __func__, response.plugin_id()); in RegisterPlugin()
124 pluginIds_[pluginInfo.name] = response.plugin_id(); in RegisterPlugin()
125 …pluginModules_.insert(std::pair<uint32_t, std::shared_ptr<PluginModule>>(response.plugin_id(), plu… in RegisterPlugin()
183 UnregisterPluginResponse response; in RemovePlugin() local
184 if (commandPoller_->UnregisterPlugin(request, response)) { in RemovePlugin()
185 if (response.status() != ResponseStatus::OK) { in RemovePlugin()
382 NotifyResultResponse response; in SubmitResult() local
383 if (!commandPoller_->NotifyResult(request, response)) { in SubmitResult()
387 if (response.status() != ResponseStatus::OK) { in SubmitResult()