Home
last modified time | relevance | path

Searched defs:hashKey (Results 1 – 25 of 57) sorted by relevance

123

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Dmulti_ver_vacuum_executor_stub.cpp70 const std::vector<uint8_t> &hashKey, std::list<MultiVerRecordInfo> &shadowRecords) in GetShadowRecordsOfClearTypeRecord()
77 const std::vector<uint8_t> &hashKey, std::list<MultiVerRecordInfo> &shadowRecords) in GetShadowRecordsOfNonClearTypeRecord()
111 …tiVerVacuumExecutorStub::DeleteRecordTotally(uint64_t version, const std::vector<uint8_t> &hashKey) in DeleteRecordTotally()
117 …erVacuumExecutorStub::MarkRecordAsVacuumDone(uint64_t version, const std::vector<uint8_t> &hashKey) in MarkRecordAsVacuumDone()
H A Ddistributeddb_storage_rd_single_ver_natural_store_testcase.h30 std::vector<uint8_t> hashKey; member
H A Ddistributeddb_storage_single_ver_natural_store_testcase.h29 std::vector<uint8_t> hashKey; member
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp163 Bytes hashKey(index.begin(), index.end()); in InitLogData() local
201 Bytes hashKey(id.begin(), id.end()); in UpdateLogGidAndHashKey() local
1088 Bytes hashKey; variable
1387 Bytes hashKey(hashKeyStr.begin(), hashKeyStr.end()); variable
1499 Bytes hashKey; variable
1558 Bytes hashKey; variable
H A Ddistributeddb_storage_register_conflict_test.cpp322 std::vector<uint8_t> hashKey; in SyncDeleteConflictData() local
368 std::vector<uint8_t> hashKey; in SyncDeleteFromDiffDevConflictData() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_vacuum_executor_impl.cpp119 const std::vector<uint8_t> &hashKey, std::list<MultiVerRecordInfo> &shadowRecords) in GetShadowRecordsOfClearTypeRecord()
147 const std::vector<uint8_t> &hashKey, std::list<MultiVerRecordInfo> &shadowRecords) in GetShadowRecordsOfNonClearTypeRecord()
243 …tiVerVacuumExecutorImpl::DeleteRecordTotally(uint64_t version, const std::vector<uint8_t> &hashKey) in DeleteRecordTotally()
261 …erVacuumExecutorImpl::MarkRecordAsVacuumDone(uint64_t version, const std::vector<uint8_t> &hashKey) in MarkRecordAsVacuumDone()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_upload_recorder.cpp19 void CloudUploadRecorder::RecordUploadRecord(const std::string &table, const Bytes &hashKey, const … in RecordUploadRecord()
26 bool CloudUploadRecorder::IsIgnoreUploadRecord(const std::string &table, const Bytes &hashKey, in IsIgnoreUploadRecord()
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dmock.cpp92 const std::vector<std::vector<uint8_t>> &hashKey, sqlite3 *db) in Lock()
98 const std::string &tableName, const std::vector<std::vector<uint8_t>> &hashKey, sqlite3 *db) in UnLock()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_executor.h66 Key hashKey; member
79 Key hashKey; member
86 Key hashKey; member
H A Dsingle_ver_natural_store_commit_notify_data.cpp68 Key hashKey; in InsertCommittedData() local
112 Key hashKey; in InsertConflictedItem() local
H A Dsingle_ver_utils.cpp143 …CommitNotifyDataKeyStatus(SingleVerNaturalStoreCommitNotifyData *committedData, const Key &hashKey, in InitCommitNotifyDataKeyStatus()
H A Ddata_transformer.h37 Key hashKey; // primary key hash value member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dmulti_ver_vacuum_executor.h34 std::vector<uint8_t> hashKey; member
H A Dicloud_sync_storage_interface.h178 const Bytes &hashKey, VBucket &assets) in GetAssetsByGidOrHashKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_transaction.cpp200 Key hashKey; in Delete() local
249 Key hashKey; in Get() local
260 int SQLiteMultiVerTransaction::GetValueForTrimSlice(const Key &hashKey, const Version version, Valu… in GetValueForTrimSlice() argument
901 …t SQLiteMultiVerTransaction::GetOverwrittenNonClearTypeEntries(Version version, const Key &hashKey, in GetOverwrittenNonClearTypeEntries()
948 int SQLiteMultiVerTransaction::DeleteEntriesByHashKey(Version version, const Key &hashKey) in DeleteEntriesByHashKey()
1247 Key hashKey; in BindAddRecordKeysToStatement() local
1327 Key hashKey; in GetOneEntry() local
1380 Key hashKey; in CheckIfNeedSaveRecord() local
1483 int SQLiteMultiVerTransaction::GetKeyAndValueByHashKey(sqlite3_stmt *statement, const Key &hashKey, in GetKeyAndValueByHashKey()
H A Dsqlite_single_ver_storage_executor_cache.cpp86 Key hashKey; in RemoveDeviceDataInCacheMode() local
503 const DataItem &dataItem, const Key &hashKey, uint64_t recordVersion) const in BindSyncDataInCacheMode() argument
546 sqlite3_stmt *statement, const Key &hashKey, uint64_t recordVersion) const in BindPrimaryKeySyncDataInCacheMode() argument
632 Key hashKey; in SaveSyncDataItemInCacheMode() local
667 const Key &hashKey, uint64_t recordVersion) const in SaveSyncDataToCacheDatabase() argument
H A Dsqlite_single_ver_storage_executor.cpp174 Key hashKey; in BindPutKvData() local
195 int SQLiteSingleVerStorageExecutor::GetKvDataByHashKey(const Key &hashKey, SingleVerRecord &result)… in GetKvDataByHashKey() argument
292 Key hashKey; in PutKvData() local
1201 …QLiteSingleVerStorageExecutor::SaveSyncDataToDatabase(const DataItem &dataItem, const Key &hashKey, in SaveSyncDataToDatabase()
1472 const Key &hashKey, const SyncDataDevices &devices, bool isUpdate) in BindSavedSyncData()
1583 int SQLiteSingleVerStorageExecutor::GetSyncDataPreByHashKey(const Key &hashKey, DataItem &itemGet) … in GetSyncDataPreByHashKey() argument
1623 Key hashKey; in DeleteLocalDataInner() local
1676 int SQLiteSingleVerStorageExecutor::EraseSyncData(const Key &hashKey) in EraseSyncData()
2219 Key hashKey; in CalHashKey() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Drelational_virtual_device.cpp38 const std::string &hashKey, VirtualRowData &data) in GetSyncData()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/hash/
H A Dhash.cpp88 bool Hash::GenFileHashKey(const std::string &path, size_t &hashKey) in GenFileHashKey()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/hash/
H A Dhash.cpp81 bool Hash::GenFileHashKey(const std::string &path, size_t &hashKey) in GenFileHashKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.cpp132 Key hashKey; in ModifyKey() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_types.h36 std::vector<Bytes> hashKey; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/storage_fuzzer/
H A Dstorage_fuzzer.cpp297 std::vector<std::vector<uint8_t>> &hashKey) in GetHashKey()
348 std::vector<std::vector<uint8_t>> hashKey; in LockAndUnLockFuzz() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.cpp350 std::string hashKey(localInfo.hashKey.begin(), localInfo.hashKey.end()); in UpdateLocalCache() local
386 Key hashKey = dataInfo.localInfo.logInfo.hashKey; in SaveChangedData() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp188 …const VBucket &vBucket, const std::string &querySql, const Key &hashKey, sqlite3_stmt *&selectStmt) in GetQueryLogStatement()
756 std::vector<uint8_t> &hashKey) in BindStatusSubQueryHashKeyStatement()
775 std::vector<uint8_t> hashKey; in BindHashKeyAndGidToInsertLogStatement() local
1044 std::vector<uint8_t> hashKey; in BindValueToUpdateLogStatement() local
1150 const std::string &status, const Key &hashKey) in UpdateRecordStatus()

123