Home
last modified time | relevance | path

Searched refs:CacheSubSessionForRecovering (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_supplement_test.cpp353 * @tc.name: CacheSubSessionForRecovering
354 * @tc.desc: CacheSubSessionForRecovering
357 HWTEST_F(SceneSessionManagerSupplementTest, CacheSubSessionForRecovering, Function | SmallTest | Level3) in HWTEST_F()
365 ssm_->CacheSubSessionForRecovering(sceneSession, property); in HWTEST_F()
368 ssm_->CacheSubSessionForRecovering(sceneSession, property); in HWTEST_F()
371 ssm_->CacheSubSessionForRecovering(sceneSession, property); in HWTEST_F()
374 ssm_->CacheSubSessionForRecovering(sceneSession, property); in HWTEST_F()
377 ssm_->CacheSubSessionForRecovering(sceneSession, property); in HWTEST_F()
383 ssm_->CacheSubSessionForRecovering(sceneSession, property); in HWTEST_F()
386 ssm_->CacheSubSessionForRecovering(sceneSessio in HWTEST_F()
[all...]
H A Dscene_session_manager_test2.cpp2092 * @tc.name: CacheSubSessionForRecovering
2093 * @tc.desc: CacheSubSessionForRecovering
2096 HWTEST_F(SceneSessionManagerTest2, CacheSubSessionForRecovering, Function | SmallTest | Level3) in HWTEST_F()
2106 ssm_->CacheSubSessionForRecovering(nullptr, property); in HWTEST_F()
2107 ssm_->CacheSubSessionForRecovering(sceneSession, property); in HWTEST_F()
2111 ssm_->CacheSubSessionForRecovering(nullptr, property); in HWTEST_F()
2112 ssm_->CacheSubSessionForRecovering(sceneSession, property); in HWTEST_F()
2114 ssm_->CacheSubSessionForRecovering(sceneSession, property); in HWTEST_F()
2116 ssm_->CacheSubSessionForRecovering(sceneSession, property); in HWTEST_F()
2119 ssm_->CacheSubSessionForRecovering(sceneSessio in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h874 void CacheSubSessionForRecovering(sptr<SceneSession> sceneSession, const sptr<WindowSessionProperty>& property);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2684 CacheSubSessionForRecovering(sceneSession, property); in RecoverAndConnectSpecificSession()
2702 void SceneSessionManager::CacheSubSessionForRecovering( in CacheSubSessionForRecovering() function in OHOS::Rosen::SceneSessionManager

Completed in 25 milliseconds