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 D | rd_single_ver_storage_executor.h | 127 bool CheckIfKeyExisted(const Key &key, bool isLocal, Value &value, Timestamp ×tamp) const;
|
H A D | rd_single_ver_storage_executor.cpp | 543 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 D | sqlite_single_ver_storage_executor.h | 118 bool CheckIfKeyExisted(const Key &key, bool isLocal, Value &value, Timestamp ×tamp) const;
|
H A D | sqlite_single_ver_natural_store_connection.cpp | 1488 …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 D | sqlite_single_ver_storage_executor.cpp | 289 bool isExisted = CheckIfKeyExisted(key, isLocal, readValue, localTimestamp); in PutKvData() 1063 bool SQLiteSingleVerStorageExecutor::CheckIfKeyExisted(const Key &key, bool isLocal, in CheckIfKeyExisted() function in DistributedDB::SQLiteSingleVerStorageExecutor
|