Home
last modified time | relevance | path

Searched refs:GetMaxVersionInCacheDb (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp462 EXPECT_EQ(executor->GetMaxVersionInCacheDb(version), E_OK);
917 EXPECT_EQ(g_handle->GetMaxVersionInCacheDb(version), -E_INVALID_ARGS);
932 EXPECT_EQ(executor->GetMaxVersionInCacheDb(version), SQL_STATE_ERR);
948 EXPECT_EQ(executor2->GetMaxVersionInCacheDb(version), SQL_STATE_ERR);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h151 int GetMaxVersionInCacheDb(uint64_t &maxVersion) const;
H A Drd_single_ver_storage_executor.cpp602 int RdSingleVerStorageExecutor::GetMaxVersionInCacheDb(uint64_t &maxVersion) const in GetMaxVersionInCacheDb() function in DistributedDB::RdSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.cpp313 errCode = handle->GetMaxVersionInCacheDb(maxVersion); in AttachMainDbAndCacheDb()
445 errCode = handle->GetMaxVersionInCacheDb(maxVersion); in InitExecuteMigrate()
H A Dsqlite_single_ver_storage_executor.h144 int GetMaxVersionInCacheDb(uint64_t &maxVersion) const;
H A Dsqlite_single_ver_storage_executor_cache.cpp227 int SQLiteSingleVerStorageExecutor::GetMaxVersionInCacheDb(uint64_t &maxVersion) const in GetMaxVersionInCacheDb() function in DistributedDB::SQLiteSingleVerStorageExecutor