Home
last modified time | relevance | path

Searched refs:TransferKeyEventForConsumedAsync (Results 1 - 12 of 12) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_event_channel_base.h36 WSError TransferKeyEventForConsumedAsync(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreImeEvent,
75 WSError TestWindowEventChannel::TransferKeyEventForConsumedAsync(const std::shared_ptr<MMI::KeyEvent>& keyEvent, in TransferKeyEventForConsumedAsync() function in OHOS::Rosen::TestWindowEventChannel
H A Dwindow_event_channel_proxy_test.cpp114 * @tc.name: TransferKeyEventForConsumedAsync
115 * @tc.desc: test function : TransferKeyEventForConsumedAsync
118 HWTEST_F(WindowEventChannelProxyTest, TransferKeyEventForConsumedAsync, Function | SmallTest | Level1) in HWTEST_F()
124 WSError res = windowEventChannelProxy_->TransferKeyEventForConsumedAsync(keyEvent, isPreImeEvent, in HWTEST_F()
H A Dextension_session_test.cpp530 EXPECT_CALL(*mockEventChannel_, TransferKeyEventForConsumedAsync) in HWTEST_F()
557 EXPECT_CALL(*mockEventChannel_, TransferKeyEventForConsumedAsync); in HWTEST_F()
633 EXPECT_CALL(*mockEventChannel_, TransferKeyEventForConsumedAsync).WillOnce(Return(WSError::WS_DO_NOTHING)); in HWTEST_F()
732 EXPECT_CALL(*mockEventChannel_, TransferKeyEventForConsumedAsync).Times(1).WillOnce(Return(WSError::WS_OK)); in HWTEST_F()
737 EXPECT_CALL(*mockEventChannel_, TransferKeyEventForConsumedAsync).Times(0); in HWTEST_F()
742 EXPECT_CALL(*mockEventChannel_, TransferKeyEventForConsumedAsync).Times(0); in HWTEST_F()
H A Dwindow_event_channel_test.cpp302 auto res = windowEventChannel->TransferKeyEventForConsumedAsync(keyEvent, isPreImeEvent, nullptr); in HWTEST_F()
321 auto res = windowEventChannel->TransferKeyEventForConsumedAsync(keyEvent, isPreImeEvent, iRemoteObjectMocker); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_window_event_channel.h29 MOCK_METHOD3(TransferKeyEventForConsumedAsync, WSError(const std::shared_ptr<MMI::KeyEvent>& keyEvent,
/foundation/window/window_manager/window_scene/session/container/include/zidl/
H A Dwindow_event_channel_proxy.h39 WSError TransferKeyEventForConsumedAsync(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreImeEvent,
H A Dwindow_event_channel_interface.h56 virtual WSError TransferKeyEventForConsumedAsync(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreImeEvent,
/foundation/window/window_manager/window_scene/session/container/include/
H A Dwindow_event_channel.h58 WSError TransferKeyEventForConsumedAsync(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreImeEvent,
/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp324 auto ret = windowEventChannel_->TransferKeyEventForConsumedAsync(keyEvent, isPreImeEvent, channelListener_); in TransferKeyEventForConsumed()
365 auto ret = windowEventChannel_->TransferKeyEventForConsumedAsync(keyEvent, isPreImeEvent, channelListener_); in TransferKeyEventAsync()
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dwindow_event_channel_stub.cpp123 WSError errCode = TransferKeyEventForConsumedAsync(keyEvent, isPreImeEvent, listener); in HandleTransferKeyEventAsync()
H A Dwindow_event_channel_proxy.cpp157 WSError WindowEventChannelProxy::TransferKeyEventForConsumedAsync( in TransferKeyEventForConsumedAsync() function in OHOS::Rosen::WindowEventChannelProxy
/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp201 WSError WindowEventChannel::TransferKeyEventForConsumedAsync( in TransferKeyEventForConsumedAsync() function in OHOS::Rosen::WindowEventChannel

Completed in 10 milliseconds