Searched refs:GetIndexByUrl (Results 1 – 5 of 5) sorted by relevance
174 int32_t GetIndexByUrl(const std::string& url) const;
864 int32_t PageRouterManager::GetIndexByUrl(const std::string& url) const in GetIndexByUrl() function in OHOS::Ace::NG::PageRouterManager
118 virtual int32_t GetIndexByUrl(const std::string& url) in GetIndexByUrl() function
176 int32_t GetIndexByUrl(const std::string& url) override;
1170 int32_t FrontendDelegateDeclarative::GetIndexByUrl(const std::string& url) in GetIndexByUrl() function in OHOS::Ace::Framework::FrontendDelegateDeclarative1177 return pageRouterManager_->GetIndexByUrl(url); in GetIndexByUrl()