Home
last modified time | relevance | path

Searched refs:FUNC_NAME_CAL_HASH_KEY (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_sql.h322 constexpr const char *FUNC_NAME_CAL_HASH_KEY = "cal_hash_key"; variable
H A Dsqlite_single_ver_storage_executor.cpp2178 …errCode = sqlite3_create_function_v2(dbHandle_, FUNC_NAME_CAL_HASH_KEY, 1, SQLITE_UTF8 | SQLITE_DE… in CreateFuncUpdateKey()