Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection_pool.h57 int ChangeDbFileForRestore(const std::string &newPath, const std::string &backupPath,
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_impl_test.cpp527 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 Dmock_rdb.h223 virtual int ChangeDbFileForRestore( in ChangeDbFileForRestore() function
/ohos5.0/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
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp259 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 Dconnection_pool.cpp375 int ConnPool::ChangeDbFileForRestore(const std::string &newPath, const std::string &backupPath, in ChangeDbFileForRestore() function in OHOS::NativeRdb::ConnPool
H A Drdb_store_impl.cpp2208 int errCode = connectionPool_->ChangeDbFileForRestore(path_, destPath, newKey, slaveStatus_); in Restore()