Searched refs:_create_cmd_response (Results 1 – 2 of 2) sorted by relevance
/openbmc/webui-vue/src/utilities/ |
H A D | NBDServer.js | 182 this._create_cmd_response = function (req, rc, data = null) { method in NBDServer.constructor 245 var resp = this._create_cmd_response(req, err); 267 var resp = this._create_cmd_response(req, 0, reader.result); 274 var resp = this._create_cmd_response(req, EIO);
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | virtual-media-controller.js | 271 this._create_cmd_response = function(req, rc, data = null) { method in NBDServer 346 var resp = this._create_cmd_response(req, err); 371 this._create_cmd_response(req, 0, reader.result); 378 var resp = this._create_cmd_response(req, EIO);
|