Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/setting/
DSpWebHdcShell.ts30 private sendCallBack: ((keyboardEvent: KeyboardEvent | string) => void | undefined) | undefined; property in SpWebHdcShell
78 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);