Home
last modified time | relevance | path

Searched refs:SetHashKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dsingle_ver_kv_entry.h41 virtual void SetHashKey(const Key &hashKey) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dintercepted_data_impl.cpp139 entry->SetHashKey(hashKey); in ModifyKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_single_ver_kv_entry.h74 void SetHashKey(const Key &hashKey) override;
H A Dgeneric_single_ver_kv_entry.cpp108 void GenericSingleVerKvEntry::SetHashKey(const Key &hashKey) in SetHashKey() function in DistributedDB::GenericSingleVerKvEntry