Home
last modified time | relevance | path

Searched refs:fileIndex (Results 1 – 8 of 8) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts1111 for (let fileIndex = 0; fileIndex < this.longTraceList.length; fileIndex++) { variable
1112 let traceFileName = this.longTraceList[fileIndex]; variable
1128 for (let fileIndex = 0; fileIndex < this.longTraceList.length; fileIndex++) { variable
1129 if (this.longTraceList[fileIndex] !== '') {
1131 this.longTraceList[fileIndex].toLowerCase().includes(type.toLowerCase())
1139 this.longTraceList[fileIndex].substring(
1140 this.longTraceList[fileIndex].lastIndexOf('_') + 1,
1141 this.longTraceList[fileIndex].lastIndexOf('.')
1147 this.recordSetting!.longOutPath + this.longTraceList[fileIndex],
/developtools/hdc/src/host/
Dhost_updater.h36 size_t fileIndex);
Dhost_updater.cpp88 size_t fileIndex) in BeginTransfer() argument
97 auto index = fileIndex; in BeginTransfer()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Darkts_stdtype.cpp249 size_t JsHeapString::AppendNewData(uint32_t fileId, uint32_t fileIndex, std::string string) in AppendNewData() argument
252 fileIndexs_.emplace_back(fileIndex); in AppendNewData()
Darkts_stdtype.h207 size_t AppendNewData(uint32_t fileId, uint32_t fileIndex, std::string string);
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.h77 void AppendFilePathMaps(uint32_t ipid, uint32_t filePathId, uint64_t fileIndex);
Dnative_hook_filter.cpp95 void NativeHookFilter::AppendFilePathMaps(uint32_t ipid, uint32_t filePathId, uint64_t fileIndex) in AppendFilePathMaps() argument
98 ipidToFilePathIdToFileIndex_.Insert(SINGLE_PROC_IPID, filePathId, fileIndex); in AppendFilePathMaps()
100 ipidToFilePathIdToFileIndex_.Insert(ipid, filePathId, fileIndex); in AppendFilePathMaps()
/developtools/smartperf_host/ide/src/trace/database/
DTraceWorker.ts637 for (let fileIndex = 0; fileIndex < splitFileInfo.length; fileIndex++) { variable
638 let fileInfo = splitFileInfo[fileIndex]; variable