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 D | distributeddb_storage_rd_single_ver_natural_executor_test.cpp | 500 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 D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 970 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 D | sqlite_single_ver_storage_engine.h | 103 …int AttachMainDbAndCacheDb(SQLiteSingleVerStorageExecutor *handle, EngineState stateBeforeMigrate); 104 int AttachMainDbAndCacheDb(sqlite3 *dbHandle, EngineState stateBeforeMigrate) const;
|
H A D | sqlite_single_ver_storage_engine.cpp | 289 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 D | sqlite_single_ver_storage_executor.h | 145 int AttachMainDbAndCacheDb(CipherType type, const CipherPassword &passwd,
|
H A D | sqlite_single_ver_storage_executor_cache.cpp | 194 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 D | rd_single_ver_storage_executor.h | 153 int AttachMainDbAndCacheDb(CipherType type, const CipherPassword &passwd,
|
H A D | rd_single_ver_storage_executor.cpp | 607 int RdSingleVerStorageExecutor::AttachMainDbAndCacheDb(CipherType type, const CipherPassword &passw… in AttachMainDbAndCacheDb() function in DistributedDB::RdSingleVerStorageExecutor
|