Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.h49 void CollectRemovingIds(std::list<int32_t>& removedElmtId);
H A Dfor_each_model_ng.cpp68 node->CollectRemovingIds(removedElmtId); in SetRemovedElmtIds()
H A Dfor_each_node.cpp72 void ForEachNode::CollectRemovingIds(std::list<int32_t>& removedElmtId) in CollectRemovingIds() function in OHOS::Ace::NG::ForEachNode