Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_monitor_manager.cpp26 InputMonitorManager::InputMonitorManager() {} in InputMonitorManager() function in OHOS::MMI::InputMonitorManager
27 InputMonitorManager::~InputMonitorManager() {} in ~InputMonitorManager()
29 int32_t InputMonitorManager::AddMonitor(std::shared_ptr<IInputEventConsumer> monitor, HandleEventTy… in AddMonitor()
35 int32_t InputMonitorManager::RemoveMonitor(int32_t monitorId) in RemoveMonitor()
40 void InputMonitorManager::MarkConsumed(int32_t monitorId, int32_t eventId) in MarkConsumed()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_monitor_manager.h29 class InputMonitorManager final : public InputHandlerManager {
30 DECLARE_DELAYED_SINGLETON(InputMonitorManager);
32 DISALLOW_COPY_AND_MOVE(InputMonitorManager);
43 inline InputHandlerType InputMonitorManager::GetHandlerType() const in GetHandlerType()
48 inline bool InputMonitorManager::IsValidMonitorId(int32_t monitorId) in IsValidMonitorId()
53 #define IMonitorMgr ::OHOS::DelayedSingleton<InputMonitorManager>::GetInstance()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/
H A Dlibmmi-client-map25 OHOS::MMI::InputMonitorManager*;