Home
last modified time | relevance | path

Searched refs:IsNeedRecover (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_supplement_test.cpp322 ssm_->IsNeedRecover(1);
325 ssm_->IsNeedRecover(1);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h797 bool IsNeedRecover(const int32_t persistentId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2897 bool SceneSessionManager::IsNeedRecover(const int32_t persistentId) in IsNeedRecover() function in OHOS::Rosen::SceneSessionManager
2919 … if (property->GetParentPersistentId() > 0 && !IsNeedRecover(property->GetParentPersistentId())) { in CheckSessionPropertyOnRecovery()
2923 if (!IsNeedRecover(property->GetPersistentId())) { in CheckSessionPropertyOnRecovery()