Home
last modified time | relevance | path

Searched refs:SetReloadFunction (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_partial_update_model_ng.cpp74 customNode->SetReloadFunction(std::move(info.reloadFunc)); in CreateNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.h83 void SetReloadFunction(std::function<void(bool)>&& reloadFunc) in SetReloadFunction() function