Home
last modified time | relevance | path

Searched refs:ChangeDbFileForRestore (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection_pool.h57 int ChangeDbFileForRestore(const std::string &newPath, const std::string &backupPath,
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_rdb.h222 virtual int ChangeDbFileForRestore( in ChangeDbFileForRestore() function in OHOS::OHOS::NativeRdb::MockRdbStore
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_app_provision_info.h227 virtual int ChangeDbFileForRestore(const std::string newPath, const std::string backupPath, in ChangeDbFileForRestore() function in OHOS::AppExecFwk::MockAppProvisionInfo
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_impl_test.cpp484 * @tc.desc: Abnormal testCase for ChangeDbFileForRestore
505 errCode = connectionPool->ChangeDbFileForRestore(newPath, backupPath, newKey, curStatus); in HWTEST_F()
509 errCode = connectionPool->ChangeDbFileForRestore(newPath, backupPath, newKey, curStatus); in HWTEST_F()
513 errCode = connectionPool->ChangeDbFileForRestore(newPath2, backupPath, newKey, curStatus); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H A Drdb_store_test.cpp484 * @tc.desc: Abnormal testCase for ChangeDbFileForRestore
505 errCode = connectionPool->ChangeDbFileForRestore(newPath, backupPath, newKey, curStatus); in HWTEST_F()
509 errCode = connectionPool->ChangeDbFileForRestore(newPath, backupPath, newKey, curStatus); in HWTEST_F()
513 errCode = connectionPool->ChangeDbFileForRestore(newPath2, backupPath, newKey, curStatus); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp360 int ConnPool::ChangeDbFileForRestore(const std::string &newPath, const std::string &backupPath, in ChangeDbFileForRestore() function in ConnPool
H A Drdb_store_impl.cpp2207 int errCode = connectionPool_->ChangeDbFileForRestore(path_, destPath, newKey, slaveStatus_); in Restore()

Completed in 10 milliseconds