Home
last modified time | relevance | path

Searched refs:TIME_WAIT_FOR_OP (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_pointer_test.cpp27 constexpr int32_t TIME_WAIT_FOR_OP = 100; variable
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));
[all …]
H A Dinput_manager_simulate_test.cpp26 constexpr int32_t TIME_WAIT_FOR_OP = 100; variable
86 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in TearDown()
211 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
250 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
298 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
344 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
389 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
442 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
501 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
561 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
[all …]
H A Dvirtual_input_device_test.cpp28 constexpr int32_t TIME_WAIT_FOR_OP = 100; variable
74 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in TearDown()
H A Dinput_manager_test.cpp35 constexpr int32_t TIME_WAIT_FOR_OP = 100; variable
112 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in TearDown()
300 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
501 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
503 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
1644 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
3186 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
3190 EXPECT_GE(timeInterval, (TIME_WAIT_FOR_OP * SLEEP_MILLISECONDS));
3206 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
3215 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
[all …]
H A Dinput_manager_inject_test.cpp31 constexpr int32_t TIME_WAIT_FOR_OP = 100; variable
67 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in TearDown()
/ohos5.0/base/sensors/miscdevice/test/unittest/vibrator/native/
H A Dvibrator_agent_test.cpp39 constexpr int32_t TIME_WAIT_FOR_OP = 500; variable
269 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
287 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
309 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
331 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
353 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
375 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
397 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
419 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
441 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
[all …]
/ohos5.0/base/sensors/miscdevice/test/unittest/vibrator/capi/
H A Dvibrator_test.cpp40 constexpr int32_t TIME_WAIT_FOR_OP = 2; variable
172 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
334 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
357 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
380 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
402 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
425 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
/ohos5.0/docs/zh-cn/application-dev/device/sensor/
H A Dvibrator-guidelines-capi.md73 constexpr int32_t TIME_WAIT_FOR_OP = 2;
89 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
126 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager_util.cpp29 constexpr int32_t TIME_WAIT_FOR_OP { 100 }; variable
823 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in TestMarkConsumedStep1()
847 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in TestMarkConsumedStep2()
853 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in TestMarkConsumedStep3()
856 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in TestMarkConsumedStep3()
879 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in TestMarkConsumedStep4()
902 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in TestMarkConsumedStep5()
907 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in TestMarkConsumedStep6()
927 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in TestMarkConsumedStep6()
974 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in TestMonitor()
[all …]
/ohos5.0/base/sensors/miscdevice/test/unittest/light/
H A Dlight_agent_test.cpp35 constexpr int32_t TIME_WAIT_FOR_OP = 2; variable
179 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
295 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
/ohos5.0/base/sensors/sensor/test/unittest/common/src/
H A Dsystem_info.cpp38 constexpr int32_t TIME_WAIT_FOR_OP = 1000; variable
186 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in GetSystemCpuUsage()
225 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in GetProcCpuUsage()
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/src/
H A Dsystem_info.cpp38 constexpr int32_t TIME_WAIT_FOR_OP { 1000 }; variable
204 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in GetSystemCpuUsage()
243 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP)); in GetProcCpuUsage()
/ohos5.0/docs/en/application-dev/device/sensor/
H A Dvibrator-guidelines-capi.md73 constexpr int32_t TIME_WAIT_FOR_OP = 2;
89 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));
126 std::this_thread::sleep_for(std::chrono::milliseconds(TIME_WAIT_FOR_OP));