/ohos5.0/base/request/request/services/src/manage/scheduler/ |
H A D | sql.rs | 21 State::Waiting.repr, in start_task() 40 State::Waiting.repr, in pause_task() 52 State::Waiting.repr, in stop_task() 150 let states = [State::Running, State::Retrying, State::Waiting]; in ut_pause() 191 let states = [State::Running, State::Retrying, State::Waiting]; in ut_stop()
|
H A D | mod.rs | 131 database.change_status(task_id, State::Waiting)?; in start_inner() 207 if info.state != State::Running.repr && info.state != State::Waiting.repr { in task_completed() 239 State::Waiting, in task_cancel() 290 if info.state != State::Running.repr && info.state != State::Waiting.repr { in task_failed() 402 database.update_task_state(task_id, State::Waiting, reason); in check_config_satisfy() 411 database.update_task_state(task_id, State::Waiting, Reason::AppBackgroundOrTerminate); in check_config_satisfy() 457 State::Waiting => sql::start_task(task_id), in change_status()
|
/ohos5.0/base/request/request/services/src/task/ |
H A D | info.rs | 95 Waiting = 0x10, enumerator 129 16 => State::Waiting, in from() 199 assert_eq!(State::Waiting.repr, 16); in ut_enum_state()
|
H A D | download.rs | 77 TaskError::Waiting(phase) => match phase { in download() 145 return Err(TaskError::Waiting(TaskPhase::NeedRetry)); in download_inner() 407 clone_task.status.lock().unwrap().state = State::Waiting; in ut_download_resume_not_support_range() 410 assert_eq!(err, TaskError::Waiting(TaskPhase::UserAbort)); in ut_download_resume_not_support_range() 532 clone_task.status.lock().unwrap().state = State::Waiting; in ut_download_range_resume_1() 535 assert_eq!(ret, TaskError::Waiting(TaskPhase::UserAbort)); in ut_download_range_resume_1()
|
H A D | request_task.rs | 108 return Err(TaskError::Waiting(TaskPhase::NetworkOffline)); in network_retry() 111 return Err(TaskError::Waiting(TaskPhase::NeedRetry)); in network_retry() 449 ErrorKind::UserAborted => Err(TaskError::Waiting(TaskPhase::UserAbort)), in handle_download_error() 725 Waiting(TaskPhase), enumerator
|
H A D | upload.rs | 286 TaskError::Waiting(phase) => match phase { in upload() 394 return Err(TaskError::Waiting(TaskPhase::NeedRetry)); in upload_one_file() 425 ErrorKind::UserAborted => return Err(TaskError::Waiting(TaskPhase::UserAbort)), in upload_one_file()
|
/ohos5.0/base/request/request/services/src/manage/ |
H A D | mod.rs | 103 State::Waiting.repr in ut_manager_task_state_and_reason() 123 State::Waiting.repr in ut_manager_task_state_and_reason() 143 State::Waiting.repr in ut_manager_task_state_and_reason() 163 State::Waiting.repr in ut_manager_task_state_and_reason()
|
H A D | database.rs | 292 State::Waiting.repr, in clear_invalid_records() 549 State::Waiting.repr, in get_app_task_qos_infos()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-stepper.md | 180 … this.thirdState = this.thirdState === ItemState.Waiting ? ItemState.Normal : ItemState.Waiting
|
H A D | ts-basic-components-stepperitem.md | 89 | Waiting | 等待状态,右侧文本按钮不显示,显示等待进度条,不可点击进入下一个StepperItem。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/ |
H A D | errorcode-audio.md | 91 Waiting for external processing times out. 95 Waiting for external processing times out. For example, waiting for the application to fill in audi…
|
/ohos5.0/base/request/request/services/src/manage/events/ |
H A D | stop.rs | 26 || info.state == State::Waiting.repr in stop()
|
/ohos5.0/drivers/interface/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 76 int delay; /** Waiting time. */ 90 int delay; /** Waiting time. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/foo/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 76 int delay; /** Waiting time. */ 90 int delay; /** Waiting time. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 76 int delay; /** Waiting time. */ 90 int delay; /** Waiting time. */
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-form-kit/ |
H A D | js-apis-app-form-formAgent-sys.md | 44 | 16501008 | Waiting for the form addition to the desktop timed out. | 110 | 16501008 | Waiting for the form addition to the desktop timed out. |
|
H A D | errorcode-form.md | 184 Waiting for the form addition to the desktop timed out.
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
H A D | schedule_io.rs | 305 Waiting, enumerator 369 *state = State::Waiting; in poll_init() 411 State::Waiting => { in poll_state()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-stepper.md | 178 … this.thirdState = this.thirdState === ItemState.Waiting ? ItemState.Normal : ItemState.Waiting
|
H A D | ts-basic-components-stepperitem.md | 89 | Waiting | The button on the right is not displayed, and a progress bar is displayed instead.|
|
/ohos5.0/docs/en/application-dev/reference/apis-form-kit/ |
H A D | js-apis-app-form-formAgent-sys.md | 44 | 16501008 | Waiting for the form addition to the desktop timed out. | 110 | 16501008 | Waiting for the form addition to the desktop timed out. |
|
H A D | errorcode-form.md | 184 Waiting for the form addition to the desktop timed out.
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-update-sys.md | 2096 | WAITING_DOWNLOAD | 20 | Waiting for download. | 2100 | WAITING_INSTALL | 30 | Waiting for installation. | 2102 | WAITING_APPLY | 40 | Waiting for applying the update. | 2128 | EVENT_DOWNLOAD_WAIT | 0x01000003 | Waiting for download. | 2135 | EVENT_UPGRADE_WAIT | 0x0100000A | Waiting for update. | 2138 | EVENT_APPLY_WAIT | 0x0100000D | Waiting for applying the update. |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | errorcode-utils.md | 358 Waiting for a global call timed out.
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-debugging-with-devtools.md | 123 ### Waiting for the Page to Be Debugged 348 …g is successful. On the Chrome debugging page, perform the operation of [Waiting for the Page to B…
|