Home
last modified time | relevance | path

Searched defs:handlerId (Results 1 – 15 of 15) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
Dpre_monitor_manager.cpp44 int32_t handlerId = GetNextId(); in AddHandler() local
61 int32_t PreMonitorManager::RemoveHandler(int32_t handlerId) in RemoveHandler()
78 int32_t PreMonitorManager::AddLocal(int32_t handlerId, HandleEventType eventType, std::vector<int32… in AddLocal()
94 int32_t PreMonitorManager::AddToServer(int32_t handlerId, HandleEventType eventType, std::vector<in… in AddToServer()
102 int32_t PreMonitorManager::RemoveLocal(int32_t handlerId) in RemoveLocal()
113 int32_t PreMonitorManager::RemoveFromServer(int32_t handlerId) in RemoveFromServer()
146 void PreMonitorManager::OnPreKeyEvent(std::shared_ptr<KeyEvent> keyEvent, int32_t handlerId) in OnPreKeyEvent()
177 int32_t handlerId = inputHandler.first; in OnConnected() local
184 std::shared_ptr<IInputEventConsumer> PreMonitorManager::FindHandler(int32_t handlerId) in FindHandler()
Dinput_handler_manager.cpp68 int32_t handlerId = GetNextId(); in AddHandler() local
102 int32_t InputHandlerManager::RemoveHandler(int32_t handlerId, InputHandlerType handlerType) in RemoveHandler()
127 int32_t InputHandlerManager::AddLocal(int32_t handlerId, InputHandlerType handlerType, HandleEventT… in AddLocal()
171 int32_t InputHandlerManager::RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t … in RemoveLocal()
218 std::shared_ptr<IInputEventConsumer> InputHandlerManager::FindHandler(int32_t handlerId) in FindHandler()
248 int32_t handlerId = item.first; in OnInputEvent() local
261 int32_t handlerId = item.handlerId_; in OnInputEvent() local
309 int32_t handlerId = item.handlerId_; in GetConsumerInfos() local
467 int32_t handlerId = item.first; in GetMonitorConsumerInfos() local
557 bool InputHandlerManager::HasHandler(int32_t handlerId) in HasHandler()
Dclient_msg_handler.cpp168 int32_t handlerId = -1; in OnPreKeyEvent() local
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
Dpre_monitor_manager_test.cpp48 int32_t handlerId = 1; variable
64 int32_t handlerId = 1; variable
100 int32_t handlerId = 1; variable
121 int32_t handlerId = 1; variable
141 int32_t handlerId = 1; variable
162 int32_t handlerId = 1; variable
177 int32_t handlerId = 1; variable
192 int32_t handlerId = 1; variable
Dinput_handler_manager_test.cpp71 int32_t handlerId = 1; variable
105 int32_t handlerId = 1; variable
182 int32_t handlerId = 1; variable
200 int32_t handlerId = 1; variable
214 int32_t handlerId = 1; variable
231 int32_t handlerId = 5; variable
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
Dinput_handler_type.h65 inline bool IsValidHandlerId(int32_t handlerId) in IsValidHandlerId()
/foundation/multimodalinput/input/service/monitor/include/
Devent_pre_monitor_handler.h65 …SessionHandler(SessionPtr session, int32_t handlerId, HandleEventType eventType, std::vector<int32… in SessionHandler()
/foundation/multimodalinput/input/service/monitor/src/
Devent_pre_monitor_handler.cpp69 SessionPtr session, int32_t handlerId, HandleEventType eventType, std::vector<int32_t> keys) in AddInputHandler()
82 void EventPreMonitorHandler::RemoveInputHandler(SessionPtr sess, int32_t handlerId) in RemoveInputHandler()
184 void EventPreMonitorHandler::MonitorCollection::RemoveMonitor(SessionPtr sess, int32_t handlerId) in RemoveMonitor()
/foundation/multimodalinput/input/service/subscriber/src/
Dkey_gesture_manager.cpp155 void KeyGestureManager::KeyGesture::RunHandler(int32_t handlerId, std::shared_ptr<KeyEvent> keyEven… in RunHandler()
/foundation/multimodalinput/input/service/subscriber/test/
Dkey_gesture_manager_test.cpp491 int32_t handlerId = 1; variable
/foundation/multimodalinput/input/service/connect_manager/src/
Dmultimodal_input_connect_manager.cpp383 int32_t MultimodalInputConnectManager::AddPreInputHandler(int32_t handlerId, HandleEventType eventT… in AddPreInputHandler()
391 int32_t MultimodalInputConnectManager::RemovePreInputHandler(int32_t handlerId) in RemovePreInputHandler()
Dmultimodal_input_connect_stub.cpp1234 int32_t handlerId = -1; in StubAddPreInputHandler() local
1274 int32_t handlerId = -1; in StubRemovePreInputHandler() local
Dmultimodal_input_connect_proxy.cpp1074 int32_t handlerId, HandleEventType eventType, std::vector<int32_t> keys) in AddPreInputHandler()
1100 int32_t MultimodalInputConnectProxy::RemovePreInputHandler(int32_t handlerId) in RemovePreInputHandler()
/foundation/multimodalinput/input/service/module_loader/src/
Dmmi_service.cpp1405 int32_t MMIService::AddPreInputHandler(int32_t handlerId, HandleEventType eventType, std::vector<in… in AddPreInputHandler()
1425 int32_t MMIService::RemovePreInputHandler(int32_t handlerId) in RemovePreInputHandler()
/foundation/multimodalinput/input/service/connect_manager/test/
Dmultimodal_input_connect_stub_ex_test.cpp163 …int32_t AddPreInputHandler(int32_t handlerId, HandleEventType eventType, std::vector<int32_t> keys… in AddPreInputHandler()
167 int32_t RemovePreInputHandler(int32_t handlerId) override in RemovePreInputHandler()