Home
last modified time | relevance | path

Searched refs:ReconnectInner (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_lifecycle_test.cpp881 * @tc.name: ReconnectInner
882 * @tc.desc: ReconnectInner
885 HWTEST_F(SceneSessionLifecycleTest, ReconnectInner, Function | SmallTest | Level2) in HWTEST_F()
888 info.bundleName_ = "ReconnectInner"; in HWTEST_F()
895 WSError res = sceneSession->ReconnectInner(property); in HWTEST_F()
900 res = sceneSession->ReconnectInner(property); in HWTEST_F()
904 res = sceneSession->ReconnectInner(property); in HWTEST_F()
908 res = sceneSession->ReconnectInner(property); in HWTEST_F()
912 res = sceneSession->ReconnectInner(property); in HWTEST_F()
916 res = sceneSession->ReconnectInner(propert in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h159 WSError ReconnectInner(sptr<WindowSessionProperty> property);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp161 return session->ReconnectInner(property); in Reconnect()
165 WSError SceneSession::ReconnectInner(sptr<WindowSessionProperty> property) in ReconnectInner() function in SceneSession

Completed in 12 milliseconds