/foundation/multimedia/ringtone_library/services/ringtone_restore/include/ |
H A D | ringtone_restore_base.h | 41 virtual int32_t LoadDualFwkConf(const std::string &backupPath) { return -1; } in LoadDualFwkConf() argument
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_exporter.cpp | 28 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 D | mock_rdb.h | 222 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 D | ringtone_restore_napi.cpp | 96 static int32_t RingtoneRestore(std::unique_ptr<RestoreInterface> &restore, string backupPath) in RingtoneRestore() argument
|
H A D | ringtone_restore.cpp | 37 int32_t RingtoneRestore::Init(const std::string &backupPath) in Init() argument
|
H A D | ringtone_restore_base.cpp | 48 int32_t RingtoneRestoreBase::Init(const string &backupPath) in Init() argument
|
H A D | ringtone_dualfwk_restore.cpp | 68 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 D | preferences_helper.cpp | 221 std::string backupPath = MakeFilePath(filePath, STR_BACKUP); in DeletePreferences() local
|
/foundation/multimedia/ringtone_library/test/unittest/ringtone_dualfwk_restore_test/src/ |
H A D | ringtone_dualfwk_restore_test.cpp | 148 string backupPath = ""; in HWTEST_F() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/backup/src/ |
H A D | backup_manager.cpp | 62 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 D | rdb_store_impl_test.cpp | 499 const std::string backupPath = DATABASE_NAME; in HWTEST_F() local
|
/foundation/multimedia/ringtone_library/test/unittest/ringtone_restore_test/src/ |
H A D | ringtone_restore_test.cpp | 236 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 D | rdb_store_test.cpp | 431 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 D | mock_app_provision_info.h | 223 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 D | rdb_store_test.cpp | 499 const std::string backupPath = DATABASE_NAME; in HWTEST_F() local
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | connection_pool.cpp | 360 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 D | rdb_store.cpp | 426 int RdbStore::Restore(const std::string &backupPath, const std::vector<uint8_t> &newKey) in Restore() argument
|
H A D | rdb_store_impl.cpp | 2154 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
|