Home
last modified time | relevance | path

Searched refs:existDataHashKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dicloud_sync_storage_interface.h51 std::vector<Key> existDataHashKey; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp563 dataItem.hashKey = downloadData.existDataHashKey[index]; in BindStmt()
801 if (downloadData.existDataHashKey[index].empty()) { in OnlyUpdateLogTable()
825 res.second.hashKey = downloadData.existDataHashKey[index]; in OnlyUpdateLogTable()
935 … return SQLiteUtils::BindBlobToStatement(dataStmt, 1, downloadData.existDataHashKey[index]); in BindUpdateSyncDataStmt()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp1082 param.downloadData.existDataHashKey.resize(param.downloadData.data.size()); in SaveDataNotifyProcess()
1780 param.downloadData.existDataHashKey[index] = logInfo.logInfo.hashKey; in GetLocalInfo()