| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/ |
| D | backup_manager.cpp | 63 …auto backupPath = DirectoryManager::GetInstance().GetStoreBackupPath(meta) + "/" + AUTO_BACKUP_NAM… in Init() local 136 auto backupPath = DirectoryManager::GetInstance().GetStoreBackupPath(meta); in DoBackup() local 168 auto backupPath = path + BACKUP_BK_POSTFIX; in KeepData() local 175 auto backupPath = path + BACKUP_BK_POSTFIX; in SaveData() local 187 auto backupPath = path + BACKUP_BK_POSTFIX; in RollBackData() local 195 auto backupPath = path + BACKUP_BK_POSTFIX; in CleanData() local
|
| /foundation/multimedia/ringtone_library/services/ringtone_restore/include/ |
| D | ringtone_restore_base.h | 45 virtual int32_t LoadDualFwkConf(const std::string &backupPath) { return -1; } in LoadDualFwkConf()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| D | backup_manager_service_test.cpp | 139 void BackupManagerServiceTest::Exporter(const StoreMetaData &meta, const std::string &backupPath, b… in Exporter() 204 { result = true; }; in __anonddd990510202() 411 auto backupPath = DirectoryManager::GetInstance().GetStoreBackupPath(metaData_); variable
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
| D | kvdb_exporter.cpp | 29 void KVDBExporter::Exporter(const StoreMetaData &meta, const std::string &backupPath, bool &result) in Exporter()
|
| /foundation/multimedia/ringtone_library/services/ringtone_restore/src/ |
| D | ringtone_dualfwk_restore.cpp | 49 int32_t RingtoneDualFwkRestore::LoadDualFwkConf(const std::string &backupPath) in LoadDualFwkConf() 96 int32_t RingtoneDualFwkRestore::Init(const std::string &backupPath) in Init() 466 int32_t RingtoneDualFwkRestoreClone::LoadDualFwkConf(const std::string &backupPath) in LoadDualFwkConf()
|
| D | ringtone_restore.cpp | 37 int32_t RingtoneRestore::Init(const std::string &backupPath) in Init()
|
| D | ringtone_restore_napi.cpp | 96 static int32_t RingtoneRestore(std::unique_ptr<RestoreInterface> &restore, string backupPath) in RingtoneRestore()
|
| D | ringtone_restore_base.cpp | 48 int32_t RingtoneRestoreBase::Init(const string &backupPath) in Init()
|
| /foundation/multimedia/ringtone_library/test/unittest/ringtone_dualfwk_restore_test/src/ |
| D | ringtone_dualfwk_restore_test.cpp | 149 string backupPath = ""; variable 241 string backupPath = "/data/test"; variable
|
| /foundation/multimedia/ringtone_library/test/unittest/ringtone_restore_test/src/ |
| D | ringtone_restore_test.cpp | 236 const string backupPath; variable 272 const string backupPath = "/data/local/tmp/test"; variable
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
| D | mock_app_provision_info.h | 223 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()
|
| D | mock_rdb.h | 211 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/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
| D | mock_rdb.h | 211 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/ |
| D | preferences_helper.cpp | 254 std::string backupPath = PreferencesUtils::MakeFilePath(filePath, PreferencesUtils::STR_BACKUP); in DeletePreferences() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | connection_pool.cpp | 475 int ConnPool::ChangeDbFileForRestore(const std::string &newPath, const std::string &backupPath, in ChangeDbFileForRestore() 507 int ConnPool::RestoreByDbSqliteType(const std::string &newPath, const std::string &backupPath, in RestoreByDbSqliteType() 521 int ConnPool::RestoreMasterDb(const std::string &newPath, const std::string &backupPath) in RestoreMasterDb()
|
| D | rdb_store_impl.cpp | 2528 int RdbStoreImpl::GetDestPath(const std::string &backupPath, std::string &destPath) in GetDestPath() 2551 bool RdbStoreImpl::IsUseAsyncRestore(const std::string &newPath, const std::string &backupPath) in IsUseAsyncRestore() 2668 int RdbStoreImpl::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
|
| D | rdb_store.cpp | 475 int RdbStore::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
| D | backup_manager.cpp | 60 auto backupPath = topPath + "/" + storeId; in Init() local
|
| /foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
| D | rdb_store_test.cpp | 434 std::string backupPath = "backup.db"; variable 468 std::string backupPath = " "; variable
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
| D | kvstore_data_service.cpp | 482 bool KvStoreDataService::WriteBackupInfo(const std::string &content, const std::string &backupPath) in WriteBackupInfo() 530 std::string backupPath = DirectoryManager::GetInstance().GetClonePath(backupInfo.userId); in OnBackup() local
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| D | rdb_store_impl_test.cpp | 611 const std::string backupPath = DATABASE_NAME; variable
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
| D | medialibrary_rdbstore.cpp | 5930 int MediaLibraryRdbStore::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore()
|