Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp1353 * @tc.name: CheckSessionPropertyOnRecovery
1354 * @tc.desc: CheckSessionPropertyOnRecovery
1357 HWTEST_F(SceneSessionManagerTest5, CheckSessionPropertyOnRecovery, Function | SmallTest | Level3) in HWTEST_F()
1367 WSError result = ssm_->CheckSessionPropertyOnRecovery(property, false); in HWTEST_F()
1372 result = ssm_->CheckSessionPropertyOnRecovery(property, true); in HWTEST_F()
1374 ssm_->CheckSessionPropertyOnRecovery(property, true); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h911 WSError CheckSessionPropertyOnRecovery(const sptr<WindowSessionProperty>& property, bool isSpecificSession);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2617 WSError SceneSessionManager::CheckSessionPropertyOnRecovery(const sptr<WindowSessionProperty>& property, in CheckSessionPropertyOnRecovery() function in OHOS::Rosen::SceneSessionManager
2646 auto propCheckRet = CheckSessionPropertyOnRecovery(property, true); in RecoverAndConnectSpecificSession()
2760 auto propCheckRet = CheckSessionPropertyOnRecovery(property, false); in RecoverAndReconnectSceneSession()

Completed in 25 milliseconds