Home
last modified time | relevance | path

Searched refs:SetThisFunc (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.cpp75 customNode->SetThisFunc(std::move(info.getThisFunc)); in CreateNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.h229 void SetThisFunc(std::function<void*()>&& getThisFunc) in SetThisFunc() function