Searched refs:AddServiceWatcher (Results 1 – 7 of 7) sorted by relevance
539 void InputManager::AddServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher) in AddServiceWatcher() function in OHOS::MMI::InputManager541 InputMgrImpl.AddServiceWatcher(watcher); in AddServiceWatcher()
130 void AddServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher);
823 void AddServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher);
196 void AddServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher);
2215 void InputManagerImpl::AddServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher) in AddServiceWatcher() function in OHOS::MMI::InputManagerImpl2218 MULTIMODAL_INPUT_CONNECT_MGR->AddServiceWatcher(watcher); in AddServiceWatcher()
726 void MultimodalInputConnectManager::AddServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher) in AddServiceWatcher() function in OHOS::MMI::MultimodalInputConnectManager
2686 ASSERT_NO_FATAL_FAILURE(InputManager::GetInstance()->AddServiceWatcher(watcher));