/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/ |
H A D | image_yuv_convert_fuzzer.cpp | 56 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 D | render_service_client_pointer_window_demo.cpp | 31 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 D | render_service_client_subSurface_demo.cpp | 25 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 D | render_service_client_rs_animation_demo.cpp | 36 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 D | accessibility_common_event_test.cpp | 33 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 D | display_power_mgr_brightness_test.cpp | 113 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 D | disc_bt_state_mock_test.cpp | 225 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 D | xcollie_test.cpp | 25 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 D | time_test.cpp | 26 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 D | storage_manager_client.cpp | 30 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 D | dhcp_system_timer_test.cpp | 25 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 D | cellular_data_test.cpp | 449 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 D | fd_holder_test.c | 26 #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 D | dcamera_feeding_smoother_test.cpp | 28 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 D | dcamera_stream_data_process_producer_test.cpp | 44 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 D | devicestatus_service_test.cpp | 38 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 D | hilog_collector_test.cpp | 30 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 D | ans_innerkits_module_slot_test.cpp | 39 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 D | external_notify_test.cpp | 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() 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 D | common_event_publish_manager_event_unit_test.cpp | 30 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 D | audio_toneplayer_unit_test.cpp | 22 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 D | dcamera_pipeline_sink_test.cpp | 42 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 D | start_server.c | 22 #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 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()
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/controller/ |
H A D | enrollingController.ts | 118 const SLEEP_TIME = 30; 119 await CommonController.sleepMS(SLEEP_TIME); 138 const SLEEP_TIME = 3000; 139 await CommonController.sleepMS(SLEEP_TIME);
|