Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h349 static void CalHashKey(sqlite3_context *ctx, int argc, sqlite3_value **argv);
H A Dsqlite_single_ver_storage_executor.cpp2149 int errCode = CreateFuncUpdateKey(context, &Translate, &CalHashKey); in UpdateKey()
2212 void SQLiteSingleVerStorageExecutor::CalHashKey(sqlite3_context *ctx, int argc, sqlite3_value **arg… in CalHashKey() function in DistributedDB::SQLiteSingleVerStorageExecutor