Home
last modified time | relevance | path

Searched refs:SLEEP_TIME (Results 1 – 25 of 162) sorted by relevance

1234567

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H A Dimage_yuv_convert_fuzzer.cpp56 constexpr int32_t SLEEP_TIME = 100; variable
196 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in RGB565ToNV12FuzzTest001()
207 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in RGB565ToNV12FuzzTest002()
218 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in RGB565ToNV21FuzzTest001()
229 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in RGB565ToNV21FuzzTest002()
240 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in BGRAToNV21FuzzTest001()
251 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in BGRAToNV21FuzzTest002()
262 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in BGRAToNV12FuzzTest001()
273 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in BGRAToNV12FuzzTest002()
298 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in NV21ToRGBFuzzTest001()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_pointer_window_demo.cpp31 constexpr uint32_t SLEEP_TIME = 3; variable
150 sleep(SLEEP_TIME); in InitSurface()
176 sleep(SLEEP_TIME); in main()
180 sleep(SLEEP_TIME); in main()
186 sleep(SLEEP_TIME); in main()
192 sleep(SLEEP_TIME); in main()
198 sleep(SLEEP_TIME); in main()
203 sleep(SLEEP_TIME); in main()
211 sleep(SLEEP_TIME); in main()
214 sleep(SLEEP_TIME); in main()
[all …]
H A Drender_service_client_subSurface_demo.cpp25 constexpr uint32_t SLEEP_TIME = 3; variable
96 sleep(SLEEP_TIME); in main()
102 sleep(SLEEP_TIME); in main()
106 sleep(SLEEP_TIME); in main()
112 sleep(SLEEP_TIME); in main()
H A Drender_service_client_rs_animation_demo.cpp36 constexpr uint32_t SLEEP_TIME = 5; variable
123 sleep(SLEEP_TIME); in main()
128 sleep(SLEEP_TIME); in main()
140 sleep(SLEEP_TIME); in main()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_common_event_test.cpp33 constexpr int32_t SLEEP_TIME = 1; variable
90 sleep(SLEEP_TIME);
114 sleep(SLEEP_TIME);
125 sleep(SLEEP_TIME);
149 sleep(SLEEP_TIME);
173 sleep(SLEEP_TIME);
197 sleep(SLEEP_TIME);
221 sleep(SLEEP_TIME);
232 sleep(SLEEP_TIME);
257 sleep(SLEEP_TIME);
/ohos5.0/base/powermgr/display_manager/state_manager/test/unittest/src/
H A Ddisplay_power_mgr_brightness_test.cpp113 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; variable
173 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; variable
217 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; variable
262 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; variable
296 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; variable
327 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; variable
358 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; variable
426 const int32_t SLEEP_TIME = DEFAULT_WAITING_TIME; variable
769 const int SLEEP_TIME = 100000; variable
866 usleep(SLEEP_TIME);
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bt_state/
H A Ddisc_bt_state_mock_test.cpp225 SleepMs(SLEEP_TIME);
250 SleepMs(SLEEP_TIME);
277 SleepMs(SLEEP_TIME);
302 SleepMs(SLEEP_TIME);
328 SleepMs(SLEEP_TIME);
345 SleepMs(SLEEP_TIME);
372 SleepMs(SLEEP_TIME);
391 SleepMs(SLEEP_TIME);
418 SleepMs(SLEEP_TIME);
437 SleepMs(SLEEP_TIME);
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/unittest/dfx_test/
H A Dxcollie_test.cpp25 constexpr uint32_t SLEEP_TIME = 1'000'000; // 1s variable
39 COLLIE_LISTEN(usleep(SLEEP_TIME), "CollieTest", true, false, 5);
40 CLIENT_COLLIE_LISTEN(usleep(SLEEP_TIME), "CollieTest");
49 std::thread task([] COLLIE_LISTEN(usleep(SLEEP_TIME), "CollieTest", true, false, 5));
/ohos5.0/foundation/ai/ai_engine/test/common/time/
H A Dtime_test.cpp26 const int SLEEP_TIME = 2000; variable
55 StepSleepMs(SLEEP_TIME);
58 ASSERT_EQ((curTime - firstTime)*S_TO_MS, SLEEP_TIME);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp30 static constexpr int32_t SLEEP_TIME = 1; variable
39 sleep(SLEEP_TIME); in GetClient()
46 sleep(SLEEP_TIME); in GetClient()
53 sleep(SLEEP_TIME); in GetClient()
/ohos5.0/foundation/communication/dhcp/test/unittest/services/utils/
H A Ddhcp_system_timer_test.cpp25 constexpr uint64_t SLEEP_TIME = 2; variable
50 dhcpSysTimer.SetInterval(SLEEP_TIME);
61 dhcpSysTimer.SetInterval(SLEEP_TIME);
/ohos5.0/base/telephony/cellular_data/test/
H A Dcellular_data_test.cpp449 sleep(SLEEP_TIME);
453 sleep(SLEEP_TIME);
459 sleep(SLEEP_TIME);
479 sleep(SLEEP_TIME);
483 sleep(SLEEP_TIME);
489 sleep(SLEEP_TIME);
763 sleep(SLEEP_TIME);
767 sleep(SLEEP_TIME);
776 sleep(SLEEP_TIME);
798 sleep(SLEEP_TIME);
[all …]
/ohos5.0/base/startup/init/test/exec_test/
H A Dfd_holder_test.c26 #define SLEEP_TIME 3 macro
74 sleep(SLEEP_TIME); in main()
80 sleep(SLEEP_TIME); in main()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_feeding_smoother_test.cpp28 const int32_t SLEEP_TIME = 1000; variable
88 std::this_thread::sleep_for(std::chrono::microseconds(SLEEP_TIME));
107 std::this_thread::sleep_for(std::chrono::microseconds(SLEEP_TIME));
127 std::this_thread::sleep_for(std::chrono::microseconds(SLEEP_TIME));
131 std::this_thread::sleep_for(std::chrono::microseconds(SLEEP_TIME));
H A Ddcamera_stream_data_process_producer_test.cpp44 const uint8_t SLEEP_TIME = 1; variable
80 sleep(SLEEP_TIME);
87 sleep(SLEEP_TIME);
121 sleep(SLEEP_TIME);
125 sleep(SLEEP_TIME);
/ohos5.0/base/msdp/device_status/test/unittest/services/unittest/src/
H A Ddevicestatus_service_test.cpp38 constexpr int32_t SLEEP_TIME { 2000 }; variable
75 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME));
121 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME));
167 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME));
213 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME));
259 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME));
305 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME));
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dhilog_collector_test.cpp30 constexpr uint32_t SLEEP_TIME = 300 * 1000; // 300ms variable
60 usleep(SLEEP_TIME);
67 usleep(SLEEP_TIME);
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp39 const int32_t SLEEP_TIME = 1; variable
100 sleep(SLEEP_TIME);
146 sleep(SLEEP_TIME);
192 sleep(SLEEP_TIME);
237 sleep(SLEEP_TIME);
284 sleep(SLEEP_TIME);
400 sleep(SLEEP_TIME);
410 sleep(SLEEP_TIME);
427 sleep(SLEEP_TIME);
450 sleep(SLEEP_TIME);
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_notify_test.cpp220 usleep(SLEEP_TIME); in TriggerNotify00()
226 usleep(SLEEP_TIME); in TriggerNotify00()
231 usleep(SLEEP_TIME); in TriggerNotify00()
238 usleep(SLEEP_TIME); in TriggerNotify00()
243 usleep(SLEEP_TIME); in TriggerNotify00()
405 usleep(SLEEP_TIME); in TriggerNotify02()
409 usleep(SLEEP_TIME); in TriggerNotify02()
414 usleep(SLEEP_TIME); in TriggerNotify02()
420 usleep(SLEEP_TIME); in TriggerNotify02()
425 usleep(SLEEP_TIME); in TriggerNotify02()
[all …]
/ohos5.0/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_publish_manager_event_unit_test.cpp30 constexpr int32_t SLEEP_TIME = 1000 * FLOOD_ATTACK_INTERVAL_MAX; variable
92 usleep(SLEEP_TIME);
114 usleep(SLEEP_TIME);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/test/unittest/
H A Daudio_toneplayer_unit_test.cpp22 constexpr uint32_t SLEEP_TIME = 30000; variable
112 usleep(SLEEP_TIME); // 30ms sleep time
138 usleep(SLEEP_TIME); // 30ms sleep time
189 usleep(SLEEP_TIME); // 30ms sleep time
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline/
H A Ddcamera_pipeline_sink_test.cpp42 const int32_t SLEEP_TIME = 200000; variable
88 usleep(SLEEP_TIME);
122 usleep(SLEEP_TIME);
149 usleep(SLEEP_TIME);
179 usleep(SLEEP_TIME);
198 usleep(SLEEP_TIME);
/ohos5.0/foundation/ai/ai_engine/services/server/communication_adapter/source/
H A Dstart_server.c22 #define SLEEP_TIME 1 macro
28 sleep(SLEEP_TIME); // delay start to make sure register success in HOS_SystemInit()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_service_main_lite.c23 #define SLEEP_TIME 1 macro
28 sleep(SLEEP_TIME); // delay start to make sure register success in OHOS_SystemInit()
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/controller/
H A DenrollingController.ts118 const SLEEP_TIME = 30;
119 await CommonController.sleepMS(SLEEP_TIME);
138 const SLEEP_TIME = 3000;
139 await CommonController.sleepMS(SLEEP_TIME);

1234567