Home
last modified time | relevance | path

Searched refs:GetSyncDataPreByHashKey (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.h240 int GetSyncDataPreByHashKey(const Key &hashKey, DataItem &itemGet) const;
H A Dsqlite_single_ver_storage_executor.cpp1580 return GetSyncDataPreByHashKey(hashKey, itemGet); in GetSyncDataItemPre()
1583 int SQLiteSingleVerStorageExecutor::GetSyncDataPreByHashKey(const Key &hashKey, DataItem &itemGet) … in GetSyncDataPreByHashKey() function in DistributedDB::SQLiteSingleVerStorageExecutor