Home
last modified time | relevance | path

Searched refs:MigrateLocalData (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_sqlite_single_ver_natural_executor_test.cpp918 EXPECT_EQ(g_handle->MigrateLocalData(), -E_INVALID_ARGS);
933 EXPECT_EQ(executor->MigrateLocalData(), SQL_STATE_ERR);
949 EXPECT_EQ(executor2->MigrateLocalData(), SQL_STATE_ERR);
1038 EXPECT_EQ(g_handle->MigrateLocalData(), E_OK);
1045 EXPECT_EQ(g_handle->MigrateLocalData(), E_OK);
H A Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp568 EXPECT_EQ(g_handle->MigrateLocalData(), -E_NOT_SUPPORT);
575 EXPECT_EQ(g_handle->MigrateLocalData(), -E_NOT_SUPPORT);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.h84 int MigrateLocalData(SQLiteSingleVerStorageExecutor *handle) const;
H A Dsqlite_single_ver_storage_engine.cpp45 int SQLiteSingleVerStorageEngine::MigrateLocalData(SQLiteSingleVerStorageExecutor *handle) const in MigrateLocalData() function in DistributedDB::SQLiteSingleVerStorageEngine
47 return handle->MigrateLocalData(); in MigrateLocalData()
488 errCode = MigrateLocalData(handle); in ExecuteMigrate()
H A Dsqlite_single_ver_storage_executor.h138 int MigrateLocalData();
H A Dsqlite_single_ver_storage_executor_cache.cpp481 int SQLiteSingleVerStorageExecutor::MigrateLocalData() in MigrateLocalData() function in DistributedDB::SQLiteSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.h144 int MigrateLocalData();
H A Drd_single_ver_storage_executor.cpp585 int RdSingleVerStorageExecutor::MigrateLocalData() in MigrateLocalData() function in DistributedDB::RdSingleVerStorageExecutor