Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/
DSpApplication.test.ts43 let spApplication = document.querySelector('#sss') as SpApplication; variable
45 spApplication.dark = true;
50 spApplication.dark = false;
51 expect(spApplication.dark).toBeFalsy();
55 spApplication.vs = true;
56 expect(spApplication.vs).toBeTruthy();
60 spApplication.vs = false;
61 expect(spApplication.vs).toBeTruthy();
65 spApplication.server = true;
66 expect(spApplication.server).toBeTruthy();
[all …]
/developtools/smartperf_host/ide/src/trace/bean/
DFrameChartStruct.ts121 let spApplication = <SpApplication>document.getElementsByTagName('sp-application')[0];
140 if (spApplication.dark) {
146 if (spApplication.dark) {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneSlices.ts89 let spApplication = document.querySelector('body > sp-application') as SpAllocations;
90 let spSystemTrace = spApplication?.shadowRoot?.querySelector(
93 let search = spApplication.shadowRoot?.querySelector('#lit-search') as LitSearch;
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerEnergyAnomaly.ts62 let spApplication = document.getElementsByTagName('sp-application')[0];
63 let isDark = spApplication.hasAttribute('dark');
DProcedureWorkerEnergySystem.ts93 let spApplication = document.getElementsByTagName('sp-application')[0];
94 let isDark = spApplication.hasAttribute('dark');
DProcedureWorkerEnergyPower.ts68 let spApplication = document.getElementsByTagName('sp-application')[0];
69 let isDark = spApplication.hasAttribute('dark');
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpSdkConfig.ts146 let spApplication = document.querySelector<HTMLElement>('sp-application');
148 if (spApplication!.hasAttribute('vs')) {
/developtools/smartperf_host/ide/src/trace/component/chart/
DFrameChart.ts375 const spApplication = <SpApplication>document.getElementsByTagName('sp-application')[0]; constant
392 if (spApplication.dark) {
399 if (spApplication.dark) {