/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | errorcode-print.md | 20 Close the print page and try again later, or restart the device. 36 Close the print page and try again later, or restart the device. 52 Close the print page and try again later, or restart the device. 69 Close the print page and try again later, or restart the device. 86 Close the print page and try again later, or restart the device. 103 Cancel the job, close the print page, or restart the device.
|
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | nci_ce_impl_default.cpp | 36 bool restart = NfccNciAdapter::GetInstance().IsRfEbabled(); in CommitRouting() local 37 if (restart) { in CommitRouting() 41 if (restart) { in CommitRouting()
|
H A D | nci_nfcc_impl_default.cpp | 32 …lt::EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart) in EnableDiscovery() argument 34 …cNciAdapter::GetInstance().EnableDiscovery(techMask, enableReaderMode, enableHostRouting, restart); in EnableDiscovery()
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | errorcode-wifi.md | 26 2. If the error persists, restart the device. 47 2. If the error persists, restart the device. 86 2. If the error persists, restart the device. 107 2. If the error persists, restart the device. 128 2. If the error persists, restart the device.
|
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_service_extension.cpp | 89 void FormRenderServiceExtension::OnCommand(const AAFwk::Want &want, bool restart, int startId) in OnCommand() argument 91 Extension::OnCommand(want, restart, startId); in OnCommand() 93 restart ? "true" : "false", in OnCommand()
|
/ohos5.0/docs/zh-cn/device-dev/quick-start/ |
H A D | quickstart-ide-3568-running.md | 10 
|
H A D | quickstart-pkg-3568-running.md | 10 
|
H A D | quickstart-ide-3861-burn.md | 51 
|
/ohos5.0/docs/zh-cn/application-dev/graphics3d/ |
H A D | arkgraphics3D-animation.md | 27 - 重启(restart): 从动画的起点开始播放动画 43 anim.restart(); 53 - onStarted(): 当动画开始播放时执行的回调函数,start操作以及restart操作也会触发这个回调
|
/ohos5.0/docs/en/application-dev/reference/apis-backgroundtasks-kit/ |
H A D | errorcode-backgroundTaskMgr.md | 43 Try again later or restart the device. 61 Try again later or restart the device. 80 Try again later or restart the device. 124 2. Try again later or restart the device. 145 2. Try again later or restart the device. 167 3. Try again later or restart the device.
|
H A D | errorcode-DeviceUsageStatistics.md | 59 Try again later or restart the device. 77 Try again later or restart the device. 133 Try again later or restart the device.
|
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/ |
H A D | nci_nfcc_proxy.cpp | 57 …xy::EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart) in EnableDiscovery() argument 60 … return nfccInterface_->EnableDiscovery(techMask, enableReaderMode, enableHostRouting, restart); in EnableDiscovery()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/ |
H A D | ui_extension_base.h | 64 void OnCommand(const AAFwk::Want &want, bool restart, int startId) override in OnCommand() argument 66 Extension::OnCommand(want, restart, startId); in OnCommand() 68 impl_->OnCommand(want, restart, startId); in OnCommand()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | extension_ability_thread.h | 90 void ScheduleCommandAbility(const Want &want, bool restart, int startId) override; 194 void HandleCommandExtension(const Want &want, bool restart, int32_t startId); 224 void ScheduleCommandAbilityInner(const Want &want, bool restart, int32_t startId);
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_service_extension_test/ |
H A D | fms_form_render_service_extension_test.cpp | 83 bool restart = true; variable 85 formRenderServiceExtension->OnCommand(want, restart, startId);
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-ide-3861-burn.md | 23 …, click the connect icon. During the connection, DevEco Device Tool will restart. Therefore, to av… 49 …formation is displayed, press the RST key on the development board within 15 seconds to restart it. 51 
|
H A D | quickstart-ide-3568-running.md | 10 
|
H A D | quickstart-pkg-3568-running.md | 10 
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-appRecovery.md | 16 Enumerates the application restart flags. This enum is used as an input parameter of [enableAppReco… 57 enableAppRecovery(restart?: [RestartFlag](#restartflag), saveOccasion?: [SaveOccasionFlag](#saveocc… 71 | restart | [RestartFlag](#restartflag) | No| Whether the application is restarted upon a fault. By… 102 …the application exits but does not restart. The behavior of automatic restart is the same as that … 244 // set restart want
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrenderserviceextension_fuzzer/ |
H A D | formrenderserviceextension_fuzzer.cpp | 54 bool restart = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local 56 formRenderServiceExtension->OnCommand(want, restart, startId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/ |
H A D | js-apis-inner-scene-resources.md | 181 当动画开始播放时执行的回调函数,start操作以及restart操作也会触发这个回调。 235 ### restart subsection 236 restart(): void 247 function restart() : void { 253 anim.restart();
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | extension_ability_thread.cpp | 316 void ExtensionAbilityThread::HandleCommandExtension(const Want &want, bool restart, int32_t startId) in HandleCommandExtension() argument 324 extensionImpl_->CommandExtension(want, restart, startId); in HandleCommandExtension() 455 void ExtensionAbilityThread::ScheduleCommandAbility(const Want &want, bool restart, int32_t startId) in ScheduleCommandAbility() argument 462 ScheduleCommandAbilityInner(want, restart, startId); in ScheduleCommandAbility() 469 void ExtensionAbilityThread::ScheduleCommandAbilityInner(const Want &want, bool restart, int32_t st… in ScheduleCommandAbilityInner() argument 472 auto task = [weak, want, restart, startId]() { in ScheduleCommandAbilityInner() 478 abilityThread->HandleCommandExtension(want, restart, startId); in ScheduleCommandAbilityInner()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_nfcc_proxy_test/ |
H A D | nci_nfcc_proxy_test.cpp | 75 bool restart = false; variable 77 nciNfccProxy->EnableDiscovery(techMask, enableReaderMode, enableHostRouting, restart);
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | apprecovery-guidelines.md | 10 … developed using the stage model. Application state saving and automatic restart are performed whe… 22 | enableAppRecovery(restart?: RestartFlag, saveOccasion?: SaveOccasionFlag, saveMode?: SaveModeFlag… 26 | setRestartWant(want: Want): void;<sup>10+</sup> | Sets the abilities to restart when **restartApp… 36 …the application exits but does not restart. The behavior of automatic restart is the same as that … 39 Since API version 10, application recovery is not limited to automatic restart in the case of an ex… 63 …fter the processing is complete, you can call the **saveAppState** API and restart the application. 64 … exit according to the default processing logic of the system. Users can restart the application f… 176 …rs **appRecovery.restartApp()**, the application is restarted. After the restart, **onCreate(want,…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-appRecovery.md | 57 enableAppRecovery(restart?: [RestartFlag](#restartflag), saveOccasion?: [SaveOccasionFlag](#saveocc… 71 | restart | [RestartFlag](#restartflag) | 否 | 枚举类型,发生对应故障时是否重启,默认为重启。 | 244 // set restart want
|