Home
last modified time | relevance | path

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

/developtools/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/trace_streamer/src/table/base/
Dtable_base.cpp86 SetModuleCallbacks(module, tableName); in TableRegister()
91 void TableBase::SetModuleCallbacks(sqlite3_module& module, const std::string& tableName) in SetModuleCallbacks() function in SysTuning::TraceStreamer::TableBase
/developtools/smartperf_host/trace_streamer/src/table/base/include/
Dtable_base.h158 static void SetModuleCallbacks(sqlite3_module& module, const std::string& tableName);