Searched refs:destroyPageId (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 1378 [weak, destroyPageId = delegate->GetRunningPageId()]( in PopPage() 1382 delegate->PopPageTransitionListener(event, destroyPageId); in PopPage() 1391 const TransitionEvent& event, int32_t destroyPageId) in PopPageTransitionListener() 1394 OnPageDestroy(destroyPageId); in PopPageTransitionListener() 1390 PopPageTransitionListener( const TransitionEvent& event, int32_t destroyPageId) PopPageTransitionListener() argument
|
H A D | plugin_frontend_delegate.h | 270 void PopPageTransitionListener(const TransitionEvent& event, int32_t destroyPageId);
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 1565 [weak, destroyPageId = delegate->GetRunningPageId()]( in PopPage() 1569 delegate->PopPageTransitionListener(event, destroyPageId); in PopPage() 1577 void FrontendDelegateImpl::PopPageTransitionListener(const TransitionEvent& event, int32_t destroyPageId) in PopPageTransitionListener() argument 1580 OnPageDestroy(destroyPageId); in PopPageTransitionListener()
|
H A D | frontend_delegate_impl.h | 382 void PopPageTransitionListener(const TransitionEvent& event, int32_t destroyPageId);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 396 void PopPageTransitionListener(const TransitionEvent& event, int32_t destroyPageId);
|
H A D | frontend_delegate_declarative.cpp | 2647 [weak, destroyPageId = delegate->GetRunningPageId()]( in PopPage() 2651 delegate->PopPageTransitionListener(event, destroyPageId); in PopPage() 2659 void FrontendDelegateDeclarative::PopPageTransitionListener(const TransitionEvent& event, int32_t destroyPageId) in PopPageTransitionListener() argument 2662 OnPageDestroy(destroyPageId); in PopPageTransitionListener()
|
Completed in 15 milliseconds