Home
last modified time | relevance | path

Searched defs:handlerId (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dinput_handler_type.h65 inline bool IsValidHandlerId(int32_t handlerId) in IsValidHandlerId() argument
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_handler_manager_test.cpp71 int32_t handlerId = 1; in HWTEST_F() local
105 int32_t handlerId = 1; in HWTEST_F() local
182 int32_t handlerId = 1; in HWTEST_F() local
200 int32_t handlerId = 1; HWTEST_F() local
214 int32_t handlerId = 1; HWTEST_F() local
231 int32_t handlerId = 5; HWTEST_F() local
472 int32_t handlerId = 2; HWTEST_F() local
[all...]
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_ex_test.cpp156 int32_t handlerId = 1000; in HWTEST_F() local
H A Dkey_gesture_manager_test.cpp595 int32_t handlerId = 1; in HWTEST_F() local
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp175 void KeyGestureManager::KeyGesture::RunHandler(int32_t handlerId, std::shared_ptr<KeyEvent> keyEvent) in RunHandler() argument
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp66 int32_t handlerId = GetNextId(); in AddHandler() local
108 int32_t handlerId = GetNextId(); AddGestureMonitor() local
138 int32_t handlerId = GetNextId(); AddHandler() local
160 RemoveGestureMonitor(int32_t handlerId, InputHandlerType handlerType) RemoveGestureMonitor() argument
196 RemoveHandler(int32_t handlerId, InputHandlerType handlerType) RemoveHandler() argument
246 AddGestureToLocal(int32_t handlerId, HandleEventType eventType, TouchGestureType gestureType, int32_t fingers, std::shared_ptr<IInputEventConsumer> consumer) AddGestureToLocal() argument
283 AddLocal(int32_t handlerId, InputHandlerType handlerType, HandleEventType eventType, int32_t priority, uint32_t deviceTags, std::shared_ptr<IInputEventConsumer> monitor) AddLocal() argument
317 AddLocal(int32_t handlerId, InputHandlerType handlerType, std::vector<int32_t> actionsType, std::shared_ptr<IInputEventConsumer> monitor) AddLocal() argument
348 RemoveLocal(int32_t handlerId, InputHandlerType handlerType, uint32_t &deviceTags) RemoveLocal() argument
391 RemoveLocalActions(int32_t handlerId, InputHandlerType handlerType) RemoveLocalActions() argument
430 FindHandler(int32_t handlerId) FindHandler() argument
460 int32_t handlerId = item.first; OnInputEvent() local
473 int32_t handlerId = item.handlerId_; OnInputEvent() local
521 int32_t handlerId = item.handlerId_; GetConsumerInfos() local
565 int32_t handlerId = item.first; GetMonitorConsumerInfos() local
580 int32_t handlerId = item.first; GetMonitorConsumerInfos() local
678 HasHandler(int32_t handlerId) HasHandler() argument
[all...]

Completed in 5 milliseconds