Home
last modified time | relevance | path

Searched refs:GetCacheRecordVersion (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_device_identifier_test.cpp555 uint64_t curVersion = g_store->GetCacheRecordVersion();
557 EXPECT_EQ(g_store->GetCacheRecordVersion(), curVersion + 1);
559 EXPECT_EQ(g_store->GetCacheRecordVersion(), curVersion + 2);
564 EXPECT_EQ(store2->GetCacheRecordVersion(), curVersion);
566 EXPECT_EQ(store2->GetCacheRecordVersion(), curVersion);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h126 uint64_t GetCacheRecordVersion() const;
H A Drd_single_ver_natural_store.cpp487 uint64_t RdSingleVerNaturalStore::GetCacheRecordVersion() const in GetCacheRecordVersion() function in DistributedDB::RdSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.h45 uint64_t GetCacheRecordVersion() const override;
H A Dsqlite_single_ver_storage_engine.cpp176 curMigrateVer, minVerIncurCacheDb, GetCacheRecordVersion()); in MigrateSyncDataByVersion()
254 LOGD("Begin migrate sync data, need migrate version[%" PRIu64 "]", GetCacheRecordVersion()); in MigrateSyncData()
271 while (curMigrateVer < GetCacheRecordVersion()) { in MigrateSyncData()
994 uint64_t SQLiteSingleVerStorageEngine::GetCacheRecordVersion() const in GetCacheRecordVersion() function in DistributedDB::SQLiteSingleVerStorageEngine
H A Dsqlite_single_ver_natural_store_extend.cpp210 uint64_t SQLiteSingleVerNaturalStore::GetCacheRecordVersion() const in GetCacheRecordVersion() function in DistributedDB::SQLiteSingleVerNaturalStore
216 return storageEngine_->GetCacheRecordVersion(); in GetCacheRecordVersion()
H A Dsqlite_single_ver_natural_store.h164 uint64_t GetCacheRecordVersion() const;
H A Dsqlite_single_ver_natural_store_connection.cpp976 uint64_t recordVersion = naturalStore->GetCacheRecordVersion(); in SaveEntry()
H A Dsqlite_single_ver_natural_store.cpp1791 const uint64_t recordVersion = GetCacheRecordVersion(); in SaveSyncItemsInCacheMode()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h88 virtual uint64_t GetCacheRecordVersion() const;
H A Dstorage_engine.cpp506 uint64_t StorageEngine::GetCacheRecordVersion() const in GetCacheRecordVersion() function in DistributedDB::StorageEngine