Home
last modified time | relevance | path

Searched defs:setPathArray (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_nav_path_stack.cpp222 auto setPathArray = JSRef<JSArray>::Cast(info[1]); in SetPathStack() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
Dmock_navigation_stack.cpp329 void MockNavigationStack::MockSetPathStack(std::vector<RefPtr<MockNavPathInfo>>& setPathArray, bool… in MockSetPathStack()