Home
last modified time | relevance | path

Searched refs:RecoverSessionManagerService (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_manager_test.cpp103 sessionManager.RecoverSessionManagerService(sessionManagerService);
160 HWTEST_F(SessionManagerTest, RecoverSessionManagerService, Function | SmallTest | Level2)
166 sessionManager.RecoverSessionManagerService(nullptr);
172 sessionManager.RecoverSessionManagerService(nullptr);
H A Dsession_manager_lite_test.cpp76 HWTEST_F(SessionManagerLiteTest, RecoverSessionManagerService, Function | SmallTest | Level2)
79 sessionManagerLite.RecoverSessionManagerService(nullptr);
82 sessionManagerLite.RecoverSessionManagerService(sessionManagerService);
231 sessionManagerLite.RecoverSessionManagerService(sessionManagerService);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager.cpp74 SessionManager::GetInstance().RecoverSessionManagerService(sms); in OnSessionManagerServiceRecover()
264 void SessionManager::RecoverSessionManagerService(const sptr<ISessionManagerService>& sessionManage… in RecoverSessionManagerService() function in OHOS::Rosen::SessionManager
H A Dsession_manager_lite.cpp73 SessionManagerLite::GetInstance().RecoverSessionManagerService(sms); in OnSessionManagerServiceRecover()
183 void SessionManagerLite::RecoverSessionManagerService(const sptr<ISessionManagerService>& sessionMa… in RecoverSessionManagerService() function in OHOS::Rosen::SessionManagerLite
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_manager.h46 void RecoverSessionManagerService(const sptr<ISessionManagerService>& sessionManagerService);
H A Dsession_manager_lite.h55 void RecoverSessionManagerService(const sptr<ISessionManagerService>& sessionManagerService);