Home
last modified time | relevance | path

Searched refs:PostTaskByFFRT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Devent_handler_adapter.h55 bool PostTaskByFFRT(void* handler, const std::function<void()>& callback, const TaskOptions& task);
62 using PostTaskType = decltype(PostTaskByFFRT)*;
/ohos5.0/base/notification/eventhandler/frameworks/eventhandler/src/
H A Devent_handler.cpp626 extern "C" bool PostTaskByFFRT(void* handler, const std::function<void()>& callback, const TaskOpti… in PostTaskByFFRT() function