Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_partial_update_model_ng.cpp70 customNode->SetDestroyFunction(std::move(info.removeFunc)); in CreateNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.h78 void SetDestroyFunction(std::function<void()>&& destroyFunc) in SetDestroyFunction() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/
H A Dcustom_test_ng.cpp272 customNode->SetDestroyFunction([&destroyFunc]() { destroyFunc = true; }); in __anon71f9752b0a02()
619 customNode->SetDestroyFunction([&destroyFunc]() { destroyFunc = true; }); in __anon71f9752b1502()