/ohos5.0/docs/en/application-dev/dfx/ |
H A D | apprecovery-guidelines.md | 5 …tions and errors are thrown, and the call or running constraints of the recovery framework are vio… 16 The application recovery APIs are provided by the **appRecovery** module, which can be imported via… 23 | saveAppState(): boolean;<sup>9+</sup> | Saves the state of the ability that supports recovery in … 24 …startWant**. If no ability is specified, a foreground ability that supports recovery is restarted.| 32 …e**: After this API is called, the recovery framework invokes **onSaveState** for all abilities th… 39 Since API version 10, application recovery is not limited to automatic restart in the case of an ex… 40 …vailable for recovery, the startup reason is set to **APP_RECOVERY** when the application is start… 43  48  65 …recovery, the recovery framework first checks whether application state saving is supported and wh… [all …]
|
/ohos5.0/foundation/multimedia/av_codec/services/dfx/include/ |
H A D | avcodec_xcollie.h | 28 uint64_t SetTimer(const std::string &name, bool isService, bool recovery, uint32_t timeout); 47 bool recovery = false, uint32_t timeout = 30) 49 index_ = AVCodecXCollie::GetInstance().SetTimer(name, isService, recovery, timeout);
|
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/ |
H A D | player_xcollie.h | 28 int32_t SetTimer(const std::string &name, bool recovery = false, uint32_t timeout = 10); // 10s 45 XcollieTimer(const std::string &name, bool recovery = false, uint32_t timeout = 10) 47 id_ = PlayerXCollie::GetInstance().SetTimer(name, recovery, timeout);
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/dfx/src/ |
H A D | xcollie_helper.cpp | 24 …SetTimer(const std::string &name, uint32_t timeout, XCollieCallback func, void *arg, bool recovery) in SetTimer() argument 28 if (recovery) { in SetTimer()
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hdc.md | 812 | target boot [-bootloader\|-recovery] | 重启目标设备,使用-bootloader参数重启后进入fastboot模式,使用-recovery参数重启后进入re… 885 target boot [-bootloader|-recovery] 894 | -recovery | 重启后进入recovery模式。 | 901 hdc target boot -recovery // 重启后进入recovery模式
|
/ohos5.0/foundation/multimedia/player_framework/services/utils/ |
H A D | player_xcollie.cpp | 77 int32_t PlayerXCollie::SetTimer(const std::string &name, bool recovery, uint32_t timeout) in SetTimer() argument 85 if (recovery) { in SetTimer()
|
/ohos5.0/foundation/multimedia/av_codec/services/dfx/ |
H A D | avcodec_xcollie.cpp | 94 uint64_t AVCodecXCollie::SetTimer(const std::string &name, bool isService, bool recovery, uint32_t … in SetTimer() argument 107 if (recovery) { in SetTimer()
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-appRecovery.md | 59 Enables application recovery. After this API is called, the first ability that is displayed when th… 98 - If the ability of the current application running in the foreground supports recovery, that abili… 99 - If multiple abilities that support recovery is running in the foreground, only the last ability i… 173 Saves the ability state, which will be used for recovery. This API can be used together with the AP… 246 bundleName: "ohos.samples.recovery",
|
H A D | js-apis-bundle-BundleInstaller-sys.md | 139 …eprecated) | Yes | Parameters required for bundle recovery. … 140 …InstallStatus](#installstatusdeprecated)> | Yes | Callback used to return the recovery status.| 171 Describes the parameters required for bundle installation, recovery, or uninstall.
|
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | camera-background-recovery.md | 17  38 console.info('onForeGround recovery begin.'); 279 console.info('onForeGround recovery end.');
|
H A D | Readme-CN.md | 31 - [相机启动恢复实现方案(ArkTS)](camera-background-recovery.md)
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/inner_api/ |
H A D | xcollie_helper.h | 24 …etTimer(const std::string &name, uint32_t timeout, XCollieCallback func, void *arg, bool recovery);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-update.md | 5 |新增|NA|类名:UpgradeAction<br>方法or属性:RECOVERY = 'recovery'|@ohos.update.d.ts|
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_recovery_test/ |
H A D | BUILD.gn | 31 # push recovery source file here 92 # push recovery source file here
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-update.md | 5 |Added|NA|Class name: UpgradeAction<br>Method or attribute name: RECOVERY = 'recovery'|@ohos.update…
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | camera-background-recovery.md | 16  37 console.info('onForeGround recovery begin.'); 278 console.info('onForeGround recovery end.');
|
H A D | Readme-EN.md | 31 - [Sample for Camera Recovery from the Background (ArkTS)](camera-background-recovery.md)
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.5.2/ |
H A D | changelogs-ability.md | 58 bundleName: "ohos.samples.recovery",
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/recovery/ |
H A D | BUILD.gn | 19 "${ability_runtime_path}/interfaces/kits/native/ability/native/recovery/",
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | errorcode-screenlock.md | 28 2. If the service is running, close the service process and wait for automatic recovery. If the iss…
|
/ohos5.0/docs/zh-cn/release-notes/ |
H A D | OpenHarmony-2-0-Canary.md | 74 | 升级服务 | - 新增recovery系统升级服务能力。<br/>- 新增差分包升级能力。<br/>- 新增系统属性管理JS API。 |
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.5.2/ |
H A D | changelogs-ability.md | 58 bundleName: "ohos.samples.recovery",
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-update.md | 8 …类名:UpgradeAction<br>方法 or 属性:RECOVERY = "recovery"<br>起始版本:N/A|类名:UpgradeAction<br>方法 or 属性:RECOVE…
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | web-download.md | 154 在以下示例中,通过“record”按钮将当前下载任务保存至持久化文件中,应用重启后,可借助“recovery”按钮恢复持久化的下载任务。示例代码实现了将当前下载任务持久化保存至文件的功能,若需保存多… 221 Button('recovery')
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ |
H A D | BUILD.gn | 44 "${ability_runtime_napi_path}/app/recovery:apprecovery_napi",
|