Searched refs:ChangeDbFileForRestore (Results 1 - 7 of 7) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | connection_pool.h | 57 int ChangeDbFileForRestore(const std::string &newPath, const std::string &backupPath,
|
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_rdb.h | 222 virtual int ChangeDbFileForRestore( in ChangeDbFileForRestore() function in OHOS::OHOS::NativeRdb::MockRdbStore
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
H A D | mock_app_provision_info.h | 227 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 D | rdb_store_impl_test.cpp | 484 * @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 D | rdb_store_test.cpp | 484 * @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 D | connection_pool.cpp | 360 int ConnPool::ChangeDbFileForRestore(const std::string &newPath, const std::string &backupPath, in ChangeDbFileForRestore() function in ConnPool
|
H A D | rdb_store_impl.cpp | 2207 int errCode = connectionPool_->ChangeDbFileForRestore(path_, destPath, newKey, slaveStatus_); in Restore()
|
Completed in 15 milliseconds