Home
last modified time | relevance | path

Searched refs:_on_ws_error (Results 1 – 2 of 2) sorted by relevance

/openbmc/webui-vue/src/utilities/
H A DNBDServer.js51 this.ws.onerror = this._on_ws_error.bind(this);
60 this._on_ws_error = function (ev) { method in NBDServer.constructor
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js120 this.ws.onerror = this._on_ws_error.bind(this);
128 this._on_ws_error = function(ev) { method in NBDServer