Home
last modified time | relevance | path

Searched refs:GetAllPathIndex (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dmock_navigation_stack.h156 std::vector<int32_t> GetAllPathIndex() override in GetAllPathIndex() function
H A Dnav_bar_test_ng.cpp1941 auto siz = navigationStack->GetAllPathIndex().size();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.h94 std::vector<int32_t> GetAllPathIndex() override;
H A Djs_navigation_stack.cpp287 std::vector<int32_t> JSNavigationStack::GetAllPathIndex() in GetAllPathIndex() function in OHOS::Ace::Framework::JSNavigationStack
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_stack.h145 virtual std::vector<int32_t> GetAllPathIndex();
H A Dnavigation_stack.cpp303 std::vector<int32_t> NavigationStack::GetAllPathIndex() in GetAllPathIndex() function in OHOS::Ace::NG::NavigationStack
H A Dnavigation_pattern.cpp683 auto indexes = navigationStack_->GetAllPathIndex(); in UpdateNavPathList()