Home
last modified time | relevance | path

Searched refs:FlushDirtyPropertyNodes (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_adapter_impl.cpp103 FlushDirtyPropertyNodes(child.second); in OnGetChildByIndex()
114 FlushDirtyPropertyNodes(child.second); in OnGetChildByIndex()
118 void NativeLazyForEachBuilder::FlushDirtyPropertyNodes(const RefPtr<UINode>& node) in FlushDirtyPropertyNodes() function in OHOS::Ace::NG::NativeLazyForEachBuilder
123 context->FlushDirtyPropertyNodes(); in FlushDirtyPropertyNodes()
H A Dnode_adapter_impl.h161 void FlushDirtyPropertyNodes(const RefPtr<UINode>& node);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h310 void FlushDirtyPropertyNodes();
H A Dpipeline_context.cpp310 void PipelineContext::FlushDirtyPropertyNodes() in FlushDirtyPropertyNodes() function in OHOS::Ace::NG::PipelineContext
334 FlushDirtyPropertyNodes(); in FlushDirtyNodeUpdate()