Home
last modified time | relevance | path

Searched refs:OnRouterChangeCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.h53 using OnRouterChangeCallback = bool (*)(const std::string currentRouterPath); variable
78 …static void AddRouterChangeCallback(int32_t instanceId, const OnRouterChangeCallback& onRouterChan…
H A Dace_container.cpp672 void AceContainer::AddRouterChangeCallback(int32_t instanceId, const OnRouterChangeCallback& onRout… in AddRouterChangeCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h565 using OnRouterChangeCallback = bool (*)(const std::string currentRouterPath); variable
566 void AddRouterChangeCallback(const OnRouterChangeCallback& onRouterChangeCallback) in AddRouterChangeCallback()
1624 OnRouterChangeCallback onRouterChangeCallback_ = nullptr;
H A Dpipeline_context.h102 using OnRouterChangeCallback = bool (*)(const std::string currentRouterPath); variable