Home
last modified time | relevance | path

Searched refs:repeat (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/timer/
H A Dtimer.h52 bool repeat, size_t argc, napi_ref* argv) in TimerCallbackInfo()
54 repeat_(repeat), argc_(argc), argv_(argv) in TimerCallbackInfo()
78 static napi_value SetTimeoutInnerCore(napi_env env, napi_value* argv, size_t argc, bool repeat);
79 static napi_value SetTimeoutInner(napi_env env, napi_callback_info cbinfo, bool repeat);
H A Dtimer.cpp120 bool repeat = callbackInfo->repeat_; in TimerCallback() local
163 if (!repeat) { in TimerCallback()
173 napi_value Timer::SetTimeoutInnerCore(napi_env env, napi_value* argv, size_t argc, bool repeat) in SetTimeoutInnerCore() argument
205 callbackInfo = new TimerCallbackInfo(env, tId, timeout, callbackRef, repeat, callbackArgc, callbackArgv); in SetTimeoutInnerCore()
232 napi_value Timer::SetTimeoutInner(napi_env env, napi_callback_info cbinfo, bool repeat) in SetTimeoutInner() argument
248 return SetTimeoutInnerCore(env, argv, argc, repeat); in SetTimeoutInner()
/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_file_test.rs100 let content: String = "t".repeat(MAX_FILE_LENGTH); in test_load_string_from_file_005()
111 let content: String = "t".repeat(MAX_FILE_LENGTH + 1); in test_load_string_from_file_006()
155 let content: String = "t".repeat(MAX_FILE_LENGTH); in test_load_string_from_fd_004()
168 let content: String = "t".repeat(MAX_FILE_LENGTH + 1); in test_load_string_from_fd_005()
380 let content = "t".repeat(MAX_FILE_LENGTH + 1); in test_load_buffer_from_file_004()
468 let str_value1 = "t".repeat(MAX_FILE_LENGTH + 1); in test_string_exists_in_file_004()
469 let str_value2 = "t".repeat(MAX_FILE_LENGTH); in test_string_exists_in_file_004()
471 let content = "t".repeat(MAX_FILE_LENGTH); in test_string_exists_in_file_004()
564 let str1 = "t".repeat(MAX_FILE_LENGTH + 1); in test_count_str_in_file_003()
565 let str2 = "t".repeat(MAX_FILE_LENGT in test_count_str_in_file_003()
[all...]
H A Drust_utils_directory_test.rs270 let path: String = "x".repeat(directory_ex::PATH_MAX); in test_path_to_real_path_006()
/commonlibrary/ets_utils/js_sys_module/timer/test/
H A Dtest_timer.cpp337 bool repeat = false; in HWTEST_F() local
340 TimerCallbackInfo* callbackInfo = new TimerCallbackInfo(env, tId, timeout, callback, repeat, argc, argv); in HWTEST_F()
437 bool repeat = false; in HWTEST_F() local
440 handle->data = new TimerCallbackInfo(env, tId2, timeout, callback, repeat, argc2, argv2); in HWTEST_F()

Completed in 4 milliseconds