Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store_commit_notify_data.h67 void InitKeyPropRecord(const Key &key, ExistStatus status);
H A Dsingle_ver_utils.cpp157 committedData->InitKeyPropRecord(hashKey, existedStatus); in InitCommitNotifyDataKeyStatus()
H A Dsingle_ver_natural_store_commit_notify_data.cpp178 void SingleVerNaturalStoreCommitNotifyData::InitKeyPropRecord(const Key &key, ExistStatus status) in InitKeyPropRecord() function in DistributedDB::SingleVerNaturalStoreCommitNotifyData
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.cpp297 committedData->InitKeyPropRecord(hashKey, existedStatus); in PutKvData()
1628 committedData->InitKeyPropRecord(hashKey, ExistStatus::EXIST); in DeleteLocalDataInner()