Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/
DTabPaneBoxChild.ts18 import { BoxJumpParam, SelectionData } from '../../../../bean/BoxSelection';
30 set data(boxChildValue: BoxJumpParam) {
55 getDataByDB(val: BoxJumpParam) {
/developtools/smartperf_host/ide/test/trace/bean/
DBoxSelection.test.ts16 import { SelectionParam, BoxJumpParam, SelectionData, Counter, Fps } from '../../../src/trace/bean/…
20 let boxJumpParam = new BoxJumpParam();
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheet.ts19 import { BoxJumpParam, SelectionParam } from '../../../bean/BoxSelection';
924 let param = new BoxJumpParam();
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts1001 export class BoxJumpParam { class