Home
last modified time | relevance | path

Searched refs:QueryPendingTaskInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/include/
H A Devent_queue_ffrt.h150 LOCAL_API PendingTaskInfo QueryPendingTaskInfo(int32_t fileDescriptor) override;
H A Devent_queue_base.h188 LOCAL_API PendingTaskInfo QueryPendingTaskInfo(int32_t fileDescriptor) override;
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/
H A Devent_queue.h333 virtual PendingTaskInfo QueryPendingTaskInfo(int32_t fileDescriptor) = 0;
H A Devent_handler.h1059 PendingTaskInfo QueryPendingTaskInfo(int32_t fileDescriptor);
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_handler.cpp580 PendingTaskInfo EventHandler::QueryPendingTaskInfo(int32_t fileDescriptor) in QueryPendingTaskInfo() function in OHOS::AppExecFwk::EventHandler
586 return eventRunner_->GetEventQueue()->QueryPendingTaskInfo(fileDescriptor); in QueryPendingTaskInfo()
H A Devent_queue_ffrt.cpp396 PendingTaskInfo EventQueueFFRT::QueryPendingTaskInfo(int32_t fileDescriptor) in QueryPendingTaskInfo() function in OHOS::AppExecFwk::EventQueueFFRT
H A Devent_queue_base.cpp717 PendingTaskInfo EventQueueBase::QueryPendingTaskInfo(int32_t fileDescriptor) in QueryPendingTaskInfo() function in OHOS::AppExecFwk::EventQueueBase