Home
last modified time | relevance | path

Searched defs:PostDelayedTask (Results 1 – 2 of 2) 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
316 bool PostDelayedTask(Task&& task, uint32_t delayTime) const in PostDelayedTask() function
329 bool PostDelayedTask(const Task& task, uint32_t delayTime) const in PostDelayedTask() function
/foundation/arkui/ace_engine/adapter/preview/external/flutter/
Dplatform_task_runner_adapter.cpp35 void PlatformTaskRunnerAdapter::PostDelayedTask(fml::closure task, fml::TimeDelta delay) in PostDelayedTask() function in flutter::PlatformTaskRunnerAdapter