Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/
H A Dbackup_manager.cpp62 …auto backupPath = DirectoryManager::GetInstance().GetStoreBackupPath(meta) + "/" + AUTO_BACKUP_NAM… 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 = path + BACKUP_BK_POSTFIX; in RollBackData() local
197 auto backupPath = path + BACKUP_BK_POSTFIX; in CleanData() local
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H A Dringtone_dualfwk_restore.cpp68 int32_t RingtoneDualFwkRestore::LoadDualFwkConf(const std::string &backupPath) in LoadDualFwkConf()
115 int32_t RingtoneDualFwkRestore::Init(const std::string &backupPath) in Init()
496 int32_t RingtoneDualFwkRestoreClone::LoadDualFwkConf(const std::string &backupPath) in LoadDualFwkConf()
H A Dringtone_restore.cpp38 int32_t RingtoneRestore::Init(const std::string &backupPath) in Init()
H A Dringtone_restore_napi.cpp96 static int32_t RingtoneRestore(std::unique_ptr<RestoreInterface> &restore, string backupPath) in RingtoneRestore()
H A Dringtone_dualfw_restore.cpp91 int32_t RingtoneDualfwRestore::Init(const std::string &backupPath) in Init()
H A Dringtone_restore_base.cpp47 int32_t RingtoneRestoreBase::Init(const string &backupPath) in Init()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp227 std::string backupPath = MakeFilePath(filePath, STR_BACKUP); in DeletePreferences() local
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/ringtone_dualfwk_restore_test/src/
H A Dringtone_dualfwk_restore_test.cpp148 string backupPath = ""; variable
/ohos5.0/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()
227 virtual int ChangeDbFileForRestore(const std::string newPath, const std::string backupPath, in ChangeDbFileForRestore()
/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()
402 int ConnPool::RestoreByDbSqliteType(const std::string &newPath, const std::string &backupPath, Slav… in RestoreByDbSqliteType()
415 int ConnPool::RestoreMasterDb(const std::string &newPath, const std::string &backupPath) in RestoreMasterDb()
H A Drdb_store.cpp427 int RdbStore::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
H A Drdb_store_impl.cpp2155 int RdbStoreImpl::GetDestPath(const std::string &backupPath, std::string &destPath) in GetDestPath()
2178 int RdbStoreImpl::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_rdb.h219 int Restore(const std::string& backupPath, const std::vector<uint8_t>& newKey) override in Restore()
224 const std::string newPath, const std::string backupPath, const std::vector<uint8_t>& newKey) in ChangeDbFileForRestore()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_updateflag.c133 char backupPath[CERT_MAX_PATH_LEN] = { 0 }; in IsCertNeedBackup() local
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp231 std::string backupPath = std::string(UPDATE_BACKUP_DIR) + "/" + hmpName; in Revert() local
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_test.cpp431 std::string backupPath = "backup.db"; variable
465 std::string backupPath = " "; variable
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp255 virtual int Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
259 virtual int ChangeDbFileForRestore(const std::string newPath, const std::string backupPath, in ChangeDbFileForRestore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dbackup_manager.cpp60 auto backupPath = topPath + "/" + storeId; in Init() local
/ohos5.0/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_main.cpp561 std::string backupPath = std::string(UPDATE_BACKUP_DIR) + "/" + hmpName; in BackupActiveModules() local
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_impl_test.cpp521 const std::string backupPath = DATABASE_NAME; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdbstore.cpp4271 int MediaLibraryRdbStore::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()