Home
last modified time | relevance | path

Searched defs:PostDelayedTask (Results 1 – 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/thread/
Dtask_executor.h110 bool PostDelayedTask(Task&& task, TaskType type, uint32_t delayTime) const in PostDelayedTask() function
127 bool PostDelayedTask(const Task& task, TaskType type, uint32_t delayTime) const in PostDelayedTask() function
315 bool PostDelayedTask(Task&& task, uint32_t delayTime) const in PostDelayedTask() function
328 bool PostDelayedTask(const Task& task, uint32_t delayTime) const in PostDelayedTask() function