Searched refs:RemoveInPreNavPathList (Results 1 – 3 of 3) sorted by relevance
131 … int32_t RemoveInPreNavPathList(const std::string& name, const RefPtr<UINode>& navDestinationNode);
73 int32_t NavigationStack::RemoveInPreNavPathList(const std::string& name, const RefPtr<UINode>& navD… in RemoveInPreNavPathList() function in OHOS::Ace::NG::NavigationStack
1882 EXPECT_EQ(navigationStack->RemoveInPreNavPathList(name, nullptr), index);1903 EXPECT_EQ(navigationStack->RemoveInPreNavPathList(name, tempNode), index);