Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.h140 void SetRecycleRenderFunc(std::function<void()>&& func) in SetRecycleRenderFunc() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp625 customNode->SetRecycleRenderFunc([&recycleRenderFunc]() { recycleRenderFunc = true; }); in __anon71f9752b1702()
1454 customNode->SetRecycleRenderFunc(std::move(recycleRenderFunc));
1483 customNode->SetRecycleRenderFunc(std::move(recycleRenderFunc));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp926 …AceType::DynamicCast<NG::CustomNodeBase>(node)->SetRecycleRenderFunc(std::move(recycleUpdateFunc)); in CreateRecycle()