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
200 void PipelineContext::PostAsyncEvent(const std::function<void()>&) {} in PostAsyncEvent() function in OHOS::Ace::PipelineContext202 void PipelineContext::PostAsyncEvent(std::function<void()>&&) {} in PostAsyncEvent() function in OHOS::Ace::PipelineContext
368 void PipelineBase::PostAsyncEvent(TaskExecutor::Task&& task, TaskExecutor::TaskType type) in PostAsyncEvent() function in OHOS::Ace::PipelineBase377 void PipelineBase::PostAsyncEvent(const TaskExecutor::Task& task, TaskExecutor::TaskType type) in PostAsyncEvent() function in OHOS::Ace::PipelineBase
393 void PipelineBase::PostAsyncEvent(TaskExecutor::Task&& task, TaskExecutor::TaskType type) {} in PostAsyncEvent() function in OHOS::Ace::PipelineBase395 void PipelineBase::PostAsyncEvent(const TaskExecutor::Task& task, TaskExecutor::TaskType type) {} in PostAsyncEvent() function in OHOS::Ace::PipelineBase