Home
last modified time | relevance | path

Searched refs:DOWNLOAD_FAIL (Results 1 – 9 of 9) sorted by relevance

/base/update/updateservice/services/firmware/upgrade/executor/src/
Dfirmware_download_executor.cpp50 progress.status = UpgradeStatus::DOWNLOAD_FAIL; in DoDownload()
63 progress.status = UpgradeStatus::DOWNLOAD_FAIL; in DoDownload()
107 progress0.status = UpgradeStatus::DOWNLOAD_FAIL; in PerformDownload()
128 if (progress.status == UpgradeStatus::DOWNLOAD_FAIL || in DownloadCallback()
147 downloadProgress.status = UpgradeStatus::DOWNLOAD_FAIL; in DownloadCallback()
/base/update/updateservice/services/engine/src/
Dprogress_thread.cpp119 DownloadCallback(0, UpgradeStatus::DOWNLOAD_FAIL, "Failed to check file"); in ProcessThreadExecute()
123 DownloadCallback(0, UpgradeStatus::DOWNLOAD_FAIL, "Failed ot open file"); in ProcessThreadExecute()
129 DownloadCallback(0, UpgradeStatus::DOWNLOAD_FAIL, "Failed to init curl"); in ProcessThreadExecute()
148 DownloadCallback(0, UpgradeStatus::DOWNLOAD_FAIL, in ProcessThreadExecute()
187 if (status == UpgradeStatus::DOWNLOAD_FAIL) { in DownloadCallback()
250 …downloadProgress_.status = isNoNet_ ? UpgradeStatus::DOWNLOAD_FAIL : UpgradeStatus::DOWNLOAD_CANCE… in DealAbnormal()
Dupdate_helper.cpp167 return status == UpgradeStatus::DOWNLOAD_FAIL || in IsUpgradeFailed()
/base/update/updateservice/services/firmware/upgrade/mode/src/
Dfirmware_download_mode.cpp62 taskStatus != UpgradeStatus::DOWNLOAD_FAIL && in GetStepAfterInit()
114 case UpgradeStatus::DOWNLOAD_FAIL: in GetStepAfterDownload()
143 task.taskId, EventId::EVENT_DOWNLOAD_FAIL, UpgradeStatus::DOWNLOAD_FAIL, errorMessage); in DownloadFailProcess()
/base/update/updateservice/services/core/ability/callback/src/
Dbase_callback_utils.cpp49 {UpgradeStatus::DOWNLOAD_FAIL, EventId::EVENT_DOWNLOAD_FAIL}, in ProgressCallback()
/base/update/updateservice/interfaces/kits/js/declaration/
D@ohos.update.d.ts1787 DOWNLOAD_FAIL = 23, enumerator
/base/update/updateservice/frameworks/js/napi/base/src/
Ddefine_property.cpp84 DECLARE_ENUM_PROPERTY(UpgradeStatus::DOWNLOAD_FAIL), in DefineUpgradeStatus()
Dclient_helper.cpp504 UpgradeStatus::DOWNLOAD_CANCEL, UpgradeStatus::DOWNLOAD_FAIL, in GetOptionsFromArg()
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_helper.h94 DOWNLOAD_FAIL, enumerator