/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/ |
H A D | actsCESDataTest.cpp | 782 Delay(1); 848 Delay(1); 917 Delay(1); 986 Delay(1); 1055 Delay(1); 1121 Delay(1); 1190 Delay(1); 1444 Delay(1); 1504 Delay(1); 1564 Delay(1); [all …]
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-mini-basic-task.md | 185 printf("Delay TaskHi Failed.\n"); 212 printf("Delay TaskLo Failed.\n");
|
H A D | kernel-small-basic-process-thread.md | 163 PRINTK("Delay Task Failed.\n"); 186 PRINTK("Delay TaskLo Failed.\n");
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/ |
H A D | dbinder_test_service_skeleton.h | 67 virtual int Delay(int data, int &rep) = 0; 151 int Delay(int data, int &rep) override;
|
H A D | dbinder_test_service.h | 30 int Delay(int data, int &rep) override;
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-basic-process-thread.md | 161 …/* Delay the task for 2 ticks. The task is suspended, and the remaining task with the highest prio… 164 PRINTK("Delay Task Failed.\n"); 184 …/* Delay the task for 2 ticks. The task is suspended, and the remaining task with the highest prio… 187 PRINTK("Delay TaskLo Failed.\n");
|
H A D | kernel-mini-basic-task.md | 183 …/* Delay the task for 100 ticks. The task is then suspended, and the remaining task with the highe… 186 printf("Delay TaskHi Failed.\n"); 210 …/* Delay the task for 100 ticks. The task is then suspended, and the remaining task with the highe… 213 printf("Delay TaskLo Failed.\n");
|
H A D | kernel-small-basic-time.md | 101 LOS_TaskDelay(200);// Delay 200 ticks.
|
H A D | kernel-small-basic-interrupt.md | 112 /* Delay 50 ticks. Call HwiUsrIrq when a hardware interrupt occurs. */
|
H A D | kernel-mini-basic-interrupt.md | 147 /* Delay 50 ticks to release the scheduling of the current thread. */
|
H A D | kernel-small-basic-softtimer.md | 162 LOS_TaskDelay(200); // Delay 200 ticks.
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | js-apis-shortKey-sys.md | 30 | delay | number | Yes | Delay for starting an ability using shortcut keys, in m… 72 | delay | number | Yes | Delay for starting an ability using shortcut keys, in milliseconds. …
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_test_service.cpp | 90 int DBinderTestService::Delay(int data, int &rep) in Delay() function in OHOS::DBinderTestService
|
H A D | dbinder_test_service_skeleton.cpp | 390 int DBinderTestServiceProxy::Delay(int data, int &rep) in Delay() function in OHOS::DBinderTestServiceProxy 546 int ret = Delay(reqData, result); in OnDelay()
|
/ohos5.0/docs/en/application-dev/reference/common/ |
H A D | js-apis-timer.md | 145 ### Timeout Delay 160 ### Maximum Delay
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-transition-animation-shared-elements.md | 30 | delay | number | No | Delay of animation playback.<br>Default value: **0…
|
H A D | ts-keyframeAnimateTo.md | 32 | delay | number | No | Delay of animation playback, in ms.<br>Default value: **0**, i…
|
H A D | ts-explicit-animation.md | 34 | delay | number | No| Delay of animation playback, in ms. By default, the playback is…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-components-common-animation.md | 11 | animation-delay | <time> | 0 | Delay for playing …
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-power-default-sleep-behavior-customization.md | 77 | delayMs | Delay, in ms.|
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | performance-overview.md | 50 - **Delay loading.**
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-svg-animate.md | 26 | begin | <time> | 0 | No| Delay time of the animation.<br>The value can be ms (ms), s (secon…
|
H A D | js-components-common-methods.md | 46 | delay | number | 0 | Delay for the animation start. The…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-arkui-componentSnapshot.md | 196 | delay<sup>12+</sup> | number | No | Delay time for triggering the screenshot command. When th… 298 | delay<sup>12+</sup> | number | No | Delay time for triggering the screenshot command. When th…
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-module-side-effects.md | 302 globalThis.someGlobalVar = 100; // Delay the execution until the function is called.
|