Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ability/
DTabPaneDmaSelectAbility.test.ts15 import { TabPaneDmaSelectAbility } from '../../../../../../src/trace/component/trace/sheet/ability/…
37 let tabPaneDmaSelectAbility = new TabPaneDmaSelectAbility();
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneDmaSelectAbility.ts25 export class TabPaneDmaSelectAbility extends BaseElement { class
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheetConfig.ts96 import { TabPaneDmaSelectAbility } from '../sheet/ability/TabPaneDmaSelectAbility';
551 type: TabPaneDmaSelectAbility,
DTraceSheet.ts63 import { type TabPaneDmaSelectAbility } from '../sheet/ability/TabPaneDmaSelectAbility'; alias
703 this.displayTab<TabPaneDmaSelectAbility>(
708 … this.displayTab<TabPaneDmaSelectAbility>('box-dma-selection-ability').queryDmaClickDataByDB(data);