Home
last modified time | relevance | path

Searched refs:onRouterChange (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_run_args.h91 SendCurrentRouterCallback onRouterChange = nullptr; member
H A Dui_content_impl.cpp254 onRouterChange_ = options.onRouterChange; in UIContentImpl()
H A Dace_ability.cpp375 AceContainer::AddRouterChangeCallback(ACE_INSTANCE_ID, runArgs_.onRouterChange); in InitEnv()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Doptions.h88 SendCurrentRouterCallback onRouterChange; member
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Dace_tv_test.cpp74 .onRouterChange = std::move(pageCallback), in main()
H A Dace_wearable_test.cpp73 .onRouterChange = std::move(pageCallback), in main()
H A Dace_car_test.cpp89 .onRouterChange = std::move(pageCallback), in main()
H A Dace_card_test.cpp96 .onRouterChange = std::move(pageCallback), in main()
H A Dace_phone_test.cpp90 .onRouterChange = std::move(pageCallback), in main()
H A Dace_tablet_test.cpp90 .onRouterChange = std::move(pageCallback), in main()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp1441 pipelineContext->onRouterChange(url); in OnPushPageSuccess()
1466 pipelineContext->onRouterChange(url); in OnPopToPageSuccess()
1529 context->onRouterChange(pageRouteStack_.back().url); in OnPopPageSuccess()
1655 pipelineContext->onRouterChange(url); in OnReplacePageSuccess()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp422 void PipelineBase::onRouterChange(const std::string& url) in onRouterChange() function in OHOS::Ace::PipelineBase
H A Dpipeline_base.h571 void onRouterChange(const std::string& url);