Searched refs:DOWNLOAD_FAIL (Results 1 – 9 of 9) sorted by relevance
/base/update/updateservice/services/firmware/upgrade/executor/src/ |
D | firmware_download_executor.cpp | 50 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/ |
D | progress_thread.cpp | 119 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()
|
D | update_helper.cpp | 167 return status == UpgradeStatus::DOWNLOAD_FAIL || in IsUpgradeFailed()
|
/base/update/updateservice/services/firmware/upgrade/mode/src/ |
D | firmware_download_mode.cpp | 62 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/ |
D | base_callback_utils.cpp | 49 {UpgradeStatus::DOWNLOAD_FAIL, EventId::EVENT_DOWNLOAD_FAIL}, in ProgressCallback()
|
/base/update/updateservice/interfaces/kits/js/declaration/ |
D | @ohos.update.d.ts | 1787 DOWNLOAD_FAIL = 23, enumerator
|
/base/update/updateservice/frameworks/js/napi/base/src/ |
D | define_property.cpp | 84 DECLARE_ENUM_PROPERTY(UpgradeStatus::DOWNLOAD_FAIL), in DefineUpgradeStatus()
|
D | client_helper.cpp | 504 UpgradeStatus::DOWNLOAD_CANCEL, UpgradeStatus::DOWNLOAD_FAIL, in GetOptionsFromArg()
|
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_helper.h | 94 DOWNLOAD_FAIL, enumerator
|