/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | window_event_channel_base.h | 36 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 D | window_event_channel_proxy_test.cpp | 114 * @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 D | extension_session_test.cpp | 530 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 D | window_event_channel_test.cpp | 302 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 D | mock_window_event_channel.h | 29 MOCK_METHOD3(TransferKeyEventForConsumedAsync, WSError(const std::shared_ptr<MMI::KeyEvent>& keyEvent,
|
/foundation/window/window_manager/window_scene/session/container/include/zidl/ |
H A D | window_event_channel_proxy.h | 39 WSError TransferKeyEventForConsumedAsync(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreImeEvent,
|
H A D | window_event_channel_interface.h | 56 virtual WSError TransferKeyEventForConsumedAsync(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreImeEvent,
|
/foundation/window/window_manager/window_scene/session/container/include/ |
H A D | window_event_channel.h | 58 WSError TransferKeyEventForConsumedAsync(const std::shared_ptr<MMI::KeyEvent>& keyEvent, bool isPreImeEvent,
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | extension_session.cpp | 324 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 D | window_event_channel_stub.cpp | 123 WSError errCode = TransferKeyEventForConsumedAsync(keyEvent, isPreImeEvent, listener); in HandleTransferKeyEventAsync()
|
H A D | window_event_channel_proxy.cpp | 157 WSError WindowEventChannelProxy::TransferKeyEventForConsumedAsync( in TransferKeyEventForConsumedAsync() function in OHOS::Rosen::WindowEventChannelProxy
|
/foundation/window/window_manager/window_scene/session/container/src/ |
H A D | window_event_channel.cpp | 201 WSError WindowEventChannel::TransferKeyEventForConsumedAsync( in TransferKeyEventForConsumedAsync() function in OHOS::Rosen::WindowEventChannel
|