Home
last modified time | relevance | path

Searched refs:notifyInputMethod (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_extension_session_impl_test.cpp795 bool notifyInputMethod = true; variable
797 window_->NotifyKeyEvent(keyEvent, consumed, notifyInputMethod);
808 bool notifyInputMethod = true; variable
810 window_->NotifyKeyEvent(nullptr, consumed, notifyInputMethod);
822 bool notifyInputMethod = true; variable
824 window_->NotifyKeyEvent(keyEvent, consumed, notifyInputMethod);
837 bool notifyInputMethod = false; variable
839 window_->NotifyKeyEvent(keyEvent, consumed, notifyInputMethod);
H A Dwindow_session_impl_test.cpp1578 bool notifyInputMethod = false; variable
1580 window->NotifyKeyEvent(keyEvent, isConsumed, notifyInputMethod);
1583 window->NotifyKeyEvent(keyEvent, isConsumed, notifyInputMethod);
1585 notifyInputMethod = true;
1586 window->NotifyKeyEvent(keyEvent, isConsumed, notifyInputMethod);
1589 window->NotifyKeyEvent(keyEvent, isConsumed, notifyInputMethod);
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dsession_stage_interface.h116 bool notifyInputMethod = true) {}
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_extension_session_impl.h83 bool notifyInputMethod = true) override;
H A Dwindow_session_impl.h163 bool notifyInputMethod = true) override;
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp456 bool notifyInputMethod) in NotifyKeyEvent() argument
465 if (isKeyboardEvent && notifyInputMethod) { in NotifyKeyEvent()
H A Dwindow_session_impl.cpp3687 bool notifyInputMethod) in NotifyKeyEvent() argument
3696 if (isKeyboardEvent && notifyInputMethod) { in NotifyKeyEvent()