Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Deventhandler_adapter_queue.h79 int DumpSize(ffrt_inner_queue_priority_t priority);
H A Dqueue_handler.h92 int DumpSize(ffrt_inner_queue_priority_t priority);
H A Dqueue_handler.cpp405 int QueueHandler::DumpSize(ffrt_inner_queue_priority_t priority) in DumpSize() function in ffrt::QueueHandler
410 return reinterpret_cast<EventHandlerAdapterQueue*>(queue_.get())->DumpSize(priority); in DumpSize()
H A Deventhandler_adapter_queue.cpp188 int EventHandlerAdapterQueue::DumpSize(ffrt_inner_queue_priority_t priority) in DumpSize() function in ffrt::EventHandlerAdapterQueue
H A Dqueue_api.cpp330 return handler->DumpSize(priority);