Home
last modified time | relevance | path

Searched refs:repeated (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dtimer_module.cpp53 bool repeated) in CreateTimer()
72 arguments->repeated = repeated; in CreateTimer()
88 jerry_value_t retVal = StartTask(arguments, args[1], repeated); in CreateTimer()
95 jerry_value_t TimerModule::StartTask(TimerList::Arguments *arguments, jerry_value_t time, bool repeated) in StartTask() argument
120 int result = StartTimerTask(repeated, (uint32_t)num, reinterpret_cast<void *>(Task), arguments, &timerId); in StartTask()
192 if (!check && (!arg->repeated)) { in Task()
205 if (!arg->repeated) { in Task()
230 if ((currentTimer != nullptr) && (!funcArgs->repeated)) { in Task()
49 CreateTimer(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum, bool repeated) CreateTimer() argument
H A Dsyscap_module.cpp35 bool repeated) in CheckSyscap()
39 (void)repeated; /* unused */ in CheckSyscap()
31 CheckSyscap(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum, bool repeated) CheckSyscap() argument
H A Dtimer_module.h95 static jerry_value_t StartTask(TimerList::Arguments *arguments, jerry_value_t time, bool repeated);
98 * @brief set the repeated timer
110 * @brief set the repeated timer
117 bool repeated);
H A Dsyscap_module.h68 bool repeated);
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_timer.c92 int32_t TimerSetTimeout(Timer *timer, uint32_t timeoutMs, uint8_t repeated) in TimerSetTimeout() argument
105 if (repeated) { in TimerSetTimeout()
122 Timer *TimerStart(EpollDesc epollfd, uint32_t ms, uint8_t repeated, TimeoutHandle handle, void *data) in TimerStart() argument
146 if (TimerSetTimeout(timer, ms, repeated) != NSTACKX_EOK) { in TimerStart()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_timer.h42 NSTACKX_EXPORT int32_t TimerSetTimeout(Timer *timer, uint32_t timeoutMs, uint8_t repeated);
44 NSTACKX_EXPORT Timer *TimerStart(EpollDesc epollfd, uint32_t ms, uint8_t repeated, TimeoutHandle handle, void *data);
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_timer.c88 int32_t TimerSetTimeout(Timer *timer, uint32_t timeoutMs, uint8_t repeated) in TimerSetTimeout() argument
101 if (repeated) { in TimerSetTimeout()
127 Timer *TimerStart(EpollDesc epollfd, uint32_t ms, uint8_t repeated, TimeoutHandle handle, void *data) in TimerStart() argument
158 if (TimerSetTimeout(timer, ms, repeated) != NSTACKX_EOK) { in TimerStart()
/foundation/resourceschedule/device_standby/plugins/standby_state/include/
H A Dstate_manager_adapter.h37 void OnScreenOffHalfHour(bool scrOffHalfHourCtrl, bool repeated) override;
50 void OnScreenOffHalfHourInner(bool scrOffHalfHourCtrl, bool repeated);
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_timer_list.h51 bool repeated; member
/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dstate_manager_adapter.cpp299 void StateManagerAdapter::OnScreenOffHalfHour(bool scrOffHalfHourCtrl, bool repeated) in OnScreenOffHalfHour() argument
301 handler_->PostSyncTask([this, scrOffHalfHourCtrl, repeated]() { in OnScreenOffHalfHour()
302 OnScreenOffHalfHourInner(scrOffHalfHourCtrl, repeated); in OnScreenOffHalfHour()
306 void StateManagerAdapter::OnScreenOffHalfHourInner(bool scrOffHalfHourCtrl, bool repeated) in OnScreenOffHalfHourInner() argument
316 if (!repeated && scrOffHalfHourCtrl_ == scrOffHalfHourCtrl) { in OnScreenOffHalfHourInner()
/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_unit_test.cpp779 bool repeated = true; in HWTEST_F() local
780 standbyStateManager_->OnScreenOffHalfHourInner(scrOffHalfHourCtrl, repeated); in HWTEST_F()
781 repeated = false; in HWTEST_F()
782 standbyStateManager_->OnScreenOffHalfHourInner(scrOffHalfHourCtrl, repeated); in HWTEST_F()
784 standbyStateManager_->OnScreenOffHalfHourInner(scrOffHalfHourCtrl, repeated); in HWTEST_F()
785 repeated = true; in HWTEST_F()
786 standbyStateManager_->OnScreenOffHalfHourInner(scrOffHalfHourCtrl, repeated); in HWTEST_F()
/foundation/resourceschedule/device_standby/plugins/ext/include/
H A Distate_manager_adapter.h52 virtual void OnScreenOffHalfHour(bool scrOffHalfHourCtrl, bool repeated) = 0;

Completed in 6 milliseconds