Home
last modified time | relevance | path

Searched refs:SetCompleteReloadFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_measure_layout_node.h62 void SetCompleteReloadFunc(RenderFunction&& func) override {} in SetCompleteReloadFunc() function
H A Dcustom_node.h69 void SetCompleteReloadFunc(RenderFunction&& func) override in SetCompleteReloadFunc() function
H A Dcustom_node_base.h95 virtual void SetCompleteReloadFunc(RenderFunction&& func) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_partial_update_model_ng.cpp79 customNode->SetCompleteReloadFunc(std::move(completeReloadFunc)); in CreateNode()