Home
last modified time | relevance | path

Searched refs:pageTransitionFunc (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_full_update_model_impl.cpp57 if (nodeInfo.pageTransitionFunc) { in CreateNode()
58 …auto pageTransitionFunction = [transitionFunc = nodeInfo.pageTransitionFunc]() -> RefPtr<Component… in CreateNode()
H A Dview_partial_update_model_impl.cpp66 if (nodeInfo.pageTransitionFunc) { in CreateNode()
68 … std::move(nodeInfo.pageTransitionFunc)]() -> RefPtr<Component> { in CreateNode()
/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() argument
99 pageTransitionFunc_ = std::move(pageTransitionFunc); in SetPageTransitionFunction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_full_update_model.h36 std::function<void()> pageTransitionFunc; member
H A Dview_full_update_model_ng.cpp42 composedNode->SetPageTransitionFunction(std::move(info.pageTransitionFunc)); in CreateNode()
H A Dview_partial_update_model.h40 std::function<void()> pageTransitionFunc; member
H A Dview_partial_update_model_ng.cpp71 customNode->SetPageTransitionFunction(std::move(info.pageTransitionFunc)); in CreateNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.h107 void SetPageTransitionFunc(std::function<void()>&& pageTransitionFunc) in SetPageTransitionFunc() argument
109 pageTransitionFunc_ = std::move(pageTransitionFunc); in SetPageTransitionFunc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.cpp237 info.pageTransitionFunc = std::move(pageTransitionFunction); in CreateViewNode()
699 .pageTransitionFunc = std::move(pageTransitionFunction), in CreateViewNode()