Home
last modified time | relevance | path

Searched refs:SLEEPTIME (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp56 constexpr int32_t SLEEPTIME = 20; member
697 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEPTIME)); in ParseCommand()
961 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEPTIME)); in ParseCommand()
1483 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEPTIME)); in ParseCommand()
1579 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEPTIME)); in ParseCommand()
1658 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEPTIME)); in ParseCommand()
1740 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEPTIME)); in PrintKeyboardTextChar()
2168 std::this_thread::sleep_for(std::chrono::microseconds(SLEEPTIME)); in SwipeActionEvent()
2286 std::this_thread::sleep_for(std::chrono::microseconds(SLEEPTIME * timesForSleep)); in ActionPinchEvent()
2304 std::this_thread::sleep_for(std::chrono::microseconds(SLEEPTIME)); in SendTouchDownForPinch()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Draw_input_injector.cpp29 constexpr int32_t SLEEPTIME = 20; member
61 std::this_thread::sleep_for(std::chrono::milliseconds(SLEEPTIME)); in ExecuteInject()

Completed in 7 milliseconds