Home
last modified time | relevance | path

Searched defs:backupPath (Results 1 - 18 of 18) sorted by relevance

/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H A Dringtone_restore_base.h41 virtual int32_t LoadDualFwkConf(const std::string &backupPath) { return -1; } in LoadDualFwkConf() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_exporter.cpp28 void KVDBExporter::Exporter(const StoreMetaData &meta, const std::string &backupPath, bool &result) in Exporter() argument
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_rdb.h222 ChangeDbFileForRestore( const std::string newPath, const std::string backupPath, const std::vector<uint8_t>& newKey) ChangeDbFileForRestore() argument
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_restore_napi.cpp96 static int32_t RingtoneRestore(std::unique_ptr<RestoreInterface> &restore, string backupPath) in RingtoneRestore() argument
H A Dringtone_restore.cpp37 int32_t RingtoneRestore::Init(const std::string &backupPath) in Init() argument
H A Dringtone_restore_base.cpp48 int32_t RingtoneRestoreBase::Init(const string &backupPath) in Init() argument
H A Dringtone_dualfwk_restore.cpp68 int32_t RingtoneDualFwkRestore::LoadDualFwkConf(const std::string &backupPath) in LoadDualFwkConf() argument
115 int32_t RingtoneDualFwkRestore::Init(const std::string &backupPath) in Init() argument
496 int32_t RingtoneDualFwkRestoreClone::LoadDualFwkConf(const std::string &backupPath) in LoadDualFwkConf() argument
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp221 std::string backupPath = MakeFilePath(filePath, STR_BACKUP); in DeletePreferences() local
/foundation/multimedia/ringtone_library/test/unittest/ringtone_dualfwk_restore_test/src/
H A Dringtone_dualfwk_restore_test.cpp148 string backupPath = ""; in HWTEST_F() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp62 auto backupPath = DirectoryManager::GetInstance().GetStoreBackupPath(meta) + "/" + AUTO_BACKUP_NAME; in Init() local
140 auto backupPath = DirectoryManager::GetInstance().GetStoreBackupPath(meta); in DoBackup() local
170 auto backupPath = path + BACKUP_BK_POSTFIX; in KeepData() local
177 auto backupPath = path + BACKUP_BK_POSTFIX; in SaveData() local
189 auto backupPath in RollBackData() local
197 auto backupPath = path + BACKUP_BK_POSTFIX; CleanData() local
[all...]
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_impl_test.cpp499 const std::string backupPath = DATABASE_NAME; in HWTEST_F() local
/foundation/multimedia/ringtone_library/test/unittest/ringtone_restore_test/src/
H A Dringtone_restore_test.cpp236 const string backupPath; in HWTEST_F() local
272 const string backupPath = "/data/local/tmp/test"; in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_test.cpp431 std::string backupPath = "backup.db"; in HWTEST_F() local
465 std::string backupPath = " "; in HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_app_provision_info.h223 virtual int Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore() argument
227 virtual int ChangeDbFileForRestore(const std::string newPath, const std::string backupPath, in ChangeDbFileForRestore() argument
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H A Drdb_store_test.cpp499 const std::string backupPath = DATABASE_NAME; in HWTEST_F() local
/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() argument
387 int ConnPool::RestoreByDbSqliteType(const std::string &newPath, const std::string &backupPath, SlaveStatus &slaveStatus) in RestoreByDbSqliteType() argument
400 int ConnPool::RestoreMasterDb(const std::string &newPath, const std::string &backupPath) in RestoreMasterDb() argument
[all...]
H A Drdb_store.cpp426 int RdbStore::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore() argument
H A Drdb_store_impl.cpp2154 int RdbStoreImpl::GetDestPath(const std::string &backupPath, std::string &destPath) in GetDestPath() argument
2177 int RdbStoreImpl::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore() argument

Completed in 19 milliseconds