| /foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
| D | pre_monitor_manager.cpp | 44 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()
|
| D | input_handler_manager.cpp | 68 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()
|
| D | client_msg_handler.cpp | 168 int32_t handlerId = -1; in OnPreKeyEvent() local
|
| /foundation/multimodalinput/input/frameworks/proxy/event_handler/test/ |
| D | pre_monitor_manager_test.cpp | 48 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
|
| D | input_handler_manager_test.cpp | 71 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/ |
| D | input_handler_type.h | 65 inline bool IsValidHandlerId(int32_t handlerId) in IsValidHandlerId()
|
| /foundation/multimodalinput/input/service/monitor/include/ |
| D | event_pre_monitor_handler.h | 65 …SessionHandler(SessionPtr session, int32_t handlerId, HandleEventType eventType, std::vector<int32… in SessionHandler()
|
| /foundation/multimodalinput/input/service/monitor/src/ |
| D | event_pre_monitor_handler.cpp | 69 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/ |
| D | key_gesture_manager.cpp | 155 void KeyGestureManager::KeyGesture::RunHandler(int32_t handlerId, std::shared_ptr<KeyEvent> keyEven… in RunHandler()
|
| /foundation/multimodalinput/input/service/subscriber/test/ |
| D | key_gesture_manager_test.cpp | 491 int32_t handlerId = 1; variable
|
| /foundation/multimodalinput/input/service/connect_manager/src/ |
| D | multimodal_input_connect_manager.cpp | 383 int32_t MultimodalInputConnectManager::AddPreInputHandler(int32_t handlerId, HandleEventType eventT… in AddPreInputHandler() 391 int32_t MultimodalInputConnectManager::RemovePreInputHandler(int32_t handlerId) in RemovePreInputHandler()
|
| D | multimodal_input_connect_stub.cpp | 1234 int32_t handlerId = -1; in StubAddPreInputHandler() local 1274 int32_t handlerId = -1; in StubRemovePreInputHandler() local
|
| D | multimodal_input_connect_proxy.cpp | 1074 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/ |
| D | mmi_service.cpp | 1405 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/ |
| D | multimodal_input_connect_stub_ex_test.cpp | 163 …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()
|