Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dnative_hook_table.cpp224 if (nativeHookObj_.SubTypes()[CurrentRow()] != INVALID_UINT64) { in Column()
225 … sqlite3_result_int64(context_, static_cast<int64_t>(nativeHookObj_.SubTypes()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp528 const std::deque<DataIndex>& NativeHook::SubTypes() const in SubTypes() function in SysTuning::TraceStdtype::NativeHook
Dtrace_stdtype.h735 const std::deque<DataIndex>& SubTypes() const;
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dnative_hook_parser_test.cpp122 subType_ = nativeHook.SubTypes()[index]; in NativeHookCache()