/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_pointer_test.cpp | 27 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 D | input_manager_simulate_test.cpp | 26 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 D | virtual_input_device_test.cpp | 28 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 D | input_manager_test.cpp | 35 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 D | input_manager_inject_test.cpp | 31 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 D | vibrator_agent_test.cpp | 39 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 D | vibrator_test.cpp | 40 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 D | vibrator-guidelines-capi.md | 73 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 D | input_manager_util.cpp | 29 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 D | light_agent_test.cpp | 35 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 D | system_info.cpp | 38 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 D | system_info.cpp | 38 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 D | vibrator-guidelines-capi.md | 73 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));
|