Home
last modified time | relevance | path

Searched refs:serviceBackupDir_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_restore_service.cpp60 serviceBackupDir_ = info.backupDir; in Init()
64 serviceBackupDir_ = RESTORE_SANDBOX_DIR; in Init()
90 restoreService_->StartRestore(serviceBackupDir_, UPGRADE_FILE_DIR); in StartRestore()
106 restoreService_->StartRestoreEx(serviceBackupDir_, UPGRADE_FILE_DIR, restoreExInfo); in StartRestoreEx()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_restore_service.h50 std::string serviceBackupDir_; variable