Searched defs:PostAsyncEvent (Results 1 – 4 of 4) sorted by relevance
300 void PipelineBase::PostAsyncEvent(const std::function<void()>& task, TaskExecutor::TaskType type) {} in PostAsyncEvent() function in OHOS::Ace::PipelineBase302 void PipelineBase::PostAsyncEvent(std::function<void()>&& task, TaskExecutor::TaskType type) {} in PostAsyncEvent() function in OHOS::Ace::PipelineBase
425 void PipelineBase::PostAsyncEvent(TaskExecutor::Task&& task, TaskExecutor::TaskType type) in PostAsyncEvent() function in OHOS::Ace::PipelineBase432 void PipelineBase::PostAsyncEvent(const TaskExecutor::Task& task, TaskExecutor::TaskType type) in PostAsyncEvent() function in OHOS::Ace::PipelineBase
585 void PipelineBase::PostAsyncEvent(TaskExecutor::Task&& task, TaskExecutor::TaskType type) {} in PostAsyncEvent() function in OHOS::Ace::PipelineBase587 void PipelineBase::PostAsyncEvent(const TaskExecutor::Task& task, TaskExecutor::TaskType type) {} in PostAsyncEvent() function in OHOS::Ace::PipelineBase