Searched refs:sendCallBack (Results 1 – 1 of 1) sorted by relevance
30 private sendCallBack: ((keyboardEvent: KeyboardEvent | string) => void | undefined) | undefined; property in SpWebHdcShell78 if (this.sendCallBack) {79 this.sendCallBack(keyboardEvent);112 this.sendCallBack = undefined;124 if (this.sendCallBack && this.startShellDevice === SpRecordTrace.serialNumber) {129 this.sendCallBack = HdcDeviceManager.startShell((result: DataMessage) => {633 if (that.sendCallBack) {634 that.sendCallBack(text);