Home
last modified time | relevance | path

Searched defs:repeated (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/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()
122 Timer *TimerStart(EpollDesc epollfd, uint32_t ms, uint8_t repeated, TimeoutHandle handle, void *dat… in TimerStart()
/ohos5.0/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()
127 Timer *TimerStart(EpollDesc epollfd, uint32_t ms, uint8_t repeated, TimeoutHandle handle, void *dat… in TimerStart()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dsyscap_module.cpp35 bool repeated) in CheckSyscap()
H A Dtimer_module.cpp53 bool repeated) in CreateTimer()
95 …_value_t TimerModule::StartTask(TimerList::Arguments *arguments, jerry_value_t time, bool repeated) in StartTask()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_timer_list.h51 bool repeated; member
/ohos5.0/foundation/resourceschedule/device_standby/plugins/standby_state/src/
H A Dstate_manager_adapter.cpp299 void StateManagerAdapter::OnScreenOffHalfHour(bool scrOffHalfHourCtrl, bool repeated) in OnScreenOffHalfHour()
306 void StateManagerAdapter::OnScreenOffHalfHourInner(bool scrOffHalfHourCtrl, bool repeated) in OnScreenOffHalfHourInner()
/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_unit_test.cpp779 bool repeated = true; variable