Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_lifecycle_test.cpp530 ssm_->UpdateRecoveredSessionInfo(recoveredPersistentIds);
532 ssm_->UpdateRecoveredSessionInfo(recoveredPersistentIds);
540 ssm_->UpdateRecoveredSessionInfo(recoveredPersistentIds);
H A Dscene_session_manager_test2.cpp1407 HWTEST_F(SceneSessionManagerTest2, UpdateRecoveredSessionInfo, Function | SmallTest | Level3)
1411 ssm_->UpdateRecoveredSessionInfo(recoveredPersistentIds);
1413 ssm_->UpdateRecoveredSessionInfo(recoveredPersistentIds);
1422 ssm_->UpdateRecoveredSessionInfo(recoveredPersistentIds);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h325 void UpdateRecoveredSessionInfo(const std::vector<int32_t>& recoveredPersistentIds);
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp2944 SceneSessionManager::GetInstance().UpdateRecoveredSessionInfo(recoveredPersistentIds); in OnNotifySessionRecoverStatus()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp833 void SceneSessionManager::UpdateRecoveredSessionInfo(const std::vector<int32_t>& recoveredPersisten… in UpdateRecoveredSessionInfo() function in OHOS::Rosen::SceneSessionManager