Searched refs:PopToPageTransitionListener (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.h | 272 void PopToPageTransitionListener(
|
H A D | plugin_frontend_delegate.cpp | 1318 delegate->PopToPageTransitionListener(event, url, pageId); in PopToPage() 1326 void PluginFrontendDelegate::PopToPageTransitionListener( in PopToPageTransitionListener() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 312 void PluginFrontendDelegate::PopToPageTransitionListener( in PopToPageTransitionListener() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.h | 384 void PopToPageTransitionListener(const TransitionEvent& event, const std::string& url, int32_t pageId);
|
H A D | frontend_delegate_impl.cpp | 1496 delegate->PopToPageTransitionListener(event, url, pageId); in PopToPage() 1504 void FrontendDelegateImpl::PopToPageTransitionListener( in PopToPageTransitionListener() function in OHOS::Ace::Framework::FrontendDelegateImpl
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 398 void PopToPageTransitionListener(const TransitionEvent& event, const std::string& url, int32_t pageId);
|
H A D | frontend_delegate_declarative.cpp | 2560 delegate->PopToPageTransitionListener(event, url, pageId); in PopToPage() 2568 void FrontendDelegateDeclarative::PopToPageTransitionListener( in PopToPageTransitionListener() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
|
Completed in 17 milliseconds