Home
last modified time | relevance | path

Searched refs:hasIdleTasks_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp1386 hasIdleTasks_ = true; in AddDirtyElement()
1412 hasIdleTasks_ = true; in AddDirtyRenderNode()
1436 hasIdleTasks_ = true; in AddDirtyLayoutNode()
1449 hasIdleTasks_ = true; in AddPredictLayoutNode()
1953 hasIdleTasks_ = false; in FlushVsync()
1976 if (hasIdleTasks_) { in OnIdle()
1980 hasIdleTasks_ = false; in OnIdle()
H A Dpipeline_context.h835 bool hasIdleTasks_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp180 hasIdleTasks_ = true; in AddDirtyPropertyNode()
202 hasIdleTasks_ = true; in AddDirtyCustomNode()
240 hasIdleTasks_ = true; in AddDirtyLayoutNode()
282 hasIdleTasks_ = true; in AddDirtyRenderNode()
289 hasIdleTasks_ = true; in AddDirtyFreezeNode()
2528 hasIdleTasks_ = true; in OnTouchEvent()
2539 hasIdleTasks_ = true; in OnTouchEvent()
2572 hasIdleTasks_ = true; in OnTouchEvent()
H A Dpipeline_context.h1148 bool hasIdleTasks_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp1368 EXPECT_TRUE(pipeline->hasIdleTasks_);