Home
last modified time | relevance | path

Searched refs:sceneSessionManagerLiteProxy (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_manager_lite_test.cpp72 auto sceneSessionManagerLiteProxy = sml_->GetSceneSessionManagerLiteProxy(); in HWTEST_F() local
74 ASSERT_NE(nullptr, sceneSessionManagerLiteProxy); in HWTEST_F()
76 ASSERT_EQ(nullptr, sceneSessionManagerLiteProxy); in HWTEST_F()
81 sceneSessionManagerLiteProxy = sml_->GetSceneSessionManagerLiteProxy(); in HWTEST_F()
83 ASSERT_NE(nullptr, sceneSessionManagerLiteProxy); in HWTEST_F()
85 ASSERT_EQ(nullptr, sceneSessionManagerLiteProxy); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager_lite.cpp215 sptr<ISceneSessionManagerLite> sceneSessionManagerLiteProxy = nullptr; in ReregisterSessionListener() local
218 sceneSessionManagerLiteProxy = sceneSessionManagerLiteProxy_; in ReregisterSessionListener()
220 if (sceneSessionManagerLiteProxy == nullptr) { in ReregisterSessionListener()
221 TLOGE(WmsLogTag::WMS_RECOVER, "sceneSessionManagerLiteProxy is null"); in ReregisterSessionListener()
229 auto ret = sceneSessionManagerLiteProxy->RegisterSessionListener(listener, true); in ReregisterSessionListener()
285 TLOGE(WmsLogTag::WMS_MULTI_USER, "sceneSessionManagerLiteProxy is null"); in OnUserSwitch()

Completed in 2 milliseconds