Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts377 this.disconnectButton?.addEventListener('click', this.disconnectButtonClickEvent);
393 this.disconnectButton?.removeEventListener('click', this.disconnectButtonClickEvent);
517 disconnectButtonClickEvent = (): void => { property in SpRecordTrace