Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dfile_system_sample_table.cpp237 if (fileSystemSampleTableObj_.ErrorCodes()[CurrentRow()] != INVALID_UINT64) { in Column()
238 auto errorValueIndex = fileSystemSampleTableObj_.ErrorCodes()[CurrentRow()]; in Column()
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Debpf_file_system_test.cpp121 auto errorCode = stream_.traceDataCache_->GetConstFileSystemSample().ErrorCodes()[0];
203 auto errorCode = stream_.traceDataCache_->GetConstFileSystemSample().ErrorCodes()[0];
284 auto errorCode = stream_.traceDataCache_->GetConstFileSystemSample().ErrorCodes()[0];
365 auto errorCode = stream_.traceDataCache_->GetConstFileSystemSample().ErrorCodes()[0];
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1334 const std::deque<DataIndex>& FileSystemSample::ErrorCodes() const in ErrorCodes() function in SysTuning::TraceStdtype::FileSystemSample
Dtrace_stdtype.h1224 const std::deque<DataIndex>& ErrorCodes() const;