Home
last modified time | relevance | path

Searched refs:CancelAndWait (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_handler.h39 void CancelAndWait();
H A Dqueue_handler.cpp71 CancelAndWait(); in ~QueueHandler()
178 void QueueHandler::CancelAndWait() in CancelAndWait() function in ffrt::QueueHandler
H A Dqueue_api.cpp237 handler->CancelAndWait();
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_ffrt.h155 LOCAL_API void CancelAndWait() override;
H A Devent_queue_base.h206 LOCAL_API void CancelAndWait() override;
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h351 virtual void CancelAndWait() = 0;
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_queue_ffrt.cpp402 void EventQueueFFRT::CancelAndWait() in CancelAndWait() function in OHOS::AppExecFwk::EventQueueFFRT
H A Devent_handler.cpp597 eventRunner_->GetEventQueue()->CancelAndWait(); in TaskCancelAndWait()
H A Devent_queue_base.cpp755 void EventQueueBase::CancelAndWait() in CancelAndWait() function in OHOS::AppExecFwk::EventQueueBase