/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager_client.cpp | 135 auto screenSession = GetScreenSession(screenId); in OnScreenConnectionChanged() 166 auto screenSession = GetScreenSession(screenId); in OnPropertyChanged() 192 auto screenSession = GetScreenSession(screenId); in OnSensorRotationChanged() 202 auto screenSession = GetScreenSession(screenId); in OnHoverStatusChanged() 212 auto screenSession = GetScreenSession(screenId); in OnScreenOrientationChanged() 222 auto screenSession = GetScreenSession(screenId); in OnScreenRotationLockedChanged() 310 auto screenSession = GetScreenSession(screenId); in UpdateScreenRotationProperty() 324 auto screenSession = GetScreenSession(screenId); in SetDisplayNodeScreenId() 491 auto screenSession = GetScreenSession(screenId); in GetScreenSnapshot() 544 sptr<ScreenSession> screenSession = GetScreenSession(screenId); in SetVirtualPixelRatioSystem() [all …]
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | multi_screen_manager.cpp | 43 auto screenSession = ScreenSessionManager::GetInstance().GetScreenSession(screenId); in FilterPhysicalAndVirtualScreen() 67 auto mainScreen = ScreenSessionManager::GetInstance().GetScreenSession(mainScreenId); in VirtualScreenMirrorSwitch() 99 auto screenSession = ScreenSessionManager::GetInstance().GetScreenSession(physicalScreenId); in PhysicalScreenMirrorSwitch() 123 auto screenSession = ScreenSessionManager::GetInstance().GetScreenSession(physicalScreenId); in PhysicalScreenUniqueSwitch() 169 auto uniqueScreen = ScreenSessionManager::GetInstance().GetScreenSession(uniqueScreenId); in VirtualScreenUniqueSwitch()
|
H A D | screen_session_manager.cpp | 797 return GetScreenSession(defaultScreenId_); in GetDefaultScreenSession() 2902 auto screen = GetScreenSession(screenId); in DestroyVirtualScreen() 3127 auto screen = GetScreenSession(screenId); in GetVirtualScreenFlag() 3146 auto screen = GetScreenSession(screenId); in SetVirtualScreenFlag() 4194 auto screenSession = GetScreenSession(id); in SetScreenPrivacyState() 4217 auto screenSession = GetScreenSession(id); in SetPrivacyStateByDisplayId() 4240 auto screenSession = GetScreenSession(id); in SetScreenPrivacyWindowList() 4273 auto screenSession = GetScreenSession(id); in HasPrivateWindow() 4567 auto session = GetScreenSession(screenId); in UpdateDisplayScaleState() 4587 auto session = GetScreenSession(screenId); in SetDisplayScaleInner() [all …]
|
H A D | scene_session_dirty_manager.cpp | 217 … auto screenSession = ScreenSessionManagerClient::GetInstance().GetScreenSession(displayId); in UpdateDefaultHotAreas() 550 auto screenSession = ScreenSessionManagerClient::GetInstance().GetScreenSession(displayId); in UpdatePointerAreas() 608 auto screenSession = ScreenSessionManagerClient::GetInstance().GetScreenSession(displayId); in UpdateWindowFlags()
|
H A D | screen_session_dumper.cpp | 309 auto screenSession = ScreenSessionManager::GetInstance().GetScreenSession(id); in DumpScreenSessionById() 341 auto screenSession = ScreenSessionManager::GetInstance().GetScreenSession(id); in DumpRsInfoById()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_client_test.cpp | 92 HWTEST_F(ScreenSessionManagerClientTest, GetScreenSession, Function | SmallTest | Level2) 96 screenSession = screenSessionManagerClient_->GetScreenSession(screenId); 102 auto screenSession2 = screenSessionManagerClient_->GetScreenSession(screenId); 106 screenSession = screenSessionManagerClient_->GetScreenSession(screenId); 127 sptr<ScreenSession> screenSession = screenSessionManagerClient_->GetScreenSession(screenId); 145 sptr<ScreenSession> screenSession = screenSessionManagerClient_->GetScreenSession(screenId); 266 sptr<ScreenSession> screenSession1 = screenSessionManagerClient_->GetScreenSession(screenId); 432 sptr<ScreenSession> screenSession1 = screenSessionManagerClient_->GetScreenSession(screenId); 466 sptr<ScreenSession> screenSession1 = screenSessionManagerClient_->GetScreenSession(screenId);
|
H A D | screen_session_manager_test.cpp | 387 HWTEST_F(ScreenSessionManagerTest, GetScreenSession, Function | SmallTest | Level3) 399 ASSERT_NE(ssm_->GetScreenSession(screenId), screenSession); 443 if (ssm_->GetScreenSession(screenId) == nullptr) { 446 ASSERT_NE(ssm_->GetScreenSession(screenId), nullptr); 465 ASSERT_NE(ssm_->GetScreenSession(screenId), nullptr); 883 auto screen = ssm_->GetScreenSession(2); 1684 sptr<ScreenSession> screenSession = ssm_->GetScreenSession(screenId); 1975 auto screenSession1 = ssm_->GetScreenSession(screenId); 2090 ASSERT_EQ(ssm_->GetScreenSession(screenId), nullptr);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/ |
H A D | screen_model.cpp | 28 … auto screenSession = Rosen::ScreenSessionManagerClient::GetInstance().GetScreenSession(screenId); in Create()
|
H A D | screen_pattern.h | 36 sptr<Rosen::ScreenSession> GetScreenSession() in GetScreenSession() function
|
H A D | screen_node.cpp | 27 auto screenSession = pattern->GetScreenSession(); in TouchTest()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/fold_screen_controller/ |
H A D | dual_display_fold_policy.cpp | 116 …sptr<ScreenSession> screenSession = ScreenSessionManager::GetInstance().GetScreenSession(screenId); in ChangeScreenDisplayMode() 361 …sptr<ScreenSession> screenSession = ScreenSessionManager::GetInstance().GetScreenSession(screenId); in AddOrRemoveDisplayNodeToTree()
|
H A D | single_display_pocket_fold_policy.cpp | 98 …sptr<ScreenSession> screenSession = ScreenSessionManager::GetInstance().GetScreenSession(SCREEN_ID… in ChangeScreenDisplayMode() 495 …sptr<ScreenSession> screenSession = ScreenSessionManager::GetInstance().GetScreenSession(screenId); in AddOrRemoveDisplayNodeToTree()
|
H A D | single_display_fold_policy.cpp | 93 …sptr<ScreenSession> screenSession = ScreenSessionManager::GetInstance().GetScreenSession(SCREEN_ID… in ChangeScreenDisplayMode()
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_session_manager_client.h | 48 sptr<ScreenSession> GetScreenSession(ScreenId screenId) const;
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 641 auto screenSession = ScreenSessionManagerClient::GetInstance().GetScreenSession(displayId); in GetSessionScreenName()
|
H A D | scene_session.cpp | 1155 ScreenSessionManagerClient::GetInstance().GetScreenSession(sessionProperty->GetDisplayId()); in GetScreenWidthAndHeightFromServer() 1735 auto screenSession = ScreenSessionManagerClient::GetInstance().GetScreenSession(displayId); in GetSystemAvoidArea()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/ |
H A D | window_scene_layout_manager.cpp | 100 auto screenSession = pattern->GetScreenSession(); in GetScreenId()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_session_manager.h | 47 sptr<ScreenSession> GetScreenSession(ScreenId screenId) const;
|