Home
last modified time | relevance | path

Searched refs:CheckIfKeyExisted (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h127 bool CheckIfKeyExisted(const Key &key, bool isLocal, Value &value, Timestamp &timestamp) const;
H A Drd_single_ver_storage_executor.cpp543 bool RdSingleVerStorageExecutor::CheckIfKeyExisted(const Key &key, bool isLocal, Value &value, in CheckIfKeyExisted() function in DistributedDB::RdSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h118 bool CheckIfKeyExisted(const Key &key, bool isLocal, Value &value, Timestamp &timestamp) const;
H A Dsqlite_single_ver_natural_store_connection.cpp1488 …if (!writeHandle_->CheckIfKeyExisted(localRecord.key, true, localRecord.value, localRecord.timesta… in PublishInner()
1597 …if (writeHandle_->CheckIfKeyExisted(syncRecord.key, true, localRecord.value, localRecord.timestamp… in UnpublishInner()
H A Dsqlite_single_ver_storage_executor.cpp289 bool isExisted = CheckIfKeyExisted(key, isLocal, readValue, localTimestamp); in PutKvData()
1063 bool SQLiteSingleVerStorageExecutor::CheckIfKeyExisted(const Key &key, bool isLocal, in CheckIfKeyExisted() function in DistributedDB::SQLiteSingleVerStorageExecutor