/base/update/sys_installer_lite/ |
D | README_zh.md | 1 # OTA组件<a name="ZH-CN_TOPIC_0000001078451366"></a> 13 OTA(Over the Air)提供对设备远程升级能力,基于提供的接口进行二次开发后,可以让您的设备轻松支持OTA升级能力。升级子系统对用户屏蔽了底层芯片的差异,对外提供了统一的升级接口。 26 ├── frameworks # OTA升级实现,主要包括升级包解析验证、写入、升级的功能 34 └── kits # OTA升级接口 80 - 添加完上述的配置后,执行如下命令编译整个系统,烧录到3516芯片平台上即可体验OTA功能。
|
D | README.md | 1 # OTA<a name="EN-US_TOPIC_0000001078451366"></a> 11 Over the Air \(OTA\) provides the remote device update capability. Your devices will be able to sup… 18 ├── frameworks # OTA update implementation, including update package parsing, verification,… 26 └── kits # OTA update APIs 70 - Run the following commands to compile the system. You can experience the OTA update function af…
|
/base/update/updater/services/ui/include/ |
D | updater_ui_const.h | 28 OTA, enumerator
|
/base/update/update_app/feature/ota/src/main/ets/ |
D | OtaPage.ets | 39 return component.componentType == update.ComponentType.OTA; 63 dialogType: isABInstall ? CountDownDialogType.OTA_AB : CountDownDialogType.OTA 78 return component.componentType == update.ComponentType.OTA;
|
/base/update/updater/services/ui/strategy/ |
D | ui_strategy.cpp | 57 {UpdaterMode::OTA, "ota"}, 85 constexpr std::array strategies {UpdaterMode::OTA, UpdaterMode::FACTORYRST, in LoadStrategy()
|
/base/update/updateservice/services/firmware/common/src/ |
D | firmware_update_helper.cpp | 67 hotaVersionComponent.componentType = CAST_INT(ComponentType::OTA); in BuildHotaVersionComponent() 119 hotaVersionComponent.componentType = CAST_INT(ComponentType::OTA); in BuildCurrentVersionInfo()
|
/base/update/update_app/common/src/main/ets/const/ |
D | update_const.ts | 423 OTA = 0, enumerator
|
/base/update/updater/test/unittest/updater_ui_test/strategy/ |
D | ui_strategy_unittest.cpp | 94 {UpdaterMode::REBOOTFACTORYRST, rebootFactoryRstCfg}, {UpdaterMode::OTA, defaultCfg},
|
/base/update/updater/ |
D | updater.md | 103 ### OTA升级
|
D | updater_ux_guide.md | 3 updater部件是在升级模式下的轻量小系统,ux组件是一套系统交互界面,提供OTA升级过程中的界面显示和信息提示,指导用户完成升级流程。组件不依赖ArkUI框架,无需引入JS,具有界面简洁、外部依…
|
/base/update/updateservice/services/firmware/upgrade/flow/src/ |
D | firmware_manager.cpp | 376 versionComponent.componentType = CAST_INT(ComponentType::OTA); in HandleBootUpdateSuccess() 403 versionComponent.componentType = CAST_INT(ComponentType::OTA); in HandleBootUpdateFail()
|
/base/update/updateservice/interfaces/kits/js/declaration/ |
D | @ohos.update.d.ts | 1510 OTA = 1 enumerator
|
/base/update/update_app/feature/ota/src/main/ets/util/ |
D | VersionUtils.ets | 128 return component.componentType == update.ComponentType.OTA;
|
/base/update/update_app/feature/ota/src/main/ets/dialog/ |
D | CountDownInstallDialogBuilder.ets | 99 if (this.dialogType == CountDownDialogType.OTA) {
|
/base/update/updateservice/ |
D | README_zh.md | 105 let updater = client.getUpdater('OTA');
|
D | README.md | 105 let updater = client.getUpdater('OTA');
|
/base/update/updateservice/frameworks/js/napi/base/src/ |
D | define_property.cpp | 105 DECLARE_ENUM_PROPERTY(ComponentType::OTA), in DefineComponentType()
|
D | client_helper.cpp | 528 static const std::list enumList = { ComponentType::OTA }; in ParseUpgradeFile()
|
/base/update/sys_installer/services/module_update/ |
D | 模块升级编译打包和使用指南.md | 6 …cation Binary Interface)稳定的前提下,将系统按模块、服务、或库进行解耦,实现独立打包、独立升级的能力。模块化升级可解决系统的模块解耦,各模块可独立于OTA版本进行发布和演进。
|
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_helper.h | 117 OTA = 1 enumerator
|
/base/update/update_app/product/oh/base/src/main/ets/pages/ |
D | newVersion.ets | 63 private dialogType: CountDownDialogType = CountDownDialogType.OTA;
|
/base/update/updater/services/ |
D | updater_main.cpp | 558 (void)UPDATER_UI_INSTANCE.SetMode(UpdaterMode::OTA); in StartUpdater()
|