Home
last modified time | relevance | path

Searched refs:GetValueHash (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dgeneric_multi_ver_kv_entry.cpp74 int GenericMultiVerKvEntry::GetValueHash(std::vector<ValueSliceHash> &valueHashes) const in GetValueHash() function in DistributedDB::GenericMultiVerKvEntry
76 return valueObject_.GetValueHash(valueHashes); in GetValueHash()
H A Dmulti_ver_kv_entry.h32 virtual int GetValueHash(std::vector<ValueSliceHash> &valueHashes) const = 0;
H A Dmulti_ver_value_object.h43 int GetValueHash(std::vector<ValueSliceHash> &valueHashes) const;
H A Dgeneric_multi_ver_kv_entry.h36 int GetValueHash(std::vector<ValueSliceHash> &valueHashes) const override;
H A Dmulti_ver_value_object.cpp25 int MultiVerValueObject::GetValueHash(std::vector<ValueSliceHash> &valueHashes) const in GetValueHash() function in DistributedDB::MultiVerValueObject
H A Dmulti_ver_storage_executor.cpp435 valueObject.GetValueHash(valueHashList); in AddSliceDataCount()
1024 errCode = valueObject.GetValueHash(sliceHashVect); in TransferToUserValue()
1474 errCode = valueObject.GetValueHash(sliceHashVect); in DeleteEntriesByHashKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dvalue_slice_sync.cpp215 errCode = entry->GetValueHash(valueHashes); in SyncStart()
H A Dmulti_ver_data_sync.cpp289 errCode = entry->GetValueHash(valueHashes); in AckRecvCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_data_operation_test.cpp505 EXPECT_EQ(valueObject.GetValueHash(sliceHashVect), E_OK); in CheckRecoverData()