Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h510 std::string restoredRouterStack_; // It was set and get in same thread, which is js thread. variable
H A Dwindow_session_impl.h550 std::string restoredRouterStack_; // It was set and get in same thread, which is js thread. variable
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp789 restoredRouterStack_ = routerStack; in SetRestoredRouterStack()
796 return std::move(restoredRouterStack_); in GetRestoredRouterStack()
H A Dwindow_session_impl.cpp1818 restoredRouterStack_ = routerStack; in SetRestoredRouterStack()
1825 return std::move(restoredRouterStack_); in GetRestoredRouterStack()