Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_full_update_model_impl.cpp56 element->SetRemoveFunction(std::move(removeFunc)); in CreateNode()
H A Dview_partial_update_model_impl.cpp65 element->SetRemoveFunction(std::move(nodeInfo.removeFunc)); in CreateNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomposed_element.h94 void SetRemoveFunction(RemoveFunction&& func) in SetRemoveFunction() function