Home
last modified time | relevance | path

Searched refs:FlatBufferExtractByPath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h215 static void FlatBufferExtractByPath(sqlite3_context *ctx, int argc, sqlite3_value **argv);
H A Dsqlite_utils.cpp1728 …3, SQLITE_UTF8 | SQLITE_DETERMINISTIC, heapSchemaObj, &FlatBufferExtractByPath, nullptr, nullptr, … in RegisterFlatBufferFunction()
1938 void SQLiteUtils::FlatBufferExtractByPath(sqlite3_context *ctx, int argc, sqlite3_value **argv) in FlatBufferExtractByPath() function in DistributedDB::SQLiteUtils