Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFileSystemEvents.ts117 … `${this.currentSelection?.fileSystemFsData.name}[${this.currentSelection?.fileSystemFsData.pid}]`
192 if (val.fileSystemFsData == undefined) {
195 if (val.fileSystemFsData.title == 'All') {
198 } else if (val.fileSystemFsData.pid == undefined) {
199 this.filterEventType = '' + (val.fileSystemFsData.type + 1);
202 this.filterEventType = '' + (val.fileSystemFsData.type + 1);
209 … this.processList?.indexOf(`${val.fileSystemFsData.name}[${val.fileSystemFsData.pid}]`) + '';
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneFileSystemEvents.test.ts117 fileSystemFsData: { title: 'All' },
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheet.ts273 this.selection!.fileSystemFsData = e.detail.data;
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts45 fileSystemFsData: any = undefined; property in SelectionParam