Searched refs:fileIndex (Results 1 – 8 of 8) sorted by relevance
/developtools/smartperf_host/ide/src/trace/component/ |
D | SpRecordTrace.ts | 1111 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/ |
D | host_updater.h | 36 size_t fileIndex);
|
D | host_updater.cpp | 88 size_t fileIndex) in BeginTransfer() argument 97 auto index = fileIndex; in BeginTransfer()
|
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/ |
D | arkts_stdtype.cpp | 249 size_t JsHeapString::AppendNewData(uint32_t fileId, uint32_t fileIndex, std::string string) in AppendNewData() argument 252 fileIndexs_.emplace_back(fileIndex); in AppendNewData()
|
D | arkts_stdtype.h | 207 size_t AppendNewData(uint32_t fileId, uint32_t fileIndex, std::string string);
|
/developtools/smartperf_host/trace_streamer/src/filter/ |
D | native_hook_filter.h | 77 void AppendFilePathMaps(uint32_t ipid, uint32_t filePathId, uint64_t fileIndex);
|
D | native_hook_filter.cpp | 95 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/ |
D | TraceWorker.ts | 637 for (let fileIndex = 0; fileIndex < splitFileInfo.length; fileIndex++) { variable 638 let fileInfo = splitFileInfo[fileIndex]; variable
|