Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h267 int32_t OnPopPageSuccess();
H A Dplugin_frontend_delegate.cpp1337 int32_t PluginFrontendDelegate::OnPopPageSuccess() in OnPopPageSuccess() function in OHOS::Ace::Framework::PluginFrontendDelegate
1367 delegate->OnPopPageSuccess(); in PopPage()
1395 auto pageId = OnPopPageSuccess(); in PopPageTransitionListener()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.h377 int32_t OnPopPageSuccess();
H A Dfrontend_delegate_impl.cpp1515 int32_t FrontendDelegateImpl::OnPopPageSuccess() in OnPopPageSuccess() function in OHOS::Ace::Framework::FrontendDelegateImpl
1554 delegate->OnPopPageSuccess(); in PopPage()
1581 auto pageId = OnPopPageSuccess(); in PopPageTransitionListener()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h390 int32_t OnPopPageSuccess();
H A Dfrontend_delegate_declarative.cpp2599 int32_t FrontendDelegateDeclarative::OnPopPageSuccess() in OnPopPageSuccess() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
2610 LOGI("OnPopPageSuccess: pop to page %{private}s", pageRouteStack_.back().url.c_str()); in OnPopPageSuccess()
2634 delegate->OnPopPageSuccess(); in PopPage()
2663 auto pageId = OnPopPageSuccess(); in PopPageTransitionListener()
2690 delegate->OnPopPageSuccess(); in RestorePopPage()

Completed in 16 milliseconds