Home
last modified time | relevance | path

Searched refs:screenSessionManager_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager_lite.cpp36 if (screenSessionManager_) { in ConnectToServer()
52 if (screenSessionManager_) { in ConnectToServer()
63 if (!screenSessionManager_) { in ConnectToServer()
83 if (screenSessionManager_) { in RegisterDisplayManagerAgent()
93 if (screenSessionManager_) { in UnregisterDisplayManagerAgent()
102 if (screenSessionManager_) { in GetFoldDisplayMode()
111 if (screenSessionManager_) { in SetFoldDisplayMode()
119 if (screenSessionManager_) { in IsFoldable()
128 if (screenSessionManager_) { in GetFoldStatus()
137 if (screenSessionManager_) { in GetDefaultDisplayInfo()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager_client.cpp45 if (screenSessionManager_) { in ConnectToServer()
62 if (!screenSessionManager_) { in ConnectToServer()
88 if (!screenSessionManager_) { in CheckIfNeedCennectScreen()
296 if (!screenSessionManager_) { in UpdateScreenRotationProperty()
334 if (!screenSessionManager_) { in GetCurvedCompressionArea()
343 if (!screenSessionManager_) { in GetPhyScreenProperty()
353 if (!screenSessionManager_) { in NotifyDisplayChangeInfoChanged()
362 if (!screenSessionManager_) { in SetScreenPrivacyState()
373 if (!screenSessionManager_) { in SetPrivacyStateByDisplayId()
384 if (!screenSessionManager_) { in SetScreenPrivacyWindowList()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_test.cpp117 EXPECT_EQ(screenSessionManagerClient_->screenSessionManager_, nullptr);
120 EXPECT_NE(screenSessionManagerClient_->screenSessionManager_, nullptr);
138 EXPECT_NE(screenSessionManagerClient_->screenSessionManager_, nullptr);
156 EXPECT_NE(screenSessionManagerClient_->screenSessionManager_, nullptr);
173 EXPECT_NE(screenSessionManagerClient_->screenSessionManager_, nullptr);
190 EXPECT_NE(screenSessionManagerClient_->screenSessionManager_, nullptr);
293 screenSessionManagerClient_->screenSessionManager_ = nullptr;
341 screenSessionManagerClient_->screenSessionManager_ = nullptr;
386 screenSessionManagerClient_->screenSessionManager_ = nullptr;
504 screenSessionManagerClient_->screenSessionManager_ = nullptr;
[all …]
H A Dscreen_session_manager_lite_test.cpp67 ASSERT_EQ(screenSessionManagerLite.screenSessionManager_, nullptr);
181 ASSERT_EQ(screenSessionManagerLite.screenSessionManager_, nullptr);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager_lite.h56 sptr<IScreenSessionManager> screenSessionManager_; variable
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dmock_session_manager_service.cpp620 if (screenSessionManager_) { in GetScreenSessionManagerLite()
621 return screenSessionManager_; in GetScreenSessionManagerLite()
623 screenSessionManager_ = ScreenSessionManagerLite::GetInstance().AsObject(); in GetScreenSessionManagerLite()
624 return screenSessionManager_; in GetScreenSessionManagerLite()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dmock_session_manager_service.h86 sptr<IRemoteObject> screenSessionManager_; variable
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager_client.h113 sptr<IScreenSessionManager> screenSessionManager_; variable
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test.cpp296 …o preScreenSessionManager = Rosen::ScreenSessionManagerClient::GetInstance().screenSessionManager_;
297 Rosen::ScreenSessionManagerClient::GetInstance().screenSessionManager_ = nullptr;
299 … Rosen::ScreenSessionManagerClient::GetInstance().screenSessionManager_ = preScreenSessionManager;