Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dwindow_event_channel_interface.h41 virtual void OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreImeEvent,
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/
H A Dwindow_event_channel.h37 void OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreImeEvent,
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp40 void WindowEventChannelListenerProxy::OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreI… in OnTransferKeyEventForConsumed() function in OHOS::Rosen::WindowEventChannelListenerProxy
215 channelListener->OnTransferKeyEventForConsumed(keyEventId, isPreImeEvent, isConsumed, ret); in TransferKeyEventForConsumedAsync()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp58 void WindowEventChannelListener::OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreImeEve… in OnTransferKeyEventForConsumed() function in OHOS::Rosen::WindowEventChannelListener
94 OnTransferKeyEventForConsumed(keyEventId, isPreImeEvent, isConsumed, retCode); in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dextension_session.h33 void OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreImeEvent,
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_event_channel_test.cpp335 listenerProxy.OnTransferKeyEventForConsumed(100, true, true, WSError::WS_OK);
H A Dextension_session_test.cpp490 …channelListener->OnTransferKeyEventForConsumed(keyEvent->GetId(), isPreImeEvent, true, WSError::WS… in __anon993f7d710202()