Searched refs:ChangeDbFileForRestore (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/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,
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_store_impl_test.cpp | 527 errCode = connectionPool->ChangeDbFileForRestore(newPath, backupPath, newKey, curStatus); 531 errCode = connectionPool->ChangeDbFileForRestore(newPath, backupPath, newKey, curStatus); 535 errCode = connectionPool->ChangeDbFileForRestore(newPath2, backupPath, newKey, curStatus);
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_rdb.h | 223 virtual int ChangeDbFileForRestore( in ChangeDbFileForRestore() function
|
/ohos5.0/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
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/ |
H A D | notification_rdb_data_mgr_test.cpp | 259 virtual int ChangeDbFileForRestore(const std::string newPath, const std::string backupPath, in ChangeDbFileForRestore() function in OHOS::Notification::RdbStoreTest
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | connection_pool.cpp | 375 int ConnPool::ChangeDbFileForRestore(const std::string &newPath, const std::string &backupPath, in ChangeDbFileForRestore() function in OHOS::NativeRdb::ConnPool
|
H A D | rdb_store_impl.cpp | 2208 int errCode = connectionPool_->ChangeDbFileForRestore(path_, destPath, newKey, slaveStatus_); in Restore()
|