/ohos5.0/base/time/time_service/test/unittest/js_test/permission/ |
H A D | SystemTimerException.test.js | 73 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 D | timed_task.cpp | 32 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()
|
/aosp12/packages/apps/TV/tests/jank/src/com/android/tv/tests/jank/ |
H A D | ProgramGuideJankTest.java | 59 int repeat = EXPECTED_FRAMES * 2 / frames; in testShowClearProgramGuide() local 74 int repeat = EXPECTED_FRAMES * 2 / frames; in testScrollDown() local 88 int repeat = EXPECTED_FRAMES * 2 / frames; in testScrollRight() local
|
H A D | ChannelZappingJankTest.java | 53 int repeat = EXPECTED_FRAMES * 2 / frameCountForOneChannelZapping; in testChannelZapping() local
|
H A D | MenuJankTest.java | 53 int repeat = EXPECTED_FRAMES * 2 / frames; in testShowMenu() local
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_system_timer_test.cpp | 63 bool repeat = true; variable 88 bool repeat = true; variable
|
/aosp12/system/core/trusty/libtrusty/tipc-test/ |
H A D | tipc_test.c | 159 static int connect_test(uint repeat) in connect_test() 196 static int connect_foo(uint repeat) in connect_foo() 222 static int closer1_test(uint repeat) in closer1_test() 251 static int closer2_test(uint repeat) in closer2_test() 280 static int closer3_test(uint repeat) in closer3_test() 347 static int echo_test(uint repeat, uint msgsz, bool var) in echo_test() 409 static int burst_write_test(uint repeat, uint msgburst, uint msgsz, bool var) in burst_write_test() 509 static int select_test(uint repeat, uint msgburst, uint msgsz) in select_test() 554 static int blocked_read_test(uint repeat) in blocked_read_test() 729 static int writev_test(uint repeat, uint msgsz, bool var) in writev_test() [all …]
|
/ohos5.0/foundation/communication/dhcp/services/utils/src/ |
H A D | dhcp_system_timer.cpp | 33 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 D | wifi_system_timer.cpp | 30 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 D | SystemTimer.test.js | 35 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 D | border_image_edge.cpp | 20 const Dimension& width, BorderImageRepeat repeat) in BorderImageEdge()
|
H A D | border_image_edge.h | 85 void SetBorderImageRepeat(BorderImageRepeat repeat) in SetBorderImageRepeat()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/ |
H A D | bbox_detectors_mock.cpp | 21 const Task &task, uint64_t interval, bool repeat) in AddTimerEvent()
|
/aosp12/system/tools/aidl/tests/android/aidl/tests/ |
H A D | ICppJavaTests.aidl | 29 SimpleParcelable RepeatSimpleParcelable(in SimpleParcelable input, out SimpleParcelable repeat); in RepeatSimpleParcelable() 32 out GenericStructuredParcelable<int, StructuredParcelable, IntEnum> repeat); in RepeatGenericParcelable()
|
/ohos5.0/base/time/time_service/test/fuzztest/timemanager_fuzzer/timetesttimer_fuzzer/ |
H A D | timer_info.h | 43 void TimerInfo::SetRepeat(bool repeat) in SetRepeat()
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/timer/ |
H A D | timer.cpp | 54 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 D | itimer_info.h | 31 bool repeat; variable
|
/ohos5.0/base/startup/init/services/loopevent/idle/ |
H A D | le_idle.h | 39 int repeat; member
|
H A D | le_idle.c | 37 LE_ProcessIdle processIdle, void *context, int repeat) in LE_AddIdle()
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_timer_option.h | 67 void FormTimerOption::SetRepeat(bool repeat) in SetRepeat()
|
/ohos5.0/foundation/arkui/ui_appearance/services/utils/src/ |
H A D | alarm_timer.cpp | 36 void AlarmTimer::SetRepeat(bool repeat) in SetRepeat()
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/ |
H A D | AudioPlayer.java | 171 public void start(boolean handleFocus, boolean repeat, int focusRequest) { in start() 206 public void start(boolean handleFocus, boolean repeat, int focusRequest, in start()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_config.h | 37 bool repeat = false; member
|
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/ |
H A D | loop.cpp | 92 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 D | le_timer.h | 40 uint64_t repeat; member
|