Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/platform/ohos/
Dplatform_task_runner_adapter.cc29 void PlatformTaskRunnerAdapter::PostTaskForTime(fml::closure task, fml::TimePoint target_time) in PostTaskForTime() function in flutter::PlatformTaskRunnerAdapter
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dtask_runner_adapter.cc26 void PostTaskForTime(fml::closure task, fml::TimePoint target_time) override { in PostTaskForTime() function in flutter_runner::CompatTaskRunner
/third_party/flutter/engine/flutter/fml/
Dtask_runner.cc27 void TaskRunner::PostTaskForTime(fml::closure task, in PostTaskForTime() function in fml::TaskRunner
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dembedder_task_runner.cc32 void EmbedderTaskRunner::PostTaskForTime(fml::closure task, in PostTaskForTime() function in flutter::EmbedderTaskRunner