Home
last modified time | relevance | path

Searched refs:Delay (Results 1 – 25 of 50) sorted by relevance

12

/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/
H A DactsCESDataTest.cpp782 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 Dkernel-mini-basic-task.md185 printf("Delay TaskHi Failed.\n");
212 printf("Delay TaskLo Failed.\n");
H A Dkernel-small-basic-process-thread.md163 PRINTK("Delay Task Failed.\n");
186 PRINTK("Delay TaskLo Failed.\n");
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service_skeleton.h67 virtual int Delay(int data, int &rep) = 0;
151 int Delay(int data, int &rep) override;
H A Ddbinder_test_service.h30 int Delay(int data, int &rep) override;
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-basic-process-thread.md161 …/* 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 Dkernel-mini-basic-task.md183 …/* 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 Dkernel-small-basic-time.md101 LOS_TaskDelay(200);// Delay 200 ticks.
H A Dkernel-small-basic-interrupt.md112 /* Delay 50 ticks. Call HwiUsrIrq when a hardware interrupt occurs. */
H A Dkernel-mini-basic-interrupt.md147 /* Delay 50 ticks to release the scheduling of the current thread. */
H A Dkernel-small-basic-softtimer.md162 LOS_TaskDelay(200); // Delay 200 ticks.
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A Djs-apis-shortKey-sys.md30 | 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 Ddbinder_test_service.cpp90 int DBinderTestService::Delay(int data, int &rep) in Delay() function in OHOS::DBinderTestService
H A Ddbinder_test_service_skeleton.cpp390 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 Djs-apis-timer.md145 ### Timeout Delay
160 ### Maximum Delay
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-transition-animation-shared-elements.md30 | delay | number | No | Delay of animation playback.<br>Default value: **0…
H A Dts-keyframeAnimateTo.md32 | delay | number | No | Delay of animation playback, in ms.<br>Default value: **0**, i…
H A Dts-explicit-animation.md34 | 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 Djs-lite-components-common-animation.md11 | animation-delay | &lt;time&gt; | 0 | Delay for playing …
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-power-default-sleep-behavior-customization.md77 | delayMs | Delay, in ms.|
/ohos5.0/docs/en/application-dev/performance/
H A Dperformance-overview.md50 - **Delay loading.**
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-svg-animate.md26 | begin | &lt;time&gt; | 0 | No| Delay time of the animation.<br>The value can be ms (ms), s (secon…
H A Djs-components-common-methods.md46 | delay | number | 0 | Delay for the animation start. The…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-componentSnapshot.md196 | 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 Darkts-module-side-effects.md302 globalThis.someGlobalVar = 100; // Delay the execution until the function is called.

12