Home
last modified time | relevance | path

Searched refs:SLEEP_TIME (Results 1 - 25 of 104) sorted by relevance

12345

/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;
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;
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;
123 sleep(SLEEP_TIME); in main()
128 sleep(SLEEP_TIME); in main()
140 sleep(SLEEP_TIME); in main()
H A Drender_service_client_fingerprint_demo.cpp31 constexpr int SLEEP_TIME = 5; variable
87 sleep(SLEEP_TIME); in main()
H A Drs_uni_render_fix_rotation_demo.cpp29 constexpr uint32_t SLEEP_TIME = 1; member
133 sleep(SLEEP_TIME); in InitSurface()
155 sleep(SLEEP_TIME); in main()
/foundation/multimedia/av_codec/test/unittest/dfx_test/
H A Dxcollie_test.cpp25 constexpr uint32_t SLEEP_TIME = 1'000'000; // 1s member
39 COLLIE_LISTEN(usleep(SLEEP_TIME), "CollieTest", true, false, 5); in HWTEST_F()
40 CLIENT_COLLIE_LISTEN(usleep(SLEEP_TIME), "CollieTest"); in HWTEST_F()
51 std::thread task([] COLLIE_LISTEN(usleep(SLEEP_TIME), "CollieTest", true, false, 5)); in HWTEST_F()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_common_event_test.cpp33 constexpr int32_t SLEEP_TIME = 1; member
90 sleep(SLEEP_TIME); in HWTEST_F()
114 sleep(SLEEP_TIME); in HWTEST_F()
125 sleep(SLEEP_TIME); in HWTEST_F()
149 sleep(SLEEP_TIME); in HWTEST_F()
173 sleep(SLEEP_TIME); in HWTEST_F()
197 sleep(SLEEP_TIME); in HWTEST_F()
221 sleep(SLEEP_TIME); in HWTEST_F()
233 sleep(SLEEP_TIME); in HWTEST_F()
258 sleep(SLEEP_TIME); in HWTEST_F()
[all...]
/foundation/ai/ai_engine/test/common/time/
H A Dtime_test.cpp26 const int SLEEP_TIME = 2000; member
55 StepSleepMs(SLEEP_TIME); in HWTEST_F()
58 ASSERT_EQ((curTime - firstTime)*S_TO_MS, SLEEP_TIME); in HWTEST_F()
/foundation/communication/dhcp/test/unittest/services/utils/
H A Ddhcp_system_timer_test.cpp25 constexpr uint64_t SLEEP_TIME = 2; member
50 dhcpSysTimer.SetInterval(SLEEP_TIME); in HWTEST_F()
62 dhcpSysTimer.SetInterval(SLEEP_TIME); in HWTEST_F()
H A Ddhcp_permission_utils_test.cpp24 constexpr uint64_t SLEEP_TIME = 2; member
/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()
/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()
/foundation/communication/dsoftbus/tests/core/discovery/ble/bt_state/
H A Ddisc_bt_state_mock_test.cpp35 constexpr int64_t SLEEP_TIME = 200; member
221 SleepMs(SLEEP_TIME); in HWTEST_F()
246 SleepMs(SLEEP_TIME); in HWTEST_F()
273 SleepMs(SLEEP_TIME); in HWTEST_F()
298 SleepMs(SLEEP_TIME); in HWTEST_F()
324 SleepMs(SLEEP_TIME); in HWTEST_F()
341 SleepMs(SLEEP_TIME); in HWTEST_F()
368 SleepMs(SLEEP_TIME); in HWTEST_F()
387 SleepMs(SLEEP_TIME); in HWTEST_F()
414 SleepMs(SLEEP_TIME); in HWTEST_F()
[all...]
/foundation/multimodalinput/input/examples/mmi/src/
H A Dmmi_service_main.cpp23 constexpr int32_t SLEEP_TIME { 10 * 60 };
33 std::this_thread::sleep_for(std::chrono::seconds(SLEEP_TIME)); in main()
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/src/
H A Dstorage_manager_client.cpp31 static constexpr int32_t SLEEP_TIME = 1; member
40 sleep(SLEEP_TIME); in GetClient()
47 sleep(SLEEP_TIME); in GetClient()
54 sleep(SLEEP_TIME); in GetClient()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_monitor.cpp22 constexpr int32_t SLEEP_TIME = 10; member
52 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in Run()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_feeding_smoother_test.cpp28 const int32_t SLEEP_TIME = 1000; member
88 std::this_thread::sleep_for(std::chrono::microseconds(SLEEP_TIME)); in HWTEST_F()
107 std::this_thread::sleep_for(std::chrono::microseconds(SLEEP_TIME)); in HWTEST_F()
127 std::this_thread::sleep_for(std::chrono::microseconds(SLEEP_TIME)); in HWTEST_F()
131 std::this_thread::sleep_for(std::chrono::microseconds(SLEEP_TIME)); in HWTEST_F()
H A Ddcamera_stream_data_process_producer_test.cpp44 const uint8_t SLEEP_TIME = 1; member
80 sleep(SLEEP_TIME); in HWTEST_F()
87 sleep(SLEEP_TIME); in HWTEST_F()
121 sleep(SLEEP_TIME); in HWTEST_F()
125 sleep(SLEEP_TIME); in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H A Dimage_yuv_convert_fuzzer.cpp57 constexpr int32_t SLEEP_TIME = 100; member
308 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in RGB565ToNV12FuzzTest001()
319 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in RGB565ToNV12FuzzTest002()
330 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in RGB565ToNV21FuzzTest001()
341 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in RGB565ToNV21FuzzTest002()
352 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in BGRAToNV21FuzzTest001()
363 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in BGRAToNV21FuzzTest002()
374 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in BGRAToNV12FuzzTest001()
385 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in BGRAToNV12FuzzTest002()
410 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in NV21ToRGBFuzzTest001()
[all...]
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline/
H A Ddcamera_pipeline_sink_test.cpp42 const int32_t SLEEP_TIME = 200000; member
88 usleep(SLEEP_TIME); in HWTEST_F()
122 usleep(SLEEP_TIME); in HWTEST_F()
149 usleep(SLEEP_TIME); in HWTEST_F()
179 usleep(SLEEP_TIME); in HWTEST_F()
198 usleep(SLEEP_TIME); in HWTEST_F()
H A Ddcamera_pipeline_source_test.cpp43 const int32_t SLEEP_TIME = 200000; member
89 usleep(SLEEP_TIME); in HWTEST_F()
122 usleep(SLEEP_TIME); in HWTEST_F()
178 usleep(SLEEP_TIME); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Dcontinue_scene_session_handler.cpp30 constexpr int32_t SLEEP_TIME = 50; member
87 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in GetPersistentId()
/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_notify_test.cpp49 const int SLEEP_TIME = 600 * 1000; member
220 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()
349 usleep(SLEEP_TIME); in HWTEST_F()
355 usleep(SLEEP_TIME); in HWTEST_F()
360 usleep(SLEEP_TIME); in HWTEST_F()
405 usleep(SLEEP_TIME); in TriggerNotify02()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/multiple_capturer_test/src/
H A Dmultiple_audio_capturer_unit_test.cpp62 constexpr uint32_t SLEEP_TIME = 300000; in TestUnitFunc() local
75 usleep(SLEEP_TIME); in TestUnitFunc()
79 usleep(SLEEP_TIME); in TestUnitFunc()
90 usleep(SLEEP_TIME); in TestUnitFunc()
94 usleep(SLEEP_TIME); in TestUnitFunc()
98 usleep(SLEEP_TIME); in TestUnitFunc()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_event_handler_test/
H A Dapp_mgr_service_event_handler_test.cpp67 const uint32_t SLEEP_TIME = 1000; in WaitUntilTaskFinished() local
79 usleep(SLEEP_TIME); in WaitUntilTaskFinished()

Completed in 15 milliseconds

12345