Home
last modified time | relevance | path

Searched refs:AddSingleNodeToFlush (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.h129 void AddSingleNodeToFlush(const RefPtr<FrameNode>& dirtyNode);
H A Dui_task_scheduler.cpp287 void UITaskScheduler::AddSingleNodeToFlush(const RefPtr<FrameNode>& dirtyNode) in AddSingleNodeToFlush() function in OHOS::Ace::NG::UITaskScheduler
H A Dpipeline_context.cpp778 taskScheduler_->AddSingleNodeToFlush(node); in FlushUITaskWithSingleDirtyNode()