Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneIoCompletionTimes.ts140 if (ioCompletionTimeParam.fileSystemIoData == undefined) {
149 let typeIndexOf = this.native_type.indexOf(ioCompletionTimeParam.fileSystemIoData.path.value);
151 this.ioCompletionTimesSelection.push(ioCompletionTimeParam.fileSystemIoData.path);
152 this.native_type.push(ioCompletionTimeParam.fileSystemIoData.path.value);
166 this.filterTypeData(ioCompletionTimeParam?.fileSystemIoData?.path || undefined);
167 ioCompletionTimeParam.fileSystemIoData = undefined;
190 this.filterTypeData(ioCompletionTimeParam?.fileSystemIoData?.path || undefined);
191 ioCompletionTimeParam.fileSystemIoData = undefined;
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneIoCompletionTimes.test.ts73 fileSystemIoData: 'aa',
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheet.ts262 this.selection!.fileSystemIoData = {path: e.detail.path};
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts44 fileSystemIoData: any = undefined; property in SelectionParam