Home
last modified time | relevance | path

Searched refs:InitNavPathIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.h95 void InitNavPathIndex(const std::vector<std::string>& pathNames) override;
H A Djs_navigation_stack.cpp317 void JSNavigationStack::InitNavPathIndex(const std::vector<std::string>& pathNames) in InitNavPathIndex() function in OHOS::Ace::Framework::JSNavigationStack
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_stack.h146 virtual void InitNavPathIndex(const std::vector<std::string>& pathNames) {} in InitNavPathIndex() function
H A Dnavigation_pattern.cpp755 navigationStack_->InitNavPathIndex(pathNames); in UpdateNavPathList()