/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_ability.h | 87 void ReplacePage(const std::string& url, const std::string& params);
|
H A D | ace_ability.cpp | 539 void AceAbility::ReplacePage(const std::string& url, const std::string& params) in ReplacePage() function in OHOS::Ace::Platform::AceAbility 543 container->GetFrontend()->ReplacePage(url, params); in ReplacePage()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_frontend.h | 38 MOCK_METHOD(void, ReplacePage, (const std::string& url, const std::string& params), (override));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.cpp | 123 ReplacePage(target.url, params); in NavigatePage() 188 void CJFrontendAbstract::ReplacePage(const std::string& url, const std::string& params) in ReplacePage() function in OHOS::Ace::CJFrontendAbstract
|
H A D | cj_frontend_abstract.h | 58 void ReplacePage(const std::string& url, const std::string& params) override;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend.cpp | 37 void PluginFrontend::ReplacePage(const std::string& url, const std::string& params) {} in ReplacePage() function in OHOS::Ace::PluginFrontend
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.h | 52 void ReplacePage(const std::string& url, const std::string& params) override;
|
H A D | declarative_frontend_ng.cpp | 417 void DeclarativeFrontendNG::ReplacePage(const std::string& url, const std::string& params) in ReplacePage() function in OHOS::Ace::DeclarativeFrontendNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.h | 58 void ReplacePage(const std::string& url, const std::string& params) override;
|
H A D | frontend_delegate_impl.h | 390 void ReplacePage(const RefPtr<JsAcePage>& page, const std::string& url);
|
H A D | frontend_delegate_impl.cpp | 1660 void FrontendDelegateImpl::ReplacePage(const RefPtr<JsAcePage>& page, const std::string& url) in ReplacePage() function in OHOS::Ace::Framework::FrontendDelegateImpl 1695 pipelineContext->ReplacePage(page->BuildPage(url)); in ReplacePage() 1737 delegate->ReplacePage(page, url); in LoadReplacePage()
|
H A D | js_frontend.cpp | 502 void JsFrontend::ReplacePage(const std::string& url, const std::string& params) in ReplacePage() function in OHOS::Ace::JsFrontend
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.h | 58 void ReplacePage(const std::string& url, const std::string& params) override;
|
H A D | plugin_frontend_delegate.h | 279 void ReplacePage(const RefPtr<JsAcePage>& page, const std::string& url);
|
H A D | plugin_frontend_delegate.cpp | 1467 void PluginFrontendDelegate::ReplacePage( in ReplacePage() function in OHOS::Ace::Framework::PluginFrontendDelegate 1496 pipelineContext->ReplacePage(page->BuildPage(url), page->GetStageElement()); in ReplacePage() 1538 delegate->ReplacePage(page, url); in LoadReplacePage()
|
H A D | plugin_frontend.cpp | 404 void PluginFrontend::ReplacePage(const std::string& url, const std::string& params) in ReplacePage() function in OHOS::Ace::PluginFrontend
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | frontend.h | 147 virtual void ReplacePage(const std::string& url, const std::string& params) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend.h | 57 void ReplacePage(const std::string& url, const std::string& params) override {} in ReplacePage() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.h | 65 void ReplacePage(const std::string& url, const std::string& params) override;
|
H A D | frontend_delegate_declarative.h | 406 void ReplacePage(const RefPtr<JsAcePage>& page, const std::string& url);
|
H A D | frontend_delegate_declarative.cpp | 2789 void FrontendDelegateDeclarative::ReplacePage(const RefPtr<JsAcePage>& page, const std::string& url) in ReplacePage() function in OHOS::Ace::Framework::FrontendDelegateDeclarative 2821 … pipelineContext->ReplacePage(page->BuildPage(url), page->GetStageElement(), [weak, page, url]() { in ReplacePage() 2967 delegate->ReplacePage(page, page->GetUrl()); in LoadReplacePage()
|
H A D | declarative_frontend.cpp | 725 void DeclarativeFrontend::ReplacePage(const std::string& url, const std::string& params) in Initialize() function in OHOS::Ace::DeclarativeFrontend
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.h | 152 void ReplacePage(const RefPtr<PageComponent>& pageComponent, const RefPtr<StageElement>& stage, 154 void ReplacePage(const RefPtr<PageComponent>& pageComponent);
|
H A D | pipeline_context.cpp | 1227 void PipelineContext::ReplacePage(const RefPtr<PageComponent>& pageComponent, const RefPtr<StageEle… in ReplacePage() function in OHOS::Ace::PipelineContext 1247 void PipelineContext::ReplacePage(const RefPtr<PageComponent>& pageComponent) in ReplacePage() function in OHOS::Ace::PipelineContext 1249 ReplacePage(pageComponent, nullptr); in ReplacePage()
|