Lines Matching refs:recovery

5 …tions and errors are thrown, and the call or running constraints of the recovery framework are vio…
8 If the [application recovery](#available-apis) function is enabled in [AbilityStage](../reference/a…
10 In API version 9, application recovery is supported only for a single ability of the application de…
12 In API version 10, application recovery is applicable to multiple abilities of an application devel…
16 The application recovery APIs are provided by the **appRecovery** module, which can be imported via…
22 …ag, saveMode?: SaveModeFlag) : void;<sup>9+</sup> | Enables application recovery. After this API i…
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…
36recovery framework kills the current process and restarts the ability specified by **setRestartWan…
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…
41 The application recovery status flag is set when **saveAppState** is actively or passively called. …
43 ![Application recovery status management](./figures/application_recovery_status_management.png)
48 ![Application recovery from the freezing state](./figures/application_recovery_from_freezing.png)
64 …apis-inner-application-errorObserver.md) instance or enable application recovery, the application …
65recovery, the recovery framework first checks whether application state saving is supported and wh…
69 …he fault type can be ignored for the upper layer of an application. The recovery framework impleme…
222 This is triggered by the recovery framework. You do not need to register an **ErrorObserver** callb…
267 console.log("This ability need to recovery");