Home
last modified time | relevance | path

Searched refs:ppCursor (Results 1 - 4 of 4) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/base/
H A Dtable_base.cpp92 module.xOpen = [](sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) { in SetModuleCallbacks()
94 return static_cast<TableBase *>(pVTab)->Open(ppCursor); in SetModuleCallbacks()
213 int32_t TableBase::Open(sqlite3_vtab_cursor **ppCursor) in Open() argument
215 *ppCursor = static_cast<sqlite3_vtab_cursor *>(CreateCursor().release()); in Open()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
H A Ddemo_table_base.cpp90 demoModule.xOpen = [](sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor) { in SetModuleCallbacks()
92 return static_cast<DemoTableBase *>(pVTab)->DemoOpen(ppCursor); in SetModuleCallbacks()
H A Ddemo_table_base.h127 int32_t DemoOpen(sqlite3_vtab_cursor **ppCursor);
/developtools/smartperf_host/trace_streamer/src/table/base/include/
H A Dtable_base.h190 int32_t Open(sqlite3_vtab_cursor **ppCursor);

Completed in 3 milliseconds