| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | EventCenter.ts | 46 if (this.map[window.SmartEvent.UI.TraceRowComplete].length > 0) { 47 this.map[window.SmartEvent.UI.TraceRowComplete] = [];
|
| D | Extension.ts | 48 SmartEvent: { property 107 window.SmartEvent = {
|
| D | TraceRow.ts | 405 window.publish(window.SmartEvent.UI.RowHeightChange, { 782 window.publish(window.SmartEvent.UI.HoverNull, undefined); 832 window.publish(window.SmartEvent.UI.HoverNull, undefined); 849 window.publish(window.SmartEvent.UI.RowHeightChange, { 873 window.publish(window.SmartEvent.UI.RowHeightChange, { 1047 window.publish(window.SmartEvent.UI.CheckALL, { 1118 window.publish(window.SmartEvent.UI.LoadFinish,""); 1120 window.publish(window.SmartEvent.UI.LoadFinishFrame,""); 1160 window.publish(window.SmartEvent.UI.TraceRowComplete, this);
|
| D | TraceSheet.ts | 436 window.publish(window.SmartEvent.UI.Loading, { loading: true, text: 'Import So File' }); 444 window.publish(window.SmartEvent.UI.UploadSOFile, {}); 446 window.publish(window.SmartEvent.UI.Error, 'parse so file failed!');
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ |
| D | TabPaneCurrent.ts | 40 window.publish(window.SmartEvent.UI.KeyboardEnable, { 54 window.publish(window.SmartEvent.UI.KeyboardEnable, { 60 window.publish(window.SmartEvent.UI.KeyboardEnable, { 209 window.publish(window.SmartEvent.UI.KeyboardEnable, { 221 window.publish(window.SmartEvent.UI.KeyboardEnable, { 259 window.publish(window.SmartEvent.UI.KeyboardEnable, {
|
| D | TabPaneCurrentSelection.ts | 1436 …window.subscribe(window.SmartEvent.UI.WakeupList, (data: Array<WakeupBean>) => this.showWakeupList…
|
| /developtools/smartperf_host/ide/test/trace/component/trace/timer-shaft/ |
| D | TimeRuler.test.ts | 22 SmartEvent: { property 44 window.SmartEvent = {
|
| D | SportRuler.test.ts | 48 SmartEvent: { property 65 window.SmartEvent = {
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | VSync.ts | 127 window.publish(window.SmartEvent.UI.Loading, { loading: true, text: 'Query VSync' }); 129 window.publish(window.SmartEvent.UI.Loading, { loading: false, text: 'Query VSync' });
|
| D | SpHiPerf.ts | 262 window.publish(window.SmartEvent.UI.RowHeightChange, { 611 window.publish(window.SmartEvent.UI.RowHeightChange, {
|
| /developtools/smartperf_host/ide/test/trace/component/setting/ |
| D | SpWebHdcShell.test.ts | 31 SmartEvent: { property 45 window.SmartEvent = {
|
| /developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/ |
| D | CollapseButton.ts | 43 window.publish(window.SmartEvent.UI.CollapseAllLane, this.expand);
|
| D | TabPaneFlag.ts | 190 window.publish(window.SmartEvent.UI.KeyboardEnable, { 204 window.publish(window.SmartEvent.UI.KeyboardEnable, {
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.init.ts | 505 window.publish(window.SmartEvent.UI.RefreshCanvas, {}); 569 window.subscribe(window.SmartEvent.UI.SliceMark, (data) => sp.sliceMarkEventHandler(data)); 570 window.subscribe(window.SmartEvent.UI.TraceRowComplete, (tr) => {}); 571 window.subscribe(window.SmartEvent.UI.RefreshCanvas, () => sp.refreshCanvas(false)); 572 window.subscribe(window.SmartEvent.UI.KeyboardEnable, (tr) => { 578 window.subscribe(window.SmartEvent.UI.CollapseAllLane, (collapse: boolean) => { 591 window.subscribe(window.SmartEvent.UI.MouseEventEnable, (tr) => { 599 …window.subscribe(window.SmartEvent.UI.CollectGroupChange, (group: string) => sp.currentCollectGrou… 625 window.subscribe(window.SmartEvent.UI.LoadFinishFrame, () => sp.drawAllLines());
|
| D | SpSystemTrace.ts | 1383 window.subscribe(window.SmartEvent.UI.UploadSOFile, (data) => { 1385 window.publish(window.SmartEvent.UI.Loading, { loading: false, text: 'Import So File' }); 1393 window.subscribe(window.SmartEvent.UI.KeyPath, (data) => { 1409 window.subscribe(window.SmartEvent.UI.CheckALL, (data) => { 1414 window.subscribe(window.SmartEvent.UI.HoverNull, () => this.hoverStructNull()); 1529 window.unsubscribe(window.SmartEvent.UI.SliceMark, this.sliceMarkEventHandler.bind(this)); 1542 window.publish(window.SmartEvent.UI.MenuTrace, {}); 1543 window.publish(window.SmartEvent.UI.TimeRange, { 1566 window.publish(window.SmartEvent.UI.MouseEventEnable, { 1584 window.publish(window.SmartEvent.UI.MouseEventEnable, { [all …]
|
| D | SpRecordTrace.ts | 207 window.publish(window.SmartEvent.UI.DeviceConnect, option.value); 489 window.publish(window.SmartEvent.UI.DeviceConnect, value); 525 window.publish(window.SmartEvent.UI.DeviceDisConnect, value); 843 window.publish(window.SmartEvent.UI.DeviceDisConnect, optValue);
|
| D | SpSystemTrace.event.ts | 69 window.publish(window.SmartEvent.UI.WakeupList, SpSystemTrace.wakeupList);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/ |
| D | SpChartList.ts | 81 …window.subscribe(window.SmartEvent.UI.RowHeightChange, (data: { expand: number; value: number }) =… 272 window.publish(window.SmartEvent.UI.RefreshCanvas, {}); 274 window.publish(window.SmartEvent.UI.RefreshCanvas, {}); 518 window.publish(window.SmartEvent.UI.RefreshCanvas, {});
|
| D | TimerShaftElement.ts | 227 window.publish(window.SmartEvent.UI.CollectGroupChange, e.target.value); 231 window.subscribe(window.SmartEvent.UI.TimeRange, (b) => this.setRangeNS(b.startNS, b.endNS));
|
| /developtools/smartperf_host/ide/test/trace/component/trace/ |
| D | TimerShaftElement.test.ts | 34 SmartEvent: { property 51 window.SmartEvent = {
|
| /developtools/smartperf_host/ide/src/trace/ |
| D | SpApplication.ts | 1233 window.publish(window.SmartEvent.UI.MouseEventEnable, { 1469 window.publish(window.SmartEvent.UI.KeyPath, result); 1479 window.publish(window.SmartEvent.UI.KeyPath, []); 1489 window.publish(window.SmartEvent.UI.KeyPath, []); 1496 window.subscribe(window.SmartEvent.UI.MenuTrace, () => this.showContent(this.spSystemTrace!)); 1497 window.subscribe(window.SmartEvent.UI.Error, (err) => { 1502 window.subscribe(window.SmartEvent.UI.Loading, (arg: { loading: boolean; text?: string }) => { 1506 window.publish(window.SmartEvent.UI.MouseEventEnable, { 1574 window.publish(window.SmartEvent.UI.KeyboardEnable, { 1579 window.publish(window.SmartEvent.UI.KeyboardEnable, { [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/ |
| D | SpRecordTrace.test.ts | 23 SmartEvent: { property 37 window.SmartEvent = {
|
| /developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
| D | ProcedureWorkerCommon.test.ts | 49 SmartEvent: { property 66 window.SmartEvent = {
|
| /developtools/smartperf_host/ide/src/trace/component/setting/ |
| D | SpWebHdcShell.ts | 83 window.subscribe(window.SmartEvent.UI.DeviceConnect, (deviceName: string) => { 88 window.subscribe(window.SmartEvent.UI.DeviceDisConnect, () => {
|
| /developtools/smartperf_host/ide/src/trace/database/ |
| D | SqlLite.ts | 430 window.publish(window.SmartEvent.UI.Error, res[1]);
|