/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | render_service_client_pointer_window_demo.cpp | 31 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 D | render_service_client_subSurface_demo.cpp | 25 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 D | render_service_client_rs_animation_demo.cpp | 36 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 D | render_service_client_fingerprint_demo.cpp | 31 constexpr int SLEEP_TIME = 5; variable 87 sleep(SLEEP_TIME); in main()
|
H A D | rs_uni_render_fix_rotation_demo.cpp | 29 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 D | xcollie_test.cpp | 25 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 D | accessibility_common_event_test.cpp | 33 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 D | time_test.cpp | 26 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 D | dhcp_system_timer_test.cpp | 25 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 D | dhcp_permission_utils_test.cpp | 24 constexpr uint64_t SLEEP_TIME = 2; member
|
/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | start_server.c | 22 #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 D | wifi_service_main_lite.c | 23 #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 D | disc_bt_state_mock_test.cpp | 35 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 D | mmi_service_main.cpp | 23 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 D | storage_manager_client.cpp | 31 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 D | mtp_monitor.cpp | 22 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 D | dcamera_feeding_smoother_test.cpp | 28 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 D | dcamera_stream_data_process_producer_test.cpp | 44 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 D | image_yuv_convert_fuzzer.cpp | 57 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 D | dcamera_pipeline_sink_test.cpp | 42 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 D | dcamera_pipeline_source_test.cpp | 43 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 D | continue_scene_session_handler.cpp | 30 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 D | external_notify_test.cpp | 49 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 D | multiple_audio_capturer_unit_test.cpp | 62 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 D | app_mgr_service_event_handler_test.cpp | 67 const uint32_t SLEEP_TIME = 1000; in WaitUntilTaskFinished() local 79 usleep(SLEEP_TIME); in WaitUntilTaskFinished()
|