Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/mock/core/common/
Dtheme_mock.cpp300 void PipelineBase::PostAsyncEvent(const std::function<void()>& task, TaskExecutor::TaskType type) {} in PostAsyncEvent() function in OHOS::Ace::PipelineBase
302 void PipelineBase::PostAsyncEvent(std::function<void()>&& task, TaskExecutor::TaskType type) {} in PostAsyncEvent() function in OHOS::Ace::PipelineBase
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
Dtheme_mock.cpp300 void PipelineBase::PostAsyncEvent(const std::function<void()>& task, TaskExecutor::TaskType type) {} in PostAsyncEvent() function in OHOS::Ace::PipelineBase
302 void PipelineBase::PostAsyncEvent(std::function<void()>&& task, TaskExecutor::TaskType type) {} in PostAsyncEvent() function in OHOS::Ace::PipelineBase
/foundation/arkui/ace_engine/frameworks/core/pipeline/
Dpipeline_base.cpp425 void PipelineBase::PostAsyncEvent(TaskExecutor::Task&& task, TaskExecutor::TaskType type) in PostAsyncEvent() function in OHOS::Ace::PipelineBase
432 void PipelineBase::PostAsyncEvent(const TaskExecutor::Task& task, TaskExecutor::TaskType type) in PostAsyncEvent() function in OHOS::Ace::PipelineBase
/foundation/arkui/ace_engine/test/mock/core/pipeline/
Dmock_pipeline_context.cpp585 void PipelineBase::PostAsyncEvent(TaskExecutor::Task&& task, TaskExecutor::TaskType type) {} in PostAsyncEvent() function in OHOS::Ace::PipelineBase
587 void PipelineBase::PostAsyncEvent(const TaskExecutor::Task& task, TaskExecutor::TaskType type) {} in PostAsyncEvent() function in OHOS::Ace::PipelineBase