Searched refs:fileIndex (Results 1 – 10 of 10) sorted by relevance
| /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/filter/ |
| D | native_hook_filter.h | 71 void AppendFilePathMaps(uint32_t id, uint64_t fileIndex);
|
| D | native_hook_filter.cpp | 70 void NativeHookFilter::AppendFilePathMaps(uint32_t id, uint64_t fileIndex) in AppendFilePathMaps() argument 72 filePathIdToFileIndex_.emplace(id, fileIndex); in AppendFilePathMaps() 73 fileIndexToFilePathId_.emplace(fileIndex, id); in AppendFilePathMaps()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | native_hook_filter.h | 71 void AppendFilePathMaps(uint32_t id, uint64_t fileIndex);
|
| D | native_hook_filter.cpp | 69 void NativeHookFilter::AppendFilePathMaps(uint32_t id, uint64_t fileIndex) in AppendFilePathMaps() argument 71 filePathIdToFileIndex_.emplace(id, fileIndex); in AppendFilePathMaps() 72 fileIndexToFilePathId_.emplace(fileIndex, id); in AppendFilePathMaps()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 2643 size_t JsHeapString::AppendNewData(uint32_t fileId, uint32_t fileIndex, std::string string) in AppendNewData() argument 2646 fileIndexs_.emplace_back(fileIndex); in AppendNewData()
|
| D | trace_stdtype.h | 2207 size_t AppendNewData(uint32_t fileId, uint32_t fileIndex, std::string string);
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 2692 size_t JsHeapString::AppendNewData(uint32_t fileId, uint32_t fileIndex, std::string string) in AppendNewData() argument 2695 fileIndexs_.emplace_back(fileIndex); in AppendNewData()
|
| D | trace_stdtype.h | 2240 size_t AppendNewData(uint32_t fileId, uint32_t fileIndex, std::string string);
|