Home
last modified time | relevance | path

Searched refs:pageTransitionListenerId_ (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp1365 pipelineContext->RemovePageTransitionListener(delegate->pageTransitionListenerId_); in OnPageReady()
1366 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in OnPageReady()
1490 pipelineContext->RemovePageTransitionListener(delegate->pageTransitionListenerId_); in PopToPage()
1491 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in PopToPage()
1563 pipelineContext->RemovePageTransitionListener(delegate->pageTransitionListenerId_); in PopPage()
1564 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in PopPage()
H A Dfrontend_delegate_impl.h458 BaseId::IdType pageTransitionListenerId_ = 0L; member in OHOS::Ace::Framework::FrontendDelegateImpl
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp1312 pipelineContext->RemovePageTransitionListener(delegate->pageTransitionListenerId_); in PopToPage()
1313 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in PopToPage()
1376 pipelineContext->RemovePageTransitionListener(delegate->pageTransitionListenerId_); in PopPage()
1377 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in PopPage()
H A Dplugin_frontend_delegate.h344 BaseId::IdType pageTransitionListenerId_ = 0L; member in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp2422 pipelineContext->RemovePageTransitionListener(delegate->pageTransitionListenerId_); in OnPageReady()
2423 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in OnPageReady()
2554 pipelineContext->RemovePageTransitionListener(delegate->pageTransitionListenerId_); in PopToPage()
2555 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in PopToPage()
2645 pipelineContext->RemovePageTransitionListener(delegate->pageTransitionListenerId_); in PopPage()
2646 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in PopPage()
2695 pipelineContext->RemovePageTransitionListener(delegate->pageTransitionListenerId_); in RestorePopPage()
2696 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in RestorePopPage()
2873 pipelineContext->RemovePageTransitionListener(delegate->pageTransitionListenerId_); in ReplacePageInSubStage()
2874 delegate->pageTransitionListenerId_ in ReplacePageInSubStage()
[all...]
H A Dfrontend_delegate_declarative.h500 BaseId::IdType pageTransitionListenerId_ = 0L; member in OHOS::Ace::Framework::FrontendDelegateDeclarative

Completed in 15 milliseconds