Home
last modified time | relevance | path

Searched refs:restoreType_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dext_backup.cpp166 restoreType_ = want.GetIntParam(BConstants::EXTENSION_RESTORE_TYPE_PARA, 0); in GetParament()
169 …version %{public}s type %{public}d from want when restore.", appVersionStr_.c_str(), restoreType_); in GetParament()
262 return restoreType_ == RestoreTypeEnum::RESTORE_DATA_READDY; in RestoreDataReady()
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_restore_deps_manager_test.cpp178 …SvcRestoreDepsManager::RestoreInfo info = {.restoreType_ = RESTORE_DATA_WAIT_SEND, .fileNames_ = {…
200 …SvcRestoreDepsManager::RestoreInfo info = {.restoreType_ = RESTORE_DATA_WAIT_SEND, .fileNames_ = {…
321 SvcRestoreDepsManager::RestoreInfo info = {.restoreType_ = RESTORE_DATA_WAIT_SEND, {""}};
363 SvcRestoreDepsManager::RestoreInfo info = {.restoreType_ = RESTORE_DATA_WAIT_SEND, {""}};
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_restore_deps_manager.h37 RestoreTypeEnum restoreType_ {RESTORE_DATA_WAIT_SEND};
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_backup.h198 int restoreType_; variable
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp1321 session_->SetBundleRestoreType(bundleInfo.name, info.restoreType_); in HandleRestoreDepsBundle()