Home
last modified time | relevance | path

Searched refs:ChangeDbFileForRestore (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
Dsqlite_connection_pool.h42 int ChangeDbFileForRestore(const std::string newPath, const std::string backupPath,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Dsqlite_connection_pool.h43 int ChangeDbFileForRestore(const std::string newPath, const std::string backupPath,
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_impl_test.cpp509 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/
Dsqlite_connection_pool.cpp278 int SqliteConnectionPool::ChangeDbFileForRestore(const std::string newPath, const std::string backu… in ChangeDbFileForRestore() function in OHOS::NativeRdb::SqliteConnectionPool
Drdb_store_impl.cpp1436 return connectionPool->ChangeDbFileForRestore(path, backupFilePath, newKey); in Restore()