Home
last modified time | relevance | path

Searched refs:RemoveServiceWatcher (Results 1 - 7 of 7) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp577 void InputManager::RemoveServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher) in RemoveServiceWatcher() function in OHOS::MMI::InputManager
579 InputMgrImpl.RemoveServiceWatcher(watcher); in RemoveServiceWatcher()
/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h140 void RemoveServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h204 void RemoveServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher);
/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Dinput_manager.h868 void RemoveServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp2309 void InputManagerImpl::RemoveServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher) in RemoveServiceWatcher() function in OHOS::MMI::InputManagerImpl
2312 MULTIMODAL_INPUT_CONNECT_MGR->RemoveServiceWatcher(watcher); in RemoveServiceWatcher()
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp753 void MultimodalInputConnectManager::RemoveServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher) in RemoveServiceWatcher() function in OHOS::MMI::MultimodalInputConnectManager
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp2778 ASSERT_NO_FATAL_FAILURE(InputManager::GetInstance()->RemoveServiceWatcher(watcher)); in HWTEST_F()

Completed in 14 milliseconds