Home
last modified time | relevance | path

Searched refs:EventHandlerInteractiveQueue (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Deventhandler_interactive_queue.cpp20 EventHandlerInteractiveQueue::~EventHandlerInteractiveQueue() in ~EventHandlerInteractiveQueue()
25 int EventHandlerInteractiveQueue::Push(QueueTask* task) in Push()
50 return std::make_unique<EventHandlerInteractiveQueue>(); in CreateEventHandlerInteractiveQueue()
H A Deventhandler_interactive_queue.h23 class EventHandlerInteractiveQueue : public BaseQueue {
25 explicit EventHandlerInteractiveQueue() {} in EventHandlerInteractiveQueue() function
26 ~EventHandlerInteractiveQueue() override;
H A Deventhandler_adapter_queue.h47 class EventHandlerAdapterQueue : public EventHandlerInteractiveQueue {
H A Dqueue_handler.cpp383 reinterpret_cast<EventHandlerInteractiveQueue*>(queue_.get())->SetEventHandler(eventHandler); in SetEventHandler()
394 return reinterpret_cast<EventHandlerInteractiveQueue*>(queue_.get())->GetEventHandler(); in GetEventHandler()
H A Deventhandler_adapter_queue.cpp106 EventHandlerAdapterQueue::EventHandlerAdapterQueue() : EventHandlerInteractiveQueue() in EventHandlerAdapterQueue()