Searched refs:notifyInputMethod (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_extension_session_impl_test.cpp | 795 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 D | window_session_impl_test.cpp | 1578 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 D | session_stage_interface.h | 116 bool notifyInputMethod = true) {}
|
/ohos5.0/foundation/window/window_manager/wm/include/ |
H A D | window_extension_session_impl.h | 83 bool notifyInputMethod = true) override;
|
H A D | window_session_impl.h | 163 bool notifyInputMethod = true) override;
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_extension_session_impl.cpp | 456 bool notifyInputMethod) in NotifyKeyEvent() argument 465 if (isKeyboardEvent && notifyInputMethod) { in NotifyKeyEvent()
|
H A D | window_session_impl.cpp | 3687 bool notifyInputMethod) in NotifyKeyEvent() argument 3696 if (isKeyboardEvent && notifyInputMethod) { in NotifyKeyEvent()
|