Home
last modified time | relevance | path

Searched refs:AttachMainDbAndCacheDb (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp500 EXPECT_EQ(g_nullHandle->AttachMainDbAndCacheDb(
502 EXPECT_EQ(g_nullHandle->AttachMainDbAndCacheDb(
504 EXPECT_EQ(g_nullHandle->AttachMainDbAndCacheDb(
506 EXPECT_EQ(g_handle->AttachMainDbAndCacheDb(
538 EXPECT_EQ(g_handle->AttachMainDbAndCacheDb(
573 EXPECT_EQ(g_handle->AttachMainDbAndCacheDb(
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp970 EXPECT_EQ(g_nullHandle->AttachMainDbAndCacheDb(
972 EXPECT_EQ(g_nullHandle->AttachMainDbAndCacheDb(
974 EXPECT_EQ(g_nullHandle->AttachMainDbAndCacheDb(
976 EXPECT_EQ(g_handle->AttachMainDbAndCacheDb(
1008 EXPECT_EQ(g_handle->AttachMainDbAndCacheDb(
1043 EXPECT_EQ(g_handle->AttachMainDbAndCacheDb(
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.h103 …int AttachMainDbAndCacheDb(SQLiteSingleVerStorageExecutor *handle, EngineState stateBeforeMigrate);
104 int AttachMainDbAndCacheDb(sqlite3 *dbHandle, EngineState stateBeforeMigrate) const;
H A Dsqlite_single_ver_storage_engine.cpp289 int SQLiteSingleVerStorageEngine::AttachMainDbAndCacheDb(SQLiteSingleVerStorageExecutor *handle, in AttachMainDbAndCacheDb() function in DistributedDB::SQLiteSingleVerStorageEngine
299 …errCode = handle->AttachMainDbAndCacheDb(option_.cipherType, option_.passwd, attachAbsPath, stateB… in AttachMainDbAndCacheDb()
303 …errCode = handle->AttachMainDbAndCacheDb(option_.cipherType, option_.passwd, attachAbsPath, stateB… in AttachMainDbAndCacheDb()
322 int SQLiteSingleVerStorageEngine::AttachMainDbAndCacheDb(sqlite3 *dbHandle, EngineState stateBefore… in AttachMainDbAndCacheDb() function in DistributedDB::SQLiteSingleVerStorageEngine
435 errCode = AttachMainDbAndCacheDb(handle, preMigrateState); in InitExecuteMigrate()
596 errCode = AttachMainDbAndCacheDb(db, EngineState::MAINDB); in TryToOpenMainDatabase()
H A Dsqlite_single_ver_storage_executor.h145 int AttachMainDbAndCacheDb(CipherType type, const CipherPassword &passwd,
H A Dsqlite_single_ver_storage_executor_cache.cpp194 int SQLiteSingleVerStorageExecutor::AttachMainDbAndCacheDb(CipherType type, const CipherPassword &p… in AttachMainDbAndCacheDb() function in DistributedDB::SQLiteSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h153 int AttachMainDbAndCacheDb(CipherType type, const CipherPassword &passwd,
H A Drd_single_ver_storage_executor.cpp607 int RdSingleVerStorageExecutor::AttachMainDbAndCacheDb(CipherType type, const CipherPassword &passw… in AttachMainDbAndCacheDb() function in DistributedDB::RdSingleVerStorageExecutor