Searched defs:AddMonitor (Results 1 – 5 of 5) sorted by relevance
30 int32_t InputMonitorManager::AddMonitor(std::shared_ptr<IInputEventConsumer> monitor) in AddMonitor() function in OHOS::MMI::InputMonitorManager
484 int32_t InputManagerImpl::AddMonitor(std::function<void(std::shared_ptr<KeyEvent>)> monitor) in AddMonitor() function in OHOS::MMI::InputManagerImpl497 int32_t InputManagerImpl::AddMonitor(std::function<void(std::shared_ptr<PointerEvent>)> monitor) in AddMonitor() function in OHOS::MMI::InputManagerImpl510 int32_t InputManagerImpl::AddMonitor(std::shared_ptr<IInputEventConsumer> consumer) in AddMonitor() function in OHOS::MMI::InputManagerImpl
99 int32_t InputManager::AddMonitor(std::function<void(std::shared_ptr<KeyEvent>)> monitor) in AddMonitor() function in OHOS::MMI::InputManager104 int32_t InputManager::AddMonitor(std::function<void(std::shared_ptr<PointerEvent>)> monitor) in AddMonitor() function in OHOS::MMI::InputManager109 int32_t InputManager::AddMonitor(std::shared_ptr<IInputEventConsumer> monitor) in AddMonitor() function in OHOS::MMI::InputManager
39 void JsInputMonitorManager::AddMonitor(napi_env jsEnv, const std::string &typeName, napi_value call… in AddMonitor() function in OHOS::MMI::JsInputMonitorManager
209 int32_t EventMonitorHandler::MonitorCollection::AddMonitor(const SessionHandler& monitor) in AddMonitor() function in OHOS::MMI::EventMonitorHandler::MonitorCollection