Home
last modified time | relevance | path

Searched refs:GetRestoredRouterStack (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h438 std::string GetRestoredRouterStack();
H A Dwindow_session_impl.h475 std::string GetRestoredRouterStack();
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test.cpp1340 std::string gettedStack = window->GetRestoredRouterStack();
1342 EXPECT_TRUE(window->GetRestoredRouterStack().empty());
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp655 auto routerStack = GetRestoredRouterStack(); in SetUIContentInner()
793 std::string WindowImpl::GetRestoredRouterStack() in GetRestoredRouterStack() function in OHOS::Rosen::WindowImpl
H A Dwindow_session_impl.cpp1305 auto routerStack = GetRestoredRouterStack(); in InitUIContent()
1822 std::string WindowSessionImpl::GetRestoredRouterStack() in GetRestoredRouterStack() function in OHOS::Rosen::WindowSessionImpl