Home
last modified time | relevance | path

Searched refs:arktsPluginIndex_ (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_parser.cpp78 arktsPluginIndex_ = traceDataCache_->GetDataIndex("arkts-plugin"); in InitPluginNameIndex()
93 supportPluginNameIndex_.insert(arktsPluginIndex_); in InitPluginNameIndex()
327 if (pluginNameIndex == arktsPluginConfigIndex_ || pluginNameIndex == arktsPluginIndex_) { in SpliteDataBySegment()
361 } else if (pulginNameIndex == arktsPluginIndex_) { in ParseDataByPluginName()
Dhtrace_parser.h228 DataIndex arktsPluginIndex_; variable