Home
last modified time | relevance | path

Searched defs:spApplication (Results 1 – 9 of 9) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/test/trace/
DSpApplication.test.ts46 let spApplication = document.querySelector('#sss') as SpApplication; variable
/developtools/smartperf_host/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerXpowerWifi.test.ts40 let spApplication = document.querySelector('#sss') as SpApplication; variable
DProcedureWorkerXpowerThreadInfo.test.ts38 let spApplication = document.querySelector('#sss') as SpApplication; variable
DProcedureWorkerXpowerGpuFreq.test.ts38 let spApplication = document.querySelector('#sss') as SpApplication; variable
DProcedureWorkerEnergyPower.test.ts226 let spApplication; variable
DProcedureWorkerEnergyAnomaly.test.ts191 let spApplication; variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneSlices.ts261 let spApplication = document.querySelector('body > sp-application'); variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/bpftrace/
DTabPaneSampleInstruction.ts379 let spApplication = <SpApplication>document.getElementsByTagName('sp-application')[0]; variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/chart/
DFrameChart.ts472 const spApplication = <SpApplication>document.getElementsByTagName('sp-application')[0]; constant