Searched refs:ChangeDbFileForRestore (Results 1 – 5 of 5) sorted by relevance
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/ |
| D | sqlite_connection_pool.h | 42 int ChangeDbFileForRestore(const std::string newPath, const std::string backupPath,
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
| D | sqlite_connection_pool.h | 43 int ChangeDbFileForRestore(const std::string newPath, const std::string backupPath,
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| D | rdb_store_impl_test.cpp | 509 errCode = connectionPool->ChangeDbFileForRestore(newPath, backupPath, newKey); 515 errCode = connectionPool->ChangeDbFileForRestore(newPath, backupPath, newKey); 521 errCode = connectionPool->ChangeDbFileForRestore(newPath, backupPath, newKey); 525 errCode = connectionPool->ChangeDbFileForRestore(newPath2, backupPath, newKey);
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | sqlite_connection_pool.cpp | 278 int SqliteConnectionPool::ChangeDbFileForRestore(const std::string newPath, const std::string backu… in ChangeDbFileForRestore() function in OHOS::NativeRdb::SqliteConnectionPool
|
| D | rdb_store_impl.cpp | 1436 return connectionPool->ChangeDbFileForRestore(path, backupFilePath, newKey); in Restore()
|