Signed-off-by: 江海<jianghai14@huawei.com>

This commit is contained in:
江海
2022-07-22 09:38:06 +00:00
committed by Gitee
parent ad3aa2a3f8
commit 995a76a81f
@@ -434,16 +434,16 @@ const UpgradeInfo = {
const BusinessType = {
vendor: BusinessVendor,
subType: BusinessSubType.FIRMWARE
subType: BusinessSubType
}
const DownloadOptions = {
allowNetwork: NetType.CELLULAR,
order: Order.DOWNLOAD_AND_INSTALL
allowNetwork: NetType,
order: Order
}
const ResumeDownloadOptions = {
allowNetwork: NetType.CELLULAR
allowNetwork: NetType
}
const PauseDownloadOptions = {
@@ -451,11 +451,11 @@ const PauseDownloadOptions = {
}
const UpgradeOptions = {
order: Order.INSTALL
order: Order
}
const ClearOptions = {
status: UpgradeStatus.UPGRADE_SUCCESS
status: UpgradeStatus
}
const EventClassifyInfo = {
@@ -464,7 +464,7 @@ const EventClassifyInfo = {
}
const UpgradeFile = {
fileType: ComponentType.OTA,
fileType: ComponentType,
filePath: "[PC Preview] unknown filePath"
}