Searched refs:EventHandlerInteractiveQueue (Results 1 – 5 of 5) sorted by relevance
20 EventHandlerInteractiveQueue::~EventHandlerInteractiveQueue() in ~EventHandlerInteractiveQueue()25 int EventHandlerInteractiveQueue::Push(QueueTask* task) in Push()50 return std::make_unique<EventHandlerInteractiveQueue>(); in CreateEventHandlerInteractiveQueue()
23 class EventHandlerInteractiveQueue : public BaseQueue {25 explicit EventHandlerInteractiveQueue() {} in EventHandlerInteractiveQueue() function26 ~EventHandlerInteractiveQueue() override;
47 class EventHandlerAdapterQueue : public EventHandlerInteractiveQueue {
383 reinterpret_cast<EventHandlerInteractiveQueue*>(queue_.get())->SetEventHandler(eventHandler); in SetEventHandler()394 return reinterpret_cast<EventHandlerInteractiveQueue*>(queue_.get())->GetEventHandler(); in GetEventHandler()
106 EventHandlerAdapterQueue::EventHandlerAdapterQueue() : EventHandlerInteractiveQueue() in EventHandlerAdapterQueue()