Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Ddemo_table_base.cpp83 SetModuleCallbacks(demoModule, demoTableName); in DemoTableRegister()
88 void DemoTableBase::SetModuleCallbacks(sqlite3_module &demoModule, const std::string &demoTableName) in SetModuleCallbacks() function in SysTuning::TraceStreamer::DemoTableBase
Ddemo_table_base.h47 static void SetModuleCallbacks(sqlite3_module &demoModule, const std::string &demoTableName);
/developtools/smartperf_host/smartperf_host/trace_streamer/src/table/base/
Dtable_base.cpp85 SetModuleCallbacks(module, tableName); in TableRegister()
90 void TableBase::SetModuleCallbacks(sqlite3_module &module, const std::string &tableName) in SetModuleCallbacks() function in SysTuning::TraceStreamer::TableBase
/developtools/smartperf_host/smartperf_host/trace_streamer/src/table/base/include/
Dtable_base.h159 static void SetModuleCallbacks(sqlite3_module &module, const std::string &tableName);