Home
last modified time | relevance | path

Searched refs:getThisFunc (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.h229 void SetThisFunc(std::function<void*()>&& getThisFunc) in SetThisFunc() argument
231 getThisFunc_ = std::move(getThisFunc); in SetThisFunc()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_partial_update_model.h53 std::function<void*()> getThisFunc; member
H A Dview_partial_update_model_ng.cpp70 customNode->SetThisFunc(std::move(info.getThisFunc)); in CreateNode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp683 auto getThisFunc = [weak = AceType::WeakClaim(this)]() -> void* { in CreateViewNode() local
705 .getThisFunc = std::move(getThisFunc), in CreateViewNode()

Completed in 4 milliseconds