Home
last modified time | relevance | path

Searched refs:SetPageTransitionFunction (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_full_update_model_ng.cpp42 composedNode->SetPageTransitionFunction(std::move(info.pageTransitionFunc)); in CreateNode()
H A Dview_partial_update_model_ng.cpp71 customNode->SetPageTransitionFunction(std::move(info.pageTransitionFunc)); in CreateNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_full_update_model_impl.cpp64 element->SetPageTransitionFunction(std::move(pageTransitionFunction)); in CreateNode()
H A Dview_partial_update_model_impl.cpp74 element->SetPageTransitionFunction(std::move(pageTransitionFunction)); in CreateNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomposed_element.h112 void SetPageTransitionFunction(PageTransitionFunction&& func) in SetPageTransitionFunction() function
H A Dcomposed_element.cpp108 pageElement->SetPageTransitionFunction(std::move(pageTransitionFunction_)); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_base.h97 void SetPageTransitionFunction(std::function<void()>&& pageTransitionFunc) in SetPageTransitionFunction() function