Home
last modified time | relevance | path

Searched refs:IInputServiceWatcher (Results 1 - 8 of 8) sorted by relevance

/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/
H A Di_input_service_watcher.h21 class IInputServiceWatcher { class
23 IInputServiceWatcher() = default;
24 virtual ~IInputServiceWatcher() = default;
H A Dinput_manager.h867 void AddServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher);
868 void RemoveServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher);
/foundation/multimodalinput/input/service/connect_manager/include/
H A Dmultimodal_input_connect_manager.h139 void AddServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher);
140 void RemoveServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher);
179 std::set<std::shared_ptr<IInputServiceWatcher>> watchers_;
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_manager_impl.h203 void AddServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher);
204 void RemoveServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher);
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp572 void InputManager::AddServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher) in AddServiceWatcher()
577 void InputManager::RemoveServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher) in RemoveServiceWatcher()
/foundation/multimodalinput/input/service/connect_manager/src/
H A Dmultimodal_input_connect_manager.cpp746 void MultimodalInputConnectManager::AddServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher) in AddServiceWatcher()
753 void MultimodalInputConnectManager::RemoveServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher) in RemoveServiceWatcher()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp2303 void InputManagerImpl::AddServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher) in AddServiceWatcher()
2309 void InputManagerImpl::RemoveServiceWatcher(std::shared_ptr<IInputServiceWatcher> watcher) in RemoveServiceWatcher()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_test.cpp2759 class ServiceWatcher final : public IInputServiceWatcher {

Completed in 15 milliseconds