Home
last modified time | relevance | path

Searched defs:isPreImeEvent (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dextension_session_test.cpp498 bool isPreImeEvent = false;
520 bool isPreImeEvent = false; variable
537 bool isPreImeEvent = false; variable
554 bool isPreImeEvent = false; variable
573 bool isPreImeEvent = false; variable
594 bool isPreImeEvent = false; variable
684 bool isPreImeEvent = false; variable
H A Dwindow_event_channel_base.h70 const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool& isConsumed, bool isPreImeEvent) in TransferKeyEventForConsumed()
76 bool isPreImeEvent, const sptr<IRemoteObject>& listener) in TransferKeyEventForConsumedAsync()
H A Dwindow_event_channel_test.cpp297 bool isPreImeEvent = false; variable
315 bool isPreImeEvent = false; variable
H A Dwindow_event_channel_proxy_test.cpp122 bool isPreImeEvent = false; variable
H A Dintention_event_manager_test.cpp207 auto func = [](std::shared_ptr<MMI::KeyEvent> keyEvent, bool isPreImeEvent) { in __anone07782a40202()
H A Dscene_session_test2.cpp1813 bool isPreImeEvent = true; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp28 …wEventChannelListener::SetTransferKeyEventForConsumedParams(int32_t keyEventId, bool isPreImeEvent, in SetTransferKeyEventForConsumedParams()
58 …ChannelListener::OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreImeEvent, bool isCons… in OnTransferKeyEventForConsumed()
91 bool isPreImeEvent = data.ReadBool(); in OnRemoteRequest() local
292 bool& isTimeout, bool isPreImeEvent) in TransferKeyEventForConsumed()
340 …nSession::TransferKeyEventAsync(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreImeEvent) in TransferKeyEventAsync()
H A Dsession.cpp2099 bool isPreImeEvent) in TransferKeyEventForConsumed()
H A Dscene_session.cpp4592 bool SceneSession::SendKeyEventToUI(std::shared_ptr<MMI::KeyEvent> keyEvent, bool isPreImeEvent) in SendKeyEventToUI()
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp40 …dowEventChannelListenerProxy::OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreImeEvent, in OnTransferKeyEventForConsumed()
144 const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool& isConsumed, bool isPreImeEvent) in TransferKeyEventForConsumed()
202 …const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreImeEvent, const sptr<IRemoteObject>& lis… in TransferKeyEventForConsumedAsync()
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dwindow_event_channel_proxy.cpp49 bool isPreImeEvent = false; in TransferKeyEvent() local
124 const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool& isConsumed, bool isPreImeEvent) in TransferKeyEventForConsumed()
158 …const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreImeEvent, const sptr<IRemoteObject>& lis… in TransferKeyEventForConsumedAsync()
H A Dwindow_event_channel_stub.cpp92 bool isPreImeEvent = data.ReadBool(); in HandleTransferKeyEvent() local
112 bool isPreImeEvent = false; in HandleTransferKeyEventAsync() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dsystem_window_scene.cpp209 bool isPreImeEvent) -> bool { in RegisterEventCallback()