Home
last modified time | relevance | path

Searched refs:isPersistentRecover_ (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.cpp572 info.isPersistentRecover_ = false;
589 info.isPersistentRecover_ = true;
610 info.isPersistentRecover_ = true;
H A Dscene_session_manager_test6.cpp1572 info1.isPersistentRecover_ = false;
1578 info2.isPersistentRecover_ = false;
1593 info3.isPersistentRecover_ = false;
1607 info4.isPersistentRecover_ = false;
1612 info5.isPersistentRecover_ = true;
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h301 bool isPersistentRecover_ = false; member
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp246 sessionInfo.isPersistentRecover_ = isPersistentRecover; in IsJsIsPersistentRecoverUndefined()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1827 if (sessionInfo.persistentId_ != 0 && !sessionInfo.isPersistentRecover_) { in GetSceneSessionBySessionInfo()
1867 …ic_cast<uint32_t>(sessionInfo.isSystem_), static_cast<uint32_t>(sessionInfo.isPersistentRecover_)); in RequestSceneSession()
2880 sessionInfo.isPersistentRecover_ = true; in RecoverSessionInfo()