Home
last modified time | relevance | path

Searched defs:backupPath (Results 1 – 21 of 21) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
Dbackup_manager.cpp62 …auto backupPath = DirectoryManager::GetInstance().GetStoreBackupPath(meta) + "/" + AUTO_BACKUP_NAM… in Init() local
143 auto backupPath = DirectoryManager::GetInstance().GetStoreBackupPath(meta); in DoBackup() local
173 auto backupPath = path + BACKUP_BK_POSTFIX; in KeepData() local
180 auto backupPath = path + BACKUP_BK_POSTFIX; in SaveData() local
192 auto backupPath = path + BACKUP_BK_POSTFIX; in RollBackData() local
200 auto backupPath = path + BACKUP_BK_POSTFIX; in CleanData() local
/foundation/distributeddatamgr/relational_store/test/native/gdb/unittest/
Dgdb_grdapi_test.cpp91 std::string backupPath = "/data/testBackup.db"; variable
137 std::string backupPath = "/data/testBackup.db"; variable
/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
Dringtone_restore_base.h41 virtual int32_t LoadDualFwkConf(const std::string &backupPath) { return -1; } in LoadDualFwkConf()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
Dkvdb_exporter.cpp28 void KVDBExporter::Exporter(const StoreMetaData &meta, const std::string &backupPath, bool &result) in Exporter()
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
Dringtone_dualfwk_restore.cpp70 int32_t RingtoneDualFwkRestore::LoadDualFwkConf(const std::string &backupPath) in LoadDualFwkConf()
117 int32_t RingtoneDualFwkRestore::Init(const std::string &backupPath) in Init()
572 int32_t RingtoneDualFwkRestoreClone::LoadDualFwkConf(const std::string &backupPath) in LoadDualFwkConf()
Dringtone_restore.cpp37 int32_t RingtoneRestore::Init(const std::string &backupPath) in Init()
Dringtone_restore_napi.cpp96 static int32_t RingtoneRestore(std::unique_ptr<RestoreInterface> &restore, string backupPath) in RingtoneRestore()
Dringtone_restore_base.cpp48 int32_t RingtoneRestoreBase::Init(const string &backupPath) in Init()
/foundation/multimedia/ringtone_library/test/unittest/ringtone_restore_test/src/
Dringtone_restore_test.cpp236 const string backupPath; variable
272 const string backupPath = "/data/local/tmp/test"; variable
/foundation/multimedia/ringtone_library/test/unittest/ringtone_dualfwk_restore_test/src/
Dringtone_dualfwk_restore_test.cpp156 string backupPath = ""; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
Dmock_app_provision_info.h223 virtual int Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
227 virtual int ChangeDbFileForRestore(const std::string newPath, const std::string backupPath, in ChangeDbFileForRestore()
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
Dmock_rdb.h211 int Restore(const std::string& backupPath, const std::vector<uint8_t>& newKey) override in Restore()
216 const std::string newPath, const std::string backupPath, const std::vector<uint8_t>& newKey) in ChangeDbFileForRestore()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
Dpreferences_helper.cpp254 std::string backupPath = MakeFilePath(filePath, STR_BACKUP); in DeletePreferences() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dconnection_pool.cpp425 int ConnPool::ChangeDbFileForRestore(const std::string &newPath, const std::string &backupPath, in ChangeDbFileForRestore()
457 int ConnPool::RestoreMasterDb(const std::string &newPath, const std::string &backupPath, SlaveStatu… in RestoreMasterDb()
Drdb_store.cpp433 int RdbStore::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
Drdb_store_impl.cpp2428 int RdbStoreImpl::GetDestPath(const std::string &backupPath, std::string &destPath) in GetDestPath()
2446 int RdbStoreImpl::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
Drdb_store_test.cpp431 std::string backupPath = "backup.db"; variable
465 std::string backupPath = " "; variable
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
Dbackup_manager.cpp60 auto backupPath = topPath + "/" + storeId; in Init() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
Dkvstore_data_service.cpp433 bool KvStoreDataService::WriteBackupInfo(const std::string &content, const std::string &backupPath) in WriteBackupInfo()
483 std::string backupPath = DirectoryManager::GetInstance().GetClonePath(backupInfo.userId); in OnBackup() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_impl_test.cpp582 const std::string backupPath = DATABASE_NAME; variable
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dmedialibrary_rdbstore.cpp4862 int MediaLibraryRdbStore::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()