Searched defs:AddMonitor (Results 1 – 5 of 5) sorted by relevance
29 int32_t InputMonitorManager::AddMonitor(std::shared_ptr<IInputEventConsumer> monitor) in AddMonitor() function in OHOS::MMI::InputMonitorManager
333 int32_t InputManagerImpl::AddMonitor(std::function<void(std::shared_ptr<KeyEvent>)> monitor) in AddMonitor() function in OHOS::MMI::InputManagerImpl346 int32_t InputManagerImpl::AddMonitor(std::function<void(std::shared_ptr<PointerEvent>)> monitor) in AddMonitor() function in OHOS::MMI::InputManagerImpl359 int32_t InputManagerImpl::AddMonitor(std::shared_ptr<IInputEventConsumer> consumer) in AddMonitor() function in OHOS::MMI::InputManagerImpl
68 int32_t InputManager::AddMonitor(std::function<void(std::shared_ptr<KeyEvent>)> monitor) in AddMonitor() function in OHOS::MMI::InputManager73 int32_t InputManager::AddMonitor(std::function<void(std::shared_ptr<PointerEvent>)> monitor) in AddMonitor() function in OHOS::MMI::InputManager78 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
205 int32_t EventMonitorHandler::MonitorCollection::AddMonitor(const SessionHandler& monitor) in AddMonitor() function in OHOS::MMI::EventMonitorHandler::MonitorCollection