Searched refs:OnTransferKeyEventForConsumed (Results 1 - 7 of 7) sorted by relevance
/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,
|
/foundation/window/window_manager/window_scene/session/container/include/ |
H A D | window_event_channel.h | 37 void OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreImeEvent,
|
/foundation/window/window_manager/window_scene/session/container/src/ |
H A D | window_event_channel.cpp | 40 void WindowEventChannelListenerProxy::OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreImeEvent, in OnTransferKeyEventForConsumed() function in OHOS::Rosen::WindowEventChannelListenerProxy 215 channelListener->OnTransferKeyEventForConsumed(keyEventId, isPreImeEvent, isConsumed, ret); in TransferKeyEventForConsumedAsync()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | extension_session.cpp | 57 void WindowEventChannelListener::OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreImeEvent, bool isConsumed, in OnTransferKeyEventForConsumed() function in OHOS::Rosen::WindowEventChannelListener 99 OnTransferKeyEventForConsumed(keyEventId, isPreImeEvent, isConsumed, retCode); in OnRemoteRequest()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | extension_session.h | 33 void OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreImeEvent,
|
/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); in HWTEST_F()
|
H A D | extension_session_test.cpp | 535 channelListener->OnTransferKeyEventForConsumed(keyEvent->GetId(), isPreImeEvent, true, WSError::WS_OK); in HWTEST_F()
|
Completed in 5 milliseconds