Searched refs:unsubscribe (Results 1 – 9 of 9) sorted by relevance
| /developtools/smartperf_host/ide/test/trace/component/trace/timer-shaft/ |
| D | TimeRuler.test.ts | 32 unsubscribe(evt: string, fn: (b: any) => void): void; method 54 Window.prototype.unsubscribe = (ev, fn) => EventCenter.unsubscribe(ev, fn);
|
| D | SportRuler.test.ts | 61 unsubscribe(evt: string, fn: (b: any) => void): void; method 74 Window.prototype.unsubscribe = (ev, fn) => EventCenter.unsubscribe(ev, fn);
|
| /developtools/smartperf_host/ide/test/trace/component/setting/ |
| D | SpWebHdcShell.test.ts | 38 unsubscribe(evt: string, fn: (b: any) => void): void; method 53 Window.prototype.unsubscribe = (ev, fn) => EventCenter.unsubscribe(ev, fn);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | Extension.ts | 78 unsubscribe(evt: string, fn: (b: any) => void): void; method 133 Window.prototype.unsubscribe = (ev, fn) => EventCenter.unsubscribe(ev, fn);
|
| D | EventCenter.ts | 31 unsubscribe(event: string, fn: Function) { method in Event 40 this.unsubscribe(event, f);
|
| /developtools/smartperf_host/ide/test/trace/component/trace/ |
| D | TimerShaftElement.test.ts | 44 unsubscribe(evt: string, fn: (b: any) => void): void; method 62 Window.prototype.unsubscribe = (ev, fn) => EventCenter.unsubscribe(ev, fn);
|
| /developtools/smartperf_host/ide/test/trace/component/ |
| D | SpRecordTrace.test.ts | 30 unsubscribe(evt: string, fn: (b: any) => void): void; method 45 Window.prototype.unsubscribe = (ev, fn) => EventCenter.unsubscribe(ev, fn);
|
| /developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
| D | ProcedureWorkerCommon.test.ts | 60 unsubscribe(evt: string, fn: (b: any) => void): void; method 75 Window.prototype.unsubscribe = (ev, fn) => EventCenter.unsubscribe(ev, fn);
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 1529 window.unsubscribe(window.SmartEvent.UI.SliceMark, this.sliceMarkEventHandler.bind(this));
|