Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/utilities/
H A DNBDServer.js49 this.ws.onopen = this._on_ws_open.bind(this);
72 this._on_ws_open = function () { method in NBDServer.constructor
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js118 this.ws.onopen = this._on_ws_open.bind(this);
139 this._on_ws_open = function(ev) { method in NBDServer