Home
last modified time | relevance | path

Searched refs:HotaRestart (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/sys_installer_lite/interfaces/kits/
H A Dhota_updater.h182 int HotaRestart(void);
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-ota-guide.md339 3. 写入完成后,调用HotaRestart接口重启系统,升级过程中,使用HotaCancel接口可以取消升级。
391 (void)HotaRestart();
414 6. 调用HotaRestart接口,进行重启,升级过程中,使用HotaCancel接口可以取消升级。
483 (void)HotaRestart();
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-ota-guide.md339 3. Call the **HotaRestart** function to restart the system for the update to take effect. Call the …
391 (void)HotaRestart();
414 6. Call the **HotaRestart** function to restart the system for the update to take effect. Call the …
483 (void)HotaRestart();
/ohos5.0/base/update/sys_installer_lite/frameworks/source/updater/
H A Dhota_updater.c636 int HotaRestart(void) in HotaRestart() function