Home
last modified time | relevance | path

Searched refs:DispatchKeyEventCallback (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_input_channel_test.cpp151 HWTEST_F(WindowInputChannelTest, DispatchKeyEventCallback, Function | SmallTest | Level2)
159 inputChannel->DispatchKeyEventCallback(keyEvent, false);
161 inputChannel->DispatchKeyEventCallback(keyEvent, true);
162 inputChannel->DispatchKeyEventCallback(keyEvent, false);
164 inputChannel->DispatchKeyEventCallback(keyEvent, false);
166 inputChannel->DispatchKeyEventCallback(keyEvent, false);
H A Dwindow_session_impl_two_test.cpp377 HWTEST_F(WindowSessionImplTwoTest, DispatchKeyEventCallback, Function | SmallTest | Level2)
385 window->DispatchKeyEventCallback(keyEvent, isConsumed);
392 window->DispatchKeyEventCallback(keyEvent, isConsumed);
395 window->DispatchKeyEventCallback(keyEvent, isConsumed);
400 window->DispatchKeyEventCallback(keyEvent, isConsumed);
403 window->DispatchKeyEventCallback(keyEvent, isConsumed);
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_input_channel.cpp38 void WindowInputChannel::DispatchKeyEventCallback(std::shared_ptr<MMI::KeyEvent>& keyEvent, bool co… in DispatchKeyEventCallback() function in OHOS::Rosen::WindowInputChannel
95 promoteThis->DispatchKeyEventCallback(keyEvent, consumed); in HandleKeyEvent()
100 DispatchKeyEventCallback(keyEvent, false); in HandleKeyEvent()
H A Dwindow_extension_session_impl.cpp451 DispatchKeyEventCallback(const_cast<std::shared_ptr<MMI::KeyEvent>&>(keyEvent), isConsumed); in InputMethodKeyEventResultCallback()
482 DispatchKeyEventCallback(keyEvent, isConsumed); in NotifyKeyEvent()
497 DispatchKeyEventCallback(keyEvent, isConsumed); in NotifyKeyEvent()
H A Dwindow_session_impl.cpp3577 void WindowSessionImpl::DispatchKeyEventCallback(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bo… in DispatchKeyEventCallback() function in OHOS::Rosen::WindowSessionImpl
3716 promoteThis->DispatchKeyEventCallback(keyEvent, isConsumed); in NotifyKeyEvent()
3722 DispatchKeyEventCallback(keyEvent, isConsumed); in NotifyKeyEvent()
3727 DispatchKeyEventCallback(keyEvent, isConsumed); in NotifyKeyEvent()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dintention_event_manager_test.cpp288 HWTEST_F(IntentionEventManagerTest, DispatchKeyEventCallback, Function | MediumTest | Level2)
291 inputEventListener_->DispatchKeyEventCallback(2024, keyEvent, true);
294 inputEventListener_->DispatchKeyEventCallback(2024, keyEvent, true);
295 inputEventListener_->DispatchKeyEventCallback(2024, keyEvent, false);
307 inputEventListener->DispatchKeyEventCallback(2024, keyEvent, false);
308 inputEventListener_->DispatchKeyEventCallback(2024, keyEvent, false);
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp213 void IntentionEventManager::InputEventListener::DispatchKeyEventCallback( in DispatchKeyEventCallback() function in OHOS::Rosen::IntentionEventManager::InputEventListener
292 this->DispatchKeyEventCallback(focusedSessionId, keyEvent, consumed); in OnInputEvent()
298 DispatchKeyEventCallback(focusedSessionId, keyEvent, false); in OnInputEvent()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_input_channel.h36 void DispatchKeyEventCallback(std::shared_ptr<MMI::KeyEvent>& keyEvent, bool consumed);
H A Dwindow_session_impl.h327 void DispatchKeyEventCallback(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool& isConsumed);
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/include/
H A Dintention_event_manager.h49 void DispatchKeyEventCallback(
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp122 static void DispatchKeyEventCallback(std::shared_ptr<MMI::KeyEvent> &keyEvent, bool isConsumed);
485 void InputMethodControllerTest::DispatchKeyEventCallback(std::shared_ptr<MMI::KeyEvent> &keyEvent, … in DispatchKeyEventCallback() function in OHOS::MiscServices::InputMethodControllerTest
638 bool ret = inputMethodController_->DispatchKeyEvent(keyEvent_, DispatchKeyEventCallback);
649 ret = inputMethodController_->DispatchKeyEvent(keyEvent_, DispatchKeyEventCallback);