Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/
DTabPaneIoCompletionTimes.ts131 if (ioCompletionTimeParam.fileSystemIoData == undefined) {
140 let typeIndexOf = this.native_type.indexOf(ioCompletionTimeParam.fileSystemIoData.path.value);
142 this.ioCompletionTimesSelection.push(ioCompletionTimeParam.fileSystemIoData.path);
143 this.native_type.push(ioCompletionTimeParam.fileSystemIoData.path.value);
157 this.filterTypeData(ioCompletionTimeParam?.fileSystemIoData?.path || undefined);
158 ioCompletionTimeParam.fileSystemIoData = undefined;
181 this.filterTypeData(ioCompletionTimeParam?.fileSystemIoData?.path || undefined);
182 ioCompletionTimeParam.fileSystemIoData = undefined;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneIoCompletionTimes.ts131 if (ioCompletionTimeParam.fileSystemIoData == undefined) {
140 let typeIndexOf = this.native_type.indexOf(ioCompletionTimeParam.fileSystemIoData.path.value);
142 this.ioCompletionTimesSelection.push(ioCompletionTimeParam.fileSystemIoData.path);
143 this.native_type.push(ioCompletionTimeParam.fileSystemIoData.path.value);
157 this.filterTypeData(ioCompletionTimeParam?.fileSystemIoData?.path || undefined);
158 ioCompletionTimeParam.fileSystemIoData = undefined;
181 this.filterTypeData(ioCompletionTimeParam?.fileSystemIoData?.path || undefined);
182 ioCompletionTimeParam.fileSystemIoData = undefined;
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneIoCompletionTimes.test.ts75 fileSystemIoData: 'aa',
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DBoxSelection.ts28 fileSystemIoData: any = undefined; property in SelectionParam
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts32 fileSystemIoData: any = undefined; property in SelectionParam
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DTraceSheet.ts135 this.selection!.fileSystemIoData = { path: e.detail.path };
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheet.ts167 this.selection!.fileSystemIoData = { path: e.detail.path };