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 D | window_event_channel_interface.h | 41 virtual void OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreImeEvent,
|
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/ |
H A D | window_event_channel.h | 37 void OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreImeEvent,
|
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/ |
H A D | window_event_channel.cpp | 40 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 D | extension_session.cpp | 58 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 D | extension_session.h | 33 void OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreImeEvent,
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | window_event_channel_test.cpp | 335 listenerProxy.OnTransferKeyEventForConsumed(100, true, true, WSError::WS_OK);
|
H A D | extension_session_test.cpp | 490 …channelListener->OnTransferKeyEventForConsumed(keyEvent->GetId(), isPreImeEvent, true, WSError::WS… in __anon993f7d710202()
|