Home
last modified time | relevance | path

Searched refs:InputEventListenerProxy (Results 1 – 2 of 2) sorted by relevance

/foundation/window/window_manager_lite/interfaces/innerkits/
Dinput_event_listener_proxy.h24 class InputEventListenerProxy {
26 static InputEventListenerProxy* GetInstance();
69 InputEventListenerProxy() : proxy_(nullptr) {} in InputEventListenerProxy() function
70 ~InputEventListenerProxy();
78 InputEventListenerProxy(const InputEventListenerProxy&) = delete;
79 InputEventListenerProxy& operator=(const InputEventListenerProxy&) = delete;
80 InputEventListenerProxy(InputEventListenerProxy&&) = delete;
81 InputEventListenerProxy& operator=(InputEventListenerProxy&&) = delete;
/foundation/window/window_manager_lite/frameworks/ims/
Dinput_event_listener_proxy.cpp22 InputEventListenerProxy::RawEventListener* InputEventListenerProxy::listener_ = nullptr;
23 InputEventListenerProxy::~InputEventListenerProxy() in ~InputEventListenerProxy()
31 InputEventListenerProxy* InputEventListenerProxy::GetInstance() in GetInstance()
33 static InputEventListenerProxy client; in GetInstance()
37 bool InputEventListenerProxy::GetIClientProxy() in GetIClientProxy()
54 int32_t InputEventListenerProxy::ReceiveMsgHandler(uint32_t code, IpcIo* io, IpcIo* reply, MessageO… in ReceiveMsgHandler()
69 bool InputEventListenerProxy::RegisterInputEventListener(RawEventListener* listener) in RegisterInputEventListener()
102 bool InputEventListenerProxy::UnregisterInputEventListener() in UnregisterInputEventListener()