Home
last modified time | relevance | path

Searched refs:SimulateKeyEvents (Results 1 - 3 of 3) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_service_test.cpp90 bool result = KeyEventUtil::SimulateKeyEvents({ MMI::KeyEvent::KEYCODE_0, MMI::KeyEvent::KEYCODE_1 }); in HWTEST_F()
169 KeyEventUtil::SimulateKeyEvents({ MMI::KeyEvent::KEYCODE_CTRL_LEFT, MMI::KeyEvent::KEYCODE_SHIFT_LEFT }); in HWTEST_F()
183 KeyEventUtil::SimulateKeyEvents({ MMI::KeyEvent::KEYCODE_CTRL_LEFT, MMI::KeyEvent::KEYCODE_SHIFT_RIGHT }); in HWTEST_F()
197 KeyEventUtil::SimulateKeyEvents({ MMI::KeyEvent::KEYCODE_CTRL_RIGHT, MMI::KeyEvent::KEYCODE_SHIFT_LEFT }); in HWTEST_F()
211 KeyEventUtil::SimulateKeyEvents({ MMI::KeyEvent::KEYCODE_CTRL_RIGHT, MMI::KeyEvent::KEYCODE_SHIFT_RIGHT }); in HWTEST_F()
/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Dkey_event_util.h26 static bool SimulateKeyEvents(const std::vector<int32_t> &keys);
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dkey_event_util.cpp42 bool KeyEventUtil::SimulateKeyEvents(const std::vector<int32_t> &keys) in SimulateKeyEvents() function in OHOS::MiscServices::KeyEventUtil

Completed in 2 milliseconds