Home
last modified time | relevance | path

Searched refs:WindowEventChannelListenerProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/
H A Dwindow_event_channel.h31 class WindowEventChannelListenerProxy : public IRemoteProxy<IWindowEventChannelListener> {
33 explicit WindowEventChannelListenerProxy(const sptr<IRemoteObject>& impl) in WindowEventChannelListenerProxy() function
35 virtual ~WindowEventChannelListenerProxy() = default;
41 static inline BrokerDelegator<WindowEventChannelListenerProxy> delegator_;
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp40 void WindowEventChannelListenerProxy::OnTransferKeyEventForConsumed(int32_t keyEventId, bool isPreI… in OnTransferKeyEventForConsumed()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_event_channel_test.cpp334 WindowEventChannelListenerProxy listenerProxy(iRemoteObjectMocker);