Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/table/monitor/
Dlog_table.cpp74 if (logInfoObj_.Tags()[CurrentRow()] != INVALID_UINT64) { in Column()
75 auto tagDataIndex = static_cast<size_t>(logInfoObj_.Tags()[CurrentRow()]); in Column()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hilog/
Dhilog_stdtype.cpp47 const std::deque<DataIndex> &LogInfo::Tags() const in Tags() function in SysTuning::TraceStdtype::LogInfo
Dhilog_stdtype.h39 const std::deque<DataIndex> &Tags() const;
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/
Dhilog_parser_test.cpp144 EXPECT_EQ(constHilogData.Tags()[0], dataDict.GetStringIndex(LOG_TAG));
188 EXPECT_EQ(constHilogData.Tags()[0], dataDict.GetStringIndex(LOG_TAG));
189 EXPECT_EQ(constHilogData.Tags()[1], dataDict.GetStringIndex(LOG_TAG_02));
/developtools/smartperf_host/trace_streamer/src/table/hi_sysevent/
Dsysevent_all_event_table.cpp115 …sqlite3_result_text(context_, hiSysEventAllEventObj_.Tags()[CurrentRow()].c_str(), STR_DEFAULT_LEN, in HandleTypeColumns()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hisysevent/
Dhisysevent_stdtype.cpp232 const std::deque<std::string> &HiSysEventAllEventData::Tags() const in Tags() function in SysTuning::TraceStdtype::HiSysEventAllEventData
Dhisysevent_stdtype.h206 const std::deque<std::string> &Tags() const;