Searched refs:TryPreloadNamedRouter (Results 1 – 2 of 2) sorted by relevance
160 if (TryPreloadNamedRouter(name, std::move(callback))) { in RunPageByNamedRouter()215 bool PageRouterManager::TryPreloadNamedRouter(const std::string& name, std::function<void()>&& fini… in TryPreloadNamedRouter() function in OHOS::Ace::NG::PageRouterManager264 if (TryPreloadNamedRouter(target.url, std::move(callback))) { in PushNamedRoute()344 if (TryPreloadNamedRouter(target.url, std::move(callback))) { in ReplaceNamedRoute()597 if (TryPreloadNamedRouter(info.url, std::move(callback))) { in StartRestore()1697 if (TryPreloadNamedRouter(info.url, std::move(callback))) { in RestorePageWithTarget()
290 bool TryPreloadNamedRouter(const std::string& name, std::function<void()>&& finishCallback);