H A D | navigation_stack.cpp | 128 Push(name, index); in Add() 130 Push(name, routeInfo); in Add() 145 Push(name, index); in AddForDefault() 147 Push(name, routeInfo); in AddForDefault() 170 Push(name, index); in AddForReplace() 172 Push(name, routeInfo); in AddForReplace() 314 void NavigationStack::Push(const std::string& name, const RefPtr<RouteInfo>& routeInfo) {} in Push() function in OHOS::Ace::NG::NavigationStack 316 void NavigationStack::Push(const std::string& name, int32_t index) {} in Push() function in OHOS::Ace::NG::NavigationStack
|