/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_input_channel_test.cpp | 151 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 D | window_session_impl_two_test.cpp | 377 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 D | window_input_channel.cpp | 38 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 D | window_extension_session_impl.cpp | 451 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 D | window_session_impl.cpp | 3577 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 D | intention_event_manager_test.cpp | 288 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 D | intention_event_manager.cpp | 213 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 D | window_input_channel.h | 36 void DispatchKeyEventCallback(std::shared_ptr<MMI::KeyEvent>& keyEvent, bool consumed);
|
H A D | window_session_impl.h | 327 void DispatchKeyEventCallback(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool& isConsumed);
|
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/include/ |
H A D | intention_event_manager.h | 49 void DispatchKeyEventCallback(
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_controller_test.cpp | 122 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);
|