Home
last modified time | relevance | path

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

/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/filter/
Dnative_hook_filter.h71 void AppendFilePathMaps(uint32_t id, uint64_t fileIndex);
Dnative_hook_filter.cpp70 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/
Dnative_hook_filter.h71 void AppendFilePathMaps(uint32_t id, uint64_t fileIndex);
Dnative_hook_filter.cpp69 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/
Dtrace_stdtype.cpp2643 size_t JsHeapString::AppendNewData(uint32_t fileId, uint32_t fileIndex, std::string string) in AppendNewData() argument
2646 fileIndexs_.emplace_back(fileIndex); in AppendNewData()
Dtrace_stdtype.h2207 size_t AppendNewData(uint32_t fileId, uint32_t fileIndex, std::string string);
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp2692 size_t JsHeapString::AppendNewData(uint32_t fileId, uint32_t fileIndex, std::string string) in AppendNewData() argument
2695 fileIndexs_.emplace_back(fileIndex); in AppendNewData()
Dtrace_stdtype.h2240 size_t AppendNewData(uint32_t fileId, uint32_t fileIndex, std::string string);