Home
last modified time | relevance | path

Searched refs:recycleCustomNode (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.h135 void SetRecycleFunction(std::function<void(RefPtr<CustomNodeBase>)>&& recycleCustomNode) in SetRecycleFunction() argument
137 recycleCustomNodeFunc_ = std::move(recycleCustomNode); in SetRecycleFunction()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp642 auto recycleCustomNode = [weak = AceType::WeakClaim(this)](const RefPtr<NG::CustomNodeBase>& recycleNode) -> void { in CreateViewNode() local
701 .recycleCustomNodeFunc = recycleCustomNode, in CreateViewNode()

Completed in 3 milliseconds