Searched defs:handlerId (Results 1 – 8 of 8) sorted by relevance
71 int32_t handlerId = 1; variable105 int32_t handlerId = 1; variable182 int32_t handlerId = 1; variable200 int32_t handlerId = 1; variable214 int32_t handlerId = 1; variable231 int32_t handlerId = 5; variable
68 int32_t handlerId = GetNextId(); in AddHandler() local102 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() local261 int32_t handlerId = item.handlerId_; in OnInputEvent() local309 int32_t handlerId = item.handlerId_; in GetConsumerInfos() local467 int32_t handlerId = item.first; in GetMonitorConsumerInfos() local557 bool InputHandlerManager::HasHandler(int32_t handlerId) in HasHandler()
63 inline bool IsValidHandlerId(int32_t handlerId) in IsValidHandlerId()
148 virtual void RemoveOrphanByHandlerId(const std::string& handlerId) { (void)handlerId; }; in RemoveOrphanByHandlerId()
155 void KeyGestureManager::KeyGesture::RunHandler(int32_t handlerId, std::shared_ptr<KeyEvent> keyEven… in RunHandler()
491 int32_t handlerId = 1; variable
106 void EventQueueFFRT::RemoveOrphanByHandlerId(const std::string& handlerId) in RemoveOrphanByHandlerId()
761 const std::string handlerId = "handlerId"; variable