/ohos5.0/base/location/test/fuzztest/locator/gnss_fuzzer/ |
H A D | gnss_fuzzer.cpp | 65 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssProxyFuzzTest001() 67 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssProxyFuzzTest001() 69 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssProxyFuzzTest001() 75 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssProxyFuzzTest001() 77 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssProxyFuzzTest001() 81 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssProxyFuzzTest001() 83 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssProxyFuzzTest001() 109 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssProxyFuzzTest002() 111 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssProxyFuzzTest002() 114 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssProxyFuzzTest002() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/test/ |
H A D | task_scheduler_test.cpp | 98 expiredTime += std::chrono::milliseconds(LONG_INTERVAL); 126 std::this_thread::sleep_for(std::chrono::milliseconds(SHORT_INTERVAL)); 127 auto resetTaskId = taskScheduler.Reset(atTaskId, std::chrono::milliseconds(0)); 152 std::this_thread::sleep_for(std::chrono::milliseconds(SHORT_INTERVAL)); 153 auto resetTaskId = taskScheduler.Reset(atTaskId, std::chrono::milliseconds(0)); 170 auto taskId = taskScheduler.Every(times, std::chrono::milliseconds(0), 171 std::chrono::milliseconds(SHORT_INTERVAL), [blockData, times, &testData]() { in __anon38b05aad0802() 201 }, std::chrono::milliseconds(SHORT_INTERVAL)); in __anon38b05aad0902() 218 auto expiredTime = std::chrono::steady_clock::now() + std::chrono::milliseconds(0); 227 }, std::chrono::milliseconds(SHORT_INTERVAL)); in __anon38b05aad0a02() [all …]
|
H A D | executor_pool_test.cpp | 57 auto expiredTime = std::chrono::milliseconds(SHORT_INTERVAL); 83 auto expiredTime = std::chrono::milliseconds(SHORT_INTERVAL); 91 std::this_thread::sleep_for(std::chrono::milliseconds(SHORT_INTERVAL * 10)); 130 auto expiredTime = std::chrono::milliseconds(SHORT_INTERVAL); 136 std::this_thread::sleep_for(std::chrono::milliseconds(SHORT_INTERVAL)); 151 auto expiredTime = std::chrono::milliseconds(SHORT_INTERVAL); 157 std::this_thread::sleep_for(std::chrono::milliseconds(SHORT_INTERVAL)); 160 std::this_thread::sleep_for(std::chrono::milliseconds(expiredTime * 5)); 185 std::this_thread::sleep_for(std::chrono::milliseconds(SHORT_INTERVAL)); 187 std::this_thread::sleep_for(std::chrono::milliseconds(SHORT_INTERVAL * 2)); [all …]
|
/ohos5.0/base/powermgr/power_manager/test/apitest/inner_api/ffrt/src/ |
H A D | ffrt_utils_test.cpp | 63 ffrt::this_task::sleep_for(std::chrono::milliseconds(1)); in __anone73078890302() 78 ffrt::this_task::sleep_for(std::chrono::milliseconds(10)); 81 ffrt::this_task::sleep_for(std::chrono::milliseconds(50)); 84 ffrt::this_task::sleep_for(std::chrono::milliseconds(80)); 103 ffrt::this_task::sleep_for(std::chrono::milliseconds(5)); 106 ffrt::this_task::sleep_for(std::chrono::milliseconds(7)); 125 ffrt::this_task::sleep_for(std::chrono::milliseconds(5)); 131 ffrt::this_task::sleep_for(std::chrono::milliseconds(10)); 210 ffrt::this_task::sleep_for(std::chrono::milliseconds(50)); 214 ffrt::this_task::sleep_for(std::chrono::milliseconds(50)); [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_register_syncdb_test.cpp | 164 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); in TearDown() 231 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 266 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 296 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 321 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 344 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 363 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 384 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 403 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 438 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); [all …]
|
H A D | distributeddb_interfaces_nb_unpublish_test.cpp | 245 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 271 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 298 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 301 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 322 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 337 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 354 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 373 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 375 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); 389 std::this_thread::sleep_for(std::chrono::milliseconds(OBSERVER_SLEEP_TIME)); [all …]
|
/ohos5.0/base/time/time_service/services/timer/src/ |
H A D | timer_info.cpp | 35 std::chrono::milliseconds _when, in TimerInfo() 37 std::chrono::milliseconds _windowLength, in TimerInfo() 39 std::chrono::milliseconds _interval, in TimerInfo() 74 std::chrono::milliseconds currentTime; in UpdateWhenElapsedFromNow() 79 currentTime = std::chrono::duration_cast<std::chrono::milliseconds>(now.time_since_epoch()); in UpdateWhenElapsedFromNow() 81 auto offsetMill = std::chrono::duration_cast<std::chrono::milliseconds>(offset); in UpdateWhenElapsedFromNow() 95 if (windowLength == std::chrono::milliseconds::zero()) { in AdjustTimer() 103 whenElapsed += std::chrono::duration_cast<std::chrono::milliseconds>(intervalSec); in AdjustTimer() 106 maxWhenElapsed += std::chrono::duration_cast<std::chrono::milliseconds>(intervalSec); in AdjustTimer() 108 auto delta = std::chrono::duration_cast<std::chrono::milliseconds>( in AdjustTimer() [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | time_util.cpp | 37 int32_t milliseconds = 0; in ParseToMilliseconds() local 39 milliseconds = strtol(time, nullptr, DEC); in ParseToMilliseconds() 40 return (milliseconds < 0) ? 0 : milliseconds; in ParseToMilliseconds() 63 milliseconds = isSecond ? (int32_t)((strtod(buffer, nullptr) * MILLIONS_PER_SECOND)) : in ParseToMilliseconds() 68 return (milliseconds < 0) ? 0 : milliseconds; in ParseToMilliseconds()
|
/ohos5.0/base/time/time_service/services/timer/include/ |
H A D | timer_info.h | 32 const std::chrono::milliseconds origWhen; 40 std::chrono::milliseconds when; 41 std::chrono::milliseconds windowLength; 46 std::chrono::milliseconds repeatInterval; 47 std::chrono::milliseconds offset; 51 std::chrono::milliseconds when, 53 std::chrono::milliseconds windowLength, 55 std::chrono::milliseconds interval,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | multi_ver_vacuum_executor_stub.cpp | 39 std::this_thread::sleep_for(std::chrono::milliseconds(timeCostEachCall_)); in GetVacuumAbleCommits() 58 std::this_thread::sleep_for(std::chrono::milliseconds(timeCostEachCall_)); in GetVacuumNeedRecordsByVersion() 72 std::this_thread::sleep_for(std::chrono::milliseconds(timeCostEachCall_)); in GetShadowRecordsOfClearTypeRecord() 79 std::this_thread::sleep_for(std::chrono::milliseconds(timeCostEachCall_)); in GetShadowRecordsOfNonClearTypeRecord() 92 std::this_thread::sleep_for(std::chrono::milliseconds(timeCostEachCall_)); in StartTransactionForVacuum() 99 std::this_thread::sleep_for(std::chrono::milliseconds(timeCostEachCall_)); in CommitTransactionForVacuum() 106 std::this_thread::sleep_for(std::chrono::milliseconds(timeCostEachCall_)); in RollBackTransactionForVacuum() 113 std::this_thread::sleep_for(std::chrono::milliseconds(timeCostEachCall_)); in DeleteRecordTotally() 119 std::this_thread::sleep_for(std::chrono::milliseconds(timeCostEachCall_)); in MarkRecordAsVacuumDone() 125 std::this_thread::sleep_for(std::chrono::milliseconds(timeCostEachCall_)); in MarkCommitAsVacuumDone()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/ |
H A D | image_yuv_convert_fuzzer.cpp | 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() 310 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIME)); in NV21ToRGBFuzzTest002() [all …]
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_timer_test.cpp | 103 std::this_thread::sleep_for(std::chrono::milliseconds(15)); 121 std::this_thread::sleep_for(std::chrono::milliseconds(500)); 157 bool StartTimer(int milliseconds, bool once); 177 bool A::StartTimer(int milliseconds, bool once) in StartTimer() argument 213 std::this_thread::sleep_for(std::chrono::milliseconds(20)); 320 std::this_thread::sleep_for(std::chrono::milliseconds(50)); 323 std::this_thread::sleep_for(std::chrono::milliseconds(50)); 349 std::this_thread::sleep_for(std::chrono::milliseconds(52)); 366 std::this_thread::sleep_for(std::chrono::milliseconds(52)); 397 std::this_thread::sleep_for(std::chrono::milliseconds(1)); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/test/unittest/ |
H A D | zip_test.cpp | 80 std::this_thread::sleep_for(std::chrono::milliseconds(5000)); 97 std::this_thread::sleep_for(std::chrono::milliseconds(5000)); 114 std::this_thread::sleep_for(std::chrono::milliseconds(5000)); 131 std::this_thread::sleep_for(std::chrono::milliseconds(5000)); 147 std::this_thread::sleep_for(std::chrono::milliseconds(5000)); 163 std::this_thread::sleep_for(std::chrono::milliseconds(5000)); 184 std::this_thread::sleep_for(std::chrono::milliseconds(5000)); 201 std::this_thread::sleep_for(std::chrono::milliseconds(5000)); 224 std::this_thread::sleep_for(std::chrono::milliseconds(5000)); 244 std::this_thread::sleep_for(std::chrono::milliseconds(5000)); [all …]
|
/ohos5.0/base/msdp/device_status/test/unittest/frameworks/src/ |
H A D | interaction_drag_drawing_test.cpp | 84 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP_MS)); in TearDown() 196 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_UPDATE_DRAG_STYLE)); 199 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_UPDATE_DRAG_STYLE)); 202 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_UPDATE_DRAG_STYLE)); 205 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_UPDATE_DRAG_STYLE)); 208 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_UPDATE_DRAG_STYLE)); 241 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_UPDATE_DRAG_STYLE)); 244 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_UPDATE_DRAG_STYLE)); 379 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_ANIMATION_END)); 412 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_ANIMATION_END)); [all …]
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/timer_benchmark_test/ |
H A D | timer_benchmark_test.cpp | 91 std::this_thread::sleep_for(std::chrono::milliseconds(15)); in BENCHMARK_F() 113 std::this_thread::sleep_for(std::chrono::milliseconds(500)); in BENCHMARK_F() 135 std::this_thread::sleep_for(std::chrono::milliseconds(30)); in BENCHMARK_F() 147 bool StartTimer(int milliseconds, bool once); 166 bool A::StartTimer(int milliseconds, bool once) in StartTimer() argument 190 std::this_thread::sleep_for(std::chrono::milliseconds(20)); in BENCHMARK_F() 301 std::this_thread::sleep_for(std::chrono::milliseconds(50)); in BENCHMARK_F() 304 std::this_thread::sleep_for(std::chrono::milliseconds(50)); in BENCHMARK_F() 327 std::this_thread::sleep_for(std::chrono::milliseconds(52)); in BENCHMARK_F() 391 std::this_thread::sleep_for(std::chrono::milliseconds(1)); in BENCHMARK_F() [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_deferred_video_unittest.cpp | 141 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_PROCESS)); 150 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_TEST_WAIT)); 160 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_PROCESS)); 179 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_PROCESS)); 188 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_PROCESS)); 207 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_PROCESS)); 216 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_PROCESS)); 239 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_PROCESS)); 248 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_PROCESS)); 275 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_PROCESS)); [all …]
|
/ohos5.0/base/location/test/fuzztest/locator/gnssability_fuzzer/ |
H A D | gnssability_fuzzer.cpp | 98 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssAbility001FuzzTest() 116 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssAbility002FuzzTest() 134 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssAbility003FuzzTest() 152 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssAbility004FuzzTest() 170 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssAbility005FuzzTest() 188 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssAbility006FuzzTest() 205 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssAbility007FuzzTest() 223 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssAbility008FuzzTest() 241 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssAbility009FuzzTest() 259 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEP_TIMES)); in GnssAbility010FuzzTest() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_test.cpp | 103 std::this_thread::sleep_for(std::chrono::milliseconds(200)); 123 std::this_thread::sleep_for(std::chrono::milliseconds(200)); 175 std::this_thread::sleep_for(std::chrono::milliseconds(200)); 192 std::this_thread::sleep_for(std::chrono::milliseconds(200)); 211 std::this_thread::sleep_for(std::chrono::milliseconds(200)); 230 std::this_thread::sleep_for(std::chrono::milliseconds(200)); 264 std::this_thread::sleep_for(std::chrono::milliseconds(200)); 283 std::this_thread::sleep_for(std::chrono::milliseconds(200)); 304 std::this_thread::sleep_for(std::chrono::milliseconds(200)); 323 std::this_thread::sleep_for(std::chrono::milliseconds(200)); [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/ |
H A D | test_single_player_fast.h | 109 std::this_thread::sleep_for(std::chrono::milliseconds(1000)); in FIXTURE() 120 std::this_thread::sleep_for(std::chrono::milliseconds(1000)); in FIXTURE() 136 std::this_thread::sleep_for(std::chrono::milliseconds(1000)); in FIXTURE() 138 std::this_thread::sleep_for(std::chrono::milliseconds(1000)); in FIXTURE() 153 std::this_thread::sleep_for(std::chrono::milliseconds(1000)); in FIXTURE() 157 std::this_thread::sleep_for(std::chrono::milliseconds(2000)); in FIXTURE() 171 std::this_thread::sleep_for(std::chrono::milliseconds(1000)); in FIXTURE() 174 std::this_thread::sleep_for(std::chrono::milliseconds(1000)); in FIXTURE() 190 std::this_thread::sleep_for(std::chrono::milliseconds(1000)); in FIXTURE() 193 std::this_thread::sleep_for(std::chrono::milliseconds(1000)); in FIXTURE() [all …]
|
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | pattern_detach_callback_test.cpp | 63 auto startTime = std::chrono::duration_cast<std::chrono::milliseconds>( 66 auto endTime = std::chrono::duration_cast<std::chrono::milliseconds>( 83 std::this_thread::sleep_for(std::chrono::milliseconds(sleepTime)); in __anond4858c420202() 86 auto startTime = std::chrono::duration_cast<std::chrono::milliseconds>( 89 auto endTime = std::chrono::duration_cast<std::chrono::milliseconds>( 106 std::this_thread::sleep_for(std::chrono::milliseconds(sleepTime)); in __anond4858c420302() 109 auto startTime = std::chrono::duration_cast<std::chrono::milliseconds>( 112 auto endTime = std::chrono::duration_cast<std::chrono::milliseconds>(
|
/ohos5.0/foundation/ai/ai_engine/services/common/platform/time/source/ |
H A D | time.cpp | 20 void StepSleepMs(uint32_t milliseconds) in StepSleepMs() argument 22 std::this_thread::sleep_for(std::chrono::milliseconds(milliseconds)); in StepSleepMs() 35 std::chrono::milliseconds sec = std::chrono::duration_cast<std::chrono::milliseconds>(d); in GetCurTimeMillSec()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/ |
H A D | distributeddb_communicator_send_receive_test.cpp | 185 std::this_thread::sleep_for(std::chrono::milliseconds(100)); 308 std::this_thread::sleep_for(std::chrono::milliseconds(1000)); 369 std::this_thread::sleep_for(std::chrono::milliseconds(200)); 371 std::this_thread::sleep_for(std::chrono::milliseconds(1000)); 401 std::this_thread::sleep_for(std::chrono::milliseconds(100)); 477 std::this_thread::sleep_for(std::chrono::milliseconds(100)); 489 std::this_thread::sleep_for(std::chrono::milliseconds(100)); 501 std::this_thread::sleep_for(std::chrono::milliseconds(100)); 538 std::this_thread::sleep_for(std::chrono::milliseconds(100)); 550 std::this_thread::sleep_for(std::chrono::milliseconds(100)); [all …]
|
/ohos5.0/base/sensors/sensor/test/unittest/interfaces/inner_api/ |
H A D | sensor_power_test.cpp | 171 std::this_thread::sleep_for(std::chrono::milliseconds(500)); 175 std::this_thread::sleep_for(std::chrono::milliseconds(500)); 179 std::this_thread::sleep_for(std::chrono::milliseconds(500)); 199 std::this_thread::sleep_for(std::chrono::milliseconds(500)); 214 std::this_thread::sleep_for(std::chrono::milliseconds(500)); 218 std::this_thread::sleep_for(std::chrono::milliseconds(500)); 242 std::this_thread::sleep_for(std::chrono::milliseconds(500)); 246 std::this_thread::sleep_for(std::chrono::milliseconds(500)); 250 std::this_thread::sleep_for(std::chrono::milliseconds(500)); 280 std::this_thread::sleep_for(std::chrono::milliseconds(500)); [all …]
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_pointer_test.cpp | 173 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in TearDown() 322 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); 396 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); 440 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); 477 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); 514 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); 610 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); 633 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); 657 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); 809 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); [all …]
|
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/ |
H A D | drag_manager_test.cpp | 68 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP_MS)); in TearDown() 475 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP_MS)); 512 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP_MS)); 542 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP_MS)); 574 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP_MS)); 577 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP_MS)); 580 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP_MS)); 615 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP_MS)); 618 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP_MS)); 649 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP_MS)); [all …]
|