Home
last modified time | relevance | path

Searched refs:Levels (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/monitor/
Dlog_table.cpp66 if (logInfoObj_.Levels()[CurrentRow()] != INVALID_UINT64) { in Column()
67 auto levelDataIndex = static_cast<size_t>(logInfoObj_.Levels()[CurrentRow()]); in Column()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hilog/
Dhilog_stdtype.cpp43 const std::deque<DataIndex> &LogInfo::Levels() const in Levels() function in SysTuning::TraceStdtype::LogInfo
Dhilog_stdtype.h38 const std::deque<DataIndex> &Levels() const;
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/
Dhilog_parser_test.cpp143 EXPECT_EQ(constHilogData.Levels()[0], dataDict.GetStringIndex(iter->second.c_str()));
180 EXPECT_EQ(constHilogData.Levels()[0], dataDict.GetStringIndex(iterFirst->second.c_str()));
186 EXPECT_EQ(constHilogData.Levels()[1], dataDict.GetStringIndex(iterSecond->second.c_str()));
/developtools/smartperf_host/trace_streamer/src/table/hi_sysevent/
Dsysevent_all_event_table.cpp111 …sqlite3_result_text(context_, hiSysEventAllEventObj_.Levels()[CurrentRow()].c_str(), STR_DEFAULT_L… in HandleTypeColumns()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hisysevent/
Dhisysevent_stdtype.cpp228 const std::deque<std::string> &HiSysEventAllEventData::Levels() const in Levels() function in SysTuning::TraceStdtype::HiSysEventAllEventData
Dhisysevent_stdtype.h205 const std::deque<std::string> &Levels() const;