Lines Matching refs:spSystemTrace
108 private spSystemTrace: SpSystemTrace | undefined | null; property in SpApplication
253 this.spSystemTrace = this.shadowRoot!.querySelector<SpSystemTrace>('#sp-system-trace');
302 this.spSystemTrace,
613 this.spSystemTrace!.reset(null);
804 that.spSystemTrace!.loadDatabaseArrayBuffer(
850 that.spSystemTrace!.loadDatabaseArrayBuffer(
891 this.showContent(this.spSystemTrace!);
1229 this.spSystemTrace!.clearPointPair();
1230 this.spSystemTrace!.reset((command: string, percent: number) => {
1246 this.showContent(this.spSystemTrace!);
1346 this.showContent(this.spSystemTrace!);
1496 window.subscribe(window.SmartEvent.UI.MenuTrace, () => this.showContent(this.spSystemTrace!));
1550 this.spSystemTrace!.searchCPU(value).then((cpus) => {
1552 this.spSystemTrace!.searchFunction(list, value).then((mixedResults) => {
1554 this.litSearch!.list = this.spSystemTrace!.searchSdk(mixedResults, value);
1555 … this.litSearch!.index = this.spSystemTrace!.showStruct(false, -1, this.litSearch!.list);
1564 this.spSystemTrace?.visibleRows.forEach((it) => {
1568 this.spSystemTrace?.timerShaftEL?.removeTriangle('inverted');
1584 …this.litSearch!.index = this.spSystemTrace!.showStruct(true, this.litSearch!.index, this.litSearch…
1588 …this.litSearch!.index = this.spSystemTrace!.showStruct(false, this.litSearch!.index, this.litSearc…
1593 this.litSearch!.index = this.spSystemTrace!.showStruct(
1605 this.spSystemTrace?.addEventListener('trace-previous-data', (ev: any) => {
1606 …this.litSearch!.index = this.spSystemTrace!.showStruct(true, this.litSearch!.index, this.litSearch…
1608 this.spSystemTrace?.addEventListener('trace-next-data', (ev: any) => {
1609 …this.litSearch!.index = this.spSystemTrace!.showStruct(false, this.litSearch!.index, this.litSearc…
1614 if (showNode === this.spSystemTrace) {
1795 this.spSystemTrace!.timerShaftEL!.rangeRuler!.draw();