Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_partial_update_model.h51 std::function<void(const std::vector<std::string>&)> onDumpInfoFunc; member
H A Dview_partial_update_model_ng.cpp84 customNode->SetOnDumpInfoFunc(std::move(info.onDumpInfoFunc)); in CreateNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp672 …auto onDumpInfoFunc = [weak = AceType::WeakClaim(this)](const std::vector<std::string>& params) ->… in CreateViewNode() local
706 .onDumpInfoFunc = std::move(onDumpInfoFunc), in CreateViewNode()