Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/filter/
Dperf_data_filter.cpp75 auto pathIndex = filePath[fileIdToRow_.at(fileIds[i])]; in Finish() local
76 auto fullPath = traceDataCache_->GetDataFromDict(pathIndex); in Finish()
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_files_table.cpp132 auto pathIndex = static_cast<size_t>(perfFilesObj_.FilePaths()[CurrentRow()]); in Column() local
133 …sqlite3_result_text(context_, dataCache_->GetDataFromDict(pathIndex).c_str(), STR_DEFAULT_LEN, nul… in Column()
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFileSystemDescHistory.ts118 let pathIndex = parseInt(this.filterPath);
124 pathFilter = fsHistoryEvent.path == this.pathList![pathIndex];
DTabPaneFileSystemEvents.ts127 let pathIndex = parseInt(this.filterPath);
134 pathFilter = fsEvent.path == this.pathList![pathIndex];