Home
last modified time | relevance | path

Searched refs:UserName (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dhtrace_process_parser_test.cpp136 auto userNameFirst = stream_.traceDataCache_->GetConstLiveProcessData().UserName()[0];
203 auto userNameFirst = stream_.traceDataCache_->GetConstLiveProcessData().UserName()[0];
204 auto userNameSecond = stream_.traceDataCache_->GetConstLiveProcessData().UserName()[1];
291 auto userNameFirst = stream_.traceDataCache_->GetConstLiveProcessData().UserName()[0];
292 auto userNameSecond = stream_.traceDataCache_->GetConstLiveProcessData().UserName()[1];
293 auto userNameThird = stream_.traceDataCache_->GetConstLiveProcessData().UserName()[2];
/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dlive_process_table.cpp105 …sqlite3_result_text(context_, liveProcessDetailDataObj_.UserName()[CurrentRow()].c_str(), STR_DEFA… in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1109 const std::deque<std::string>& LiveProcessDetailData::UserName() const in UserName() function in SysTuning::TraceStdtype::LiveProcessDetailData
Dtrace_stdtype.h1131 const std::deque<std::string>& UserName() const;