Home
last modified time | relevance | path

Searched refs:GetTasks (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drender_custom_paint.cpp50 … std::copy(taskPool->GetTasks().begin(), taskPool->GetTasks().end(), std::back_inserter(tasks_)); in Update()
H A Dcustom_paint_element.h38 tasks = paint->GetTasks(); in Update()
H A Dcustom_paint_component.h56 const std::list<TaskFunc>& GetTasks() const in GetTasks() function
H A Drender_custom_paint.h54 const std::list<TaskFunc>& GetTasks() const in GetTasks() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.h55 const std::list<TaskFunction>& GetTasks() const in GetTasks() function
H A Drender_xcomponent.cpp231 tasks_ = std::list<TaskFunction>(taskPool->GetTasks().begin(), taskPool->GetTasks().end()); in Update()