Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds