Home
last modified time | relevance | path

Searched refs:AddDirtyCustomNode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp139 distributedUI.AddDirtyCustomNode(0);
149 distributedUI.AddDirtyCustomNode(0);
256 distributedUI.AddDirtyCustomNode(parentNode->GetId());
261 distributedUI.AddDirtyCustomNode(100);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.cpp61 context->AddDirtyCustomNode(AceType::DynamicCast<UINode>(Claim(this))); in MarkNeedUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.h78 void AddDirtyCustomNode(int32_t nodeId);
H A Ddistributed_ui.cpp161 void DistributedUI::AddDirtyCustomNode(int32_t nodeId) in AddDirtyCustomNode() function in OHOS::Ace::NG::DistributedUI
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp107 context_->AddDirtyCustomNode(customNodeTemp); in CreateCycleDirtyNode()
124 context_->AddDirtyCustomNode(customNode_);
140 context_->AddDirtyCustomNode(customNode_1);
141 context_->AddDirtyCustomNode(frameNode_);
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp514 void PipelineContext::AddDirtyCustomNode(const RefPtr<UINode>& dirtyNode) {} in AddDirtyCustomNode() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h281 void AddDirtyCustomNode(const RefPtr<UINode>& dirtyNode);
H A Dpipeline_context.cpp184 void PipelineContext::AddDirtyCustomNode(const RefPtr<UINode>& dirtyNode) in AddDirtyCustomNode() function in OHOS::Ace::NG::PipelineContext