Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager_lite/interfaces/innerkits/
H A 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;
/ohos5.0/foundation/window/window_manager_lite/frameworks/ims/
H A 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()
/ohos5.0/base/powermgr/powermgr_lite/services/src/screensaver/small/
H A Dscreen_saver_handler.cpp136 if (!InputEventListenerProxy::GetInstance()->RegisterInputEventListener(this)) { in SetEnableLocked()
148 InputEventListenerProxy::GetInstance()->UnregisterInputEventListener(); in SetDisableLocked()
/ohos5.0/base/powermgr/powermgr_lite/services/include/small/
H A Dscreen_saver_handler.h28 class ScreenSaverHandler : public InputEventListenerProxy::RawEventListener {