Home
last modified time | relevance | path

Searched refs:SimulateKeyEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_service_test.cpp77 bool result = KeyEventUtil::SimulateKeyEvent(MMI::KeyEvent::KEYCODE_0);
103 bool result = KeyEventUtil::SimulateKeyEvent(MMI::KeyEvent::KEYCODE_CAPS_LOCK);
116 bool result = KeyEventUtil::SimulateKeyEvent(MMI::KeyEvent::KEYCODE_CTRL_LEFT);
129 bool result = KeyEventUtil::SimulateKeyEvent(MMI::KeyEvent::KEYCODE_CTRL_RIGHT);
142 bool result = KeyEventUtil::SimulateKeyEvent(MMI::KeyEvent::KEYCODE_SHIFT_LEFT);
155 bool result = KeyEventUtil::SimulateKeyEvent(MMI::KeyEvent::KEYCODE_SHIFT_RIGHT);
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Dkey_event_util.h25 static bool SimulateKeyEvent(int32_t keyCode);
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_filter_manual_test.cpp377 void SimulateKeyEvent(bool &resultA, bool &resultB, const int32_t KEYCODE, bool isKeyAEvent, sem_t … in SimulateKeyEvent() function
428 SimulateKeyEvent(resultA, resultB, KeyEvent::KEYCODE_A, true, semA);
431 SimulateKeyEvent(resultA, resultB, KeyEvent::KEYCODE_B, false, semB);
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dkey_event_util.cpp29 bool KeyEventUtil::SimulateKeyEvent(int32_t keyCode) in SimulateKeyEvent() function in OHOS::MiscServices::KeyEventUtil