/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 | 547 void AceAbility::ReplacePage(const std::string& url, const std::string& params) in ReplacePage() function in OHOS::Ace::Platform::AceAbility 551 container->GetFrontend()->ReplacePage(url, params); in ReplacePage()
|
/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));
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.cpp | 117 ReplacePage(target.url, params); in NavigatePage() 182 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;
|
/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 1662 LOGI("ReplacePage url = %{private}s", url.c_str()); in ReplacePage() 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
|
/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 | 414 void DeclarativeFrontendNG::ReplacePage(const std::string& url, const std::string& params) in ReplacePage() function in OHOS::Ace::DeclarativeFrontendNG
|
/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
|
/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 {}
|
/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 | 1451 void PluginFrontendDelegate::ReplacePage( in ReplacePage() function in OHOS::Ace::Framework::PluginFrontendDelegate 1480 pipelineContext->ReplacePage(page->BuildPage(url), page->GetStageElement()); in ReplacePage() 1522 delegate->ReplacePage(page, url); in LoadReplacePage()
|
H A D | plugin_frontend.cpp | 399 void PluginFrontend::ReplacePage(const std::string& url, const std::string& params) in ReplacePage() function in OHOS::Ace::PluginFrontend
|
/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;
|
/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 | 1218 void PipelineContext::ReplacePage(const RefPtr<PageComponent>& pageComponent, const RefPtr<StageElement>& stage, in ReplacePage() function in OHOS::Ace::PipelineContext 1238 void PipelineContext::ReplacePage(const RefPtr<PageComponent>& pageComponent) in ReplacePage() function in OHOS::Ace::PipelineContext 1240 ReplacePage(pageComponent, nullptr); in ReplacePage()
|
/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 | 407 void ReplacePage(const RefPtr<JsAcePage>& page, const std::string& url);
|
H A D | frontend_delegate_declarative.cpp | 2793 void FrontendDelegateDeclarative::ReplacePage(const RefPtr<JsAcePage>& page, const std::string& url) in ReplacePage() function in OHOS::Ace::Framework::FrontendDelegateDeclarative 2795 LOGI("ReplacePage url = %{private}s", url.c_str()); in ReplacePage() 2825 pipelineContext->ReplacePage(page->BuildPage(url), page->GetStageElement(), [weak, page, url]() { in ReplacePage() 2971 delegate->ReplacePage(page, page->GetUrl()); in LoadReplacePage()
|
H A D | declarative_frontend.cpp | 717 void DeclarativeFrontend::ReplacePage(const std::string& url, const std::string& params) in Initialize() function in OHOS::Ace::DeclarativeFrontend
|