Searched refs:TaskOptions (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/resourceschedule/ffrt/src/util/ |
H A D | event_handler_adapter.h | 44 struct TaskOptions { struct 49 TaskOptions(std::string dfxName, int64_t delayTime, Priority priority, uintptr_t taskId) in TaskOptions() argument 55 bool PostTaskByFFRT(void* handler, const std::function<void()>& callback, const TaskOptions& task);
|
/ohos5.0/foundation/resourceschedule/ffrt/src/queue/ |
H A D | eventhandler_interactive_queue.cpp | 39 ffrt::TaskOptions taskOptions( in Push()
|
/ohos5.0/base/notification/eventhandler/interfaces/inner_api/ |
H A D | event_handler.h | 38 struct TaskOptions { struct 43 …TaskOptions(std::string dfxName, int64_t delayTime, EventQueue::Priority priority, uintptr_t taskI… in TaskOptions() argument
|
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/ |
H A D | event_handler.cpp | 626 … bool PostTaskByFFRT(void* handler, const std::function<void()>& callback, const TaskOptions &task) in PostTaskByFFRT()
|