Home
last modified time | relevance | path

Searched refs:GetAndIncreaseCacheRecordVersion (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h128 uint64_t GetAndIncreaseCacheRecordVersion() const;
H A Drd_single_ver_natural_store.cpp492 uint64_t RdSingleVerNaturalStore::GetAndIncreaseCacheRecordVersion() const in GetAndIncreaseCacheRecordVersion() function in DistributedDB::RdSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.h46 uint64_t GetAndIncreaseCacheRecordVersion() override;
H A Dsqlite_single_ver_natural_store_extend.cpp219 uint64_t SQLiteSingleVerNaturalStore::GetAndIncreaseCacheRecordVersion() const in GetAndIncreaseCacheRecordVersion() function in DistributedDB::SQLiteSingleVerNaturalStore
225 return storageEngine_->GetAndIncreaseCacheRecordVersion(); in GetAndIncreaseCacheRecordVersion()
H A Dsqlite_single_ver_natural_store.h165 uint64_t GetAndIncreaseCacheRecordVersion() const;
H A Dsqlite_single_ver_storage_engine.cpp989 uint64_t SQLiteSingleVerStorageEngine::GetAndIncreaseCacheRecordVersion() in GetAndIncreaseCacheRecordVersion() function in DistributedDB::SQLiteSingleVerStorageEngine
H A Dsqlite_single_ver_natural_store.cpp987 uint64_t recordVersion = GetAndIncreaseCacheRecordVersion(); in RemoveDeviceDataInCacheMode()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h89 virtual uint64_t GetAndIncreaseCacheRecordVersion();
H A Dstorage_engine.cpp511 uint64_t StorageEngine::GetAndIncreaseCacheRecordVersion() in GetAndIncreaseCacheRecordVersion() function in DistributedDB::StorageEngine
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_device_identifier_test.cpp558 EXPECT_EQ(g_store->GetAndIncreaseCacheRecordVersion(), curVersion + 1);