Home
last modified time | relevance | path

Searched defs:repeat (Results 1 – 25 of 102) sorted by relevance

12345

/ohos5.0/base/time/time_service/test/unittest/js_test/permission/
H A DSystemTimerException.test.js73 repeat: false property in console.log
95 repeat: false property in console.log
114 repeat: "true" property in console.log
134 repeat: false, property in console.log
154 repeat: false, property in console.log
215 repeat: false, property in console.log
235 repeat: false property in console.log
265 repeat: false property in console.log
284 repeat: "true" property in console.log
420 repeat: true, property in console.log
[all …]
/ohos5.0/foundation/resourceschedule/device_standby/services/common/src/
H A Dtimed_task.cpp32 TimedTask::TimedTask(bool repeat, uint64_t interval, bool isExact, bool isIdle) in TimedTask()
48 TimedTask::TimedTask(bool repeat, uint64_t interval, int type) in TimedTask()
73 void TimedTask::SetRepeat(bool repeat) in SetRepeat()
93 uint64_t WEAK_FUNC TimedTask::CreateTimer(bool repeat, uint64_t interval, bool isExact, bool isIdle, in CreateTimer()
101 uint64_t WEAK_FUNC TimedTask::CreateTimer(bool repeat, uint64_t interval, int type, in CreateTimer()
126 bool WEAK_FUNC TimedTask::RegisterDayNightSwitchTimer(uint64_t& timeId, bool repeat, uint64_t inter… in RegisterDayNightSwitchTimer()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_system_timer_test.cpp63 bool repeat = true; variable
88 bool repeat = true; variable
/aosp14/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c164 static int connect_test(uint repeat) in connect_test()
210 static int connect_foo(uint repeat) in connect_foo()
235 static int closer1_test(uint repeat) in closer1_test()
263 static int closer2_test(uint repeat) in closer2_test()
292 static int closer3_test(uint repeat) in closer3_test()
355 static int echo_test(uint repeat, uint msgsz, bool var) in echo_test()
415 static int burst_write_test(uint repeat, uint msgburst, uint msgsz, bool var) in burst_write_test()
512 static int select_test(uint repeat, uint msgburst, uint msgsz) in select_test()
555 static int blocked_read_test(uint repeat) in blocked_read_test()
716 static int writev_test(uint repeat, uint msgsz, bool var) in writev_test()
[all …]
/ohos5.0/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_system_timer.cpp33 DhcpSysTimer::DhcpSysTimer(bool repeat, uint64_t interval, bool isNoWakeUp, bool isIdle) in DhcpSysTimer()
63 void DhcpSysTimer::SetRepeat(bool repeat) in SetRepeat()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_system_timer.cpp30 WifiSysTimer::WifiSysTimer(bool repeat, uint64_t interval, bool isNoWakeUp, bool isIdle) in WifiSysTimer()
60 void WifiSysTimer::SetRepeat(bool repeat) in SetRepeat()
/ohos5.0/base/time/time_service/test/unittest/js_test/nopermission/systemapi/
H A DSystemTimer.test.js35 repeat: false, property in console.log
60 repeat: false, property in console.log
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder_image_edge.cpp20 const Dimension& width, BorderImageRepeat repeat) in BorderImageEdge()
H A Dborder_image_edge.h85 void SetBorderImageRepeat(BorderImageRepeat repeat) in SetBorderImageRepeat()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/
H A Dbbox_detectors_mock.cpp21 const Task &task, uint64_t interval, bool repeat) in AddTimerEvent()
/ohos5.0/base/time/time_service/test/fuzztest/timemanager_fuzzer/timetesttimer_fuzzer/
H A Dtimer_info.h43 void TimerInfo::SetRepeat(bool repeat) in SetRepeat()
/ohos5.0/commonlibrary/ets_utils/js_sys_module/timer/
H A Dtimer.cpp54 napi_value Timer::SetTimeOutFaker(napi_env env, napi_callback_info cbinfo, bool repeat) in SetTimeOutFaker()
154 bool repeat = callbackInfo->repeat_; in TimerCallback() local
207 napi_value Timer::SetTimeoutInnerCore(napi_env env, napi_value* argv, size_t argc, bool repeat) in SetTimeoutInnerCore()
266 napi_value Timer::SetTimeoutInner(napi_env env, napi_callback_info cbinfo, bool repeat) in SetTimeoutInner()
/ohos5.0/base/time/time_service/interfaces/inner_api/include/
H A Ditimer_info.h31 bool repeat; variable
/ohos5.0/base/startup/init/services/loopevent/idle/
H A Dle_idle.h39 int repeat; member
H A Dle_idle.c37 LE_ProcessIdle processIdle, void *context, int repeat) in LE_AddIdle()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_timer_option.h67 void FormTimerOption::SetRepeat(bool repeat) in SetRepeat()
/ohos5.0/foundation/arkui/ui_appearance/services/utils/src/
H A Dalarm_timer.cpp36 void AlarmTimer::SetRepeat(bool repeat) in SetRepeat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_config.h37 bool repeat = false; member
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dloop.cpp92 ffrt_timer_t Loop::TimerStart(uint64_t timeout, void* data, ffrt_timer_cb cb, bool repeat) in TimerStart()
/ohos5.0/base/startup/init/services/loopevent/timer/
H A Dle_timer.h40 uint64_t repeat; member
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_animator_unit_test.cpp179 bool repeat = true; variable
/ohos5.0/base/theme/screenlock_mgr/services/src/
H A Dstrongauthmanager.cpp41 StrongAuthManger::authTimer::authTimer(bool repeat, uint64_t interval, bool isExact, bool isIdle) in authTimer()
70 void StrongAuthManger::authTimer::SetRepeat(bool repeat) in SetRepeat()
/aosp14/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetCallsTest.java452 public int repeat; field in AnimatorSetCallsTest.CountListener
462 int repeat, in assertValues()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/animator/
H A Danimator.h132 Animator(AnimatorCallback* callback, UIView* view, uint32_t time, bool repeat) in Animator()
/aosp14/frameworks/base/media/jni/soundpool/tests/
H A Dsoundpool_stress.cpp116 int loop, int repeat, int playSec) in testStreams()
226 int repeat = 0; in main() local

12345