Home
last modified time | relevance | path

Searched defs:tableName (Results 1 – 9 of 9) sorted by relevance

/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/
Dsdk_data_parser.cpp124 int32_t SDKDataParser::CreateCounterObjectTable(const std::string &tableName) in CreateCounterObjectTable()
131 int32_t SDKDataParser::CreateCounterTable(const std::string &tableName) in CreateCounterTable()
138 int32_t SDKDataParser::CreateSliceObjectTable(const std::string &tableName) in CreateSliceObjectTable()
145 int32_t SDKDataParser::CreateSliceTable(const std::string &tableName) in CreateSliceTable()
/developtools/smartperf_host/ide/src/trace/database/
DLongTraceDBUtils.ts23 tableName: string = 'longTable'; property in LongTraceDBUtils
/developtools/smartperf_host/trace_streamer/src/table/base/
Dtable_base.cpp29 std::string tableName; member
39 void TableBase::TableRegister(sqlite3 &db, TraceDataCache *cache, const std::string &tableName, Tab… in TableRegister()
90 void TableBase::SetModuleCallbacks(sqlite3_module &module, const std::string &tableName) in SetModuleCallbacks()
Dspan_join.cpp149 const std::string &tableName, in GetColumns()
/developtools/smartperf_host/trace_streamer/src/table/base/include/
Dtable_base.h39 static void TableDeclare(sqlite3 &db, TraceDataCache *dataCache, const std::string &tableName) in TableDeclare()
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.ts766 tableName: tName, constant
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/trace_data/
Ddemo_trace_data_db.cpp68 void DemoTraceDataDB::DemoAppendNewTable(std::string tableName) in DemoAppendNewTable()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Ddemo_table_base.cpp29 std::string tableName; member
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_db.cpp91 void TraceDataDB::AppendNewTable(std::string tableName) in AppendNewTable()