Searched refs:restoreService_ (Results 1 – 2 of 2) sorted by relevance
57 if (restoreService_ != nullptr) { in Init()74 restoreService_ = std::make_unique<CloneRestore>(); in Init()83 if (restoreService_ == nullptr) { in StartRestore()90 restoreService_->StartRestore(serviceBackupDir_, UPGRADE_FILE_DIR); in StartRestore()98 if (restoreService_ == nullptr) { in StartRestoreEx()118 if (restoreService_ == nullptr) { in GetBackupInfo()123 backupInfo = restoreService_->GetBackupInfo(); in GetBackupInfo()129 if (restoreService_ == nullptr) { in GetProgressInfo()134 progressInfo = restoreService_->GetProgressInfo(); in GetProgressInfo()146 if (restoreService_ == nullptr) { in StartBackup()[all …]
51 std::unique_ptr<BaseRestore> restoreService_; variable