Searched refs:pRowid (Results 1 – 6 of 6) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/table/ftrace/include/ |
D | process_table.h | 40 int32_t Update(int32_t argc, sqlite3_value **argv, sqlite3_int64 *pRowid) override;
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
D | demo_table_base.cpp | 126 …dule.xUpdate = [](sqlite3_vtab *pVTab, int32_t argc, sqlite3_value **argv, sqlite3_int64 *pRowid) { in SetModuleCallbacks() argument 128 return static_cast<DemoTableBase *>(pVTab)->DemoUpdate(argc, argv, pRowid); in SetModuleCallbacks()
|
D | demo_table_base.h | 115 virtual int32_t DemoUpdate(int32_t argc, sqlite3_value **argv, sqlite3_int64 *pRowid) in DemoUpdate() argument
|
/developtools/smartperf_host/trace_streamer/src/table/base/ |
D | table_base.cpp | 126 …dule.xUpdate = [](sqlite3_vtab *pVTab, int32_t argc, sqlite3_value **argv, sqlite3_int64 *pRowid) { in SetModuleCallbacks() argument 128 return static_cast<TableBase *>(pVTab)->Update(argc, argv, pRowid); in SetModuleCallbacks()
|
/developtools/smartperf_host/trace_streamer/src/table/base/include/ |
D | table_base.h | 160 virtual int32_t Update(int32_t argc, sqlite3_value **argv, sqlite3_int64 *pRowid) in Update() argument
|
/developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
D | process_table.cpp | 62 int32_t ProcessTable::Update(int32_t argc, sqlite3_value **argv, sqlite3_int64 *pRowid) in Update() argument
|