Home
last modified time | relevance | path

Searched refs:WindowEventChannelListener (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/
H A Dextension_session.h26 class WindowEventChannelListener : public IRemoteStub<IWindowEventChannelListener> { class
28 explicit WindowEventChannelListener() = default;
47 explicit ChannelDeathRecipient(const sptr<WindowEventChannelListener>& listener): listener_(listener) {} in ChannelDeathRecipient()
51 sptr<WindowEventChannelListener> listener_ = nullptr;
121 sptr<WindowEventChannelListener> channelListener_ = nullptr;
/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp27 void WindowEventChannelListener::SetTransferKeyEventForConsumedParams(int32_t keyEventId, bool isPreImeEvent, in SetTransferKeyEventForConsumedParams()
37 void WindowEventChannelListener::ResetTransferKeyEventForConsumedParams() in ResetTransferKeyEventForConsumedParams()
44 void WindowEventChannelListener::ResetTransferKeyEventForConsumedParams(bool isConsumed, WSError retCode) in ResetTransferKeyEventForConsumedParams()
57 void WindowEventChannelListener::OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreImeEvent, bool isConsumed, in OnTransferKeyEventForConsumed()
78 int32_t WindowEventChannelListener::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, in OnRemoteRequest()
179 session->channelListener_ = sptr<WindowEventChannelListener>::MakeSptr(); in ConnectInner()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dextension_session_test.cpp528 extensionSession_->channelListener_ = new (std::nothrow) WindowEventChannelListener(); in HWTEST_F()
558 extensionSession_->channelListener_ = new (std::nothrow) WindowEventChannelListener(); in HWTEST_F()
631 extensionSession_->channelListener_ = new (std::nothrow) WindowEventChannelListener(); in HWTEST_F()
654 data.WriteInterfaceToken(WindowEventChannelListener::GetDescriptor()); in HWTEST_F()
661 WindowEventChannelListener listener; in HWTEST_F()
675 data.WriteInterfaceToken(WindowEventChannelListener::GetDescriptor()); in HWTEST_F()
679 WindowEventChannelListener listener; in HWTEST_F()
690 sptr<WindowEventChannelListener> listener = new (std::nothrow) WindowEventChannelListener(); in HWTEST_F()
709 sptr<WindowEventChannelListener> listene in HWTEST_F()
[all...]

Completed in 4 milliseconds