H A D | input_handler_manager.cpp | 66 int32_t handlerId = GetNextId(); in AddHandler() local 67 CHKFR((handlerId != INVALID_HANDLER_ID), INVALID_HANDLER_ID, "Exceeded limit of 32-bit maximum number of integers"); in AddHandler() 70 MMI_HILOGD("Register new handler:%{public}d, currentType:%{public}d, deviceTags:%{public}d", handlerId, currentType, in AddHandler() 73 if (RET_OK == AddLocal(handlerId, handlerType, eventType, priority, deviceTags, consumer)) { in AddHandler() 84 handlerType, handlerId, currentType, currentTags, newType, deviceTags, priority); in AddHandler() 85 RemoveLocal(handlerId, handlerType, allDeviceTags); in AddHandler() 91 handlerType, handlerId, currentType, currentTags, newType, deviceTags, priority); in AddHandler() 94 "(%{public}d, %{public}d, %{public}d)", handlerType, handlerId, eventType, deviceTags, priority); in AddHandler() 95 handlerId = INVALID_HANDLER_ID; in AddHandler() 97 return handlerId; in AddHandler() 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...] |