Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_full_update_model_impl.cpp34 …auto elementFunction = [nodeInfo = std::move(info)](const RefPtr<ComposedElement>& element) mutabl… in CreateNode() local
69 composedComponent->SetElementFunction(std::move(elementFunction)); in CreateNode()
H A Dview_partial_update_model_impl.cpp52 auto elementFunction = [renderFunction = std::move(renderFunction), nodeInfo = std::move(info)]( in CreateNode() local
79 composedComponent->SetElementFunction(std::move(elementFunction)); in CreateNode()