/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 30 void ScreenProperty::SetRotation(float rotation) in SetRotation() 35 float ScreenProperty::GetRotation() const in GetRotation() 40 void ScreenProperty::SetPhysicalRotation(float rotation) in SetPhysicalRotation() 45 float ScreenProperty::GetPhysicalRotation() const in GetPhysicalRotation() 50 void ScreenProperty::SetBounds(const RRect& bounds) in SetBounds() 57 RRect ScreenProperty::GetBounds() const in GetBounds() 62 void ScreenProperty::SetScaleX(float scaleX) in SetScaleX() 67 float ScreenProperty::GetScaleX() const in GetScaleX() 72 void ScreenProperty::SetScaleY(float scaleY) in SetScaleY() 77 float ScreenProperty [all...] |
H A D | screen_session.cpp | 107 const ScreenProperty& property, const std::shared_ptr<RSDisplayNode>& displayNode) in ScreenSession() 113 ScreenSession::ScreenSession(ScreenId screenId, const ScreenProperty& property, ScreenId defaultScreenId) in ScreenSession() 130 ScreenSession::ScreenSession(ScreenId screenId, const ScreenProperty& property, in ScreenSession() 328 ScreenProperty ScreenSession::GetScreenProperty() const in GetScreenProperty() 361 ScreenProperty ScreenSession::UpdatePropertyByFoldControl(const ScreenProperty& updatedProperty) in UpdatePropertyByFoldControl() 428 void ScreenSession::PropertyChange(const ScreenProperty& newProperty, ScreenPropertyChangeReason reason) in PropertyChange()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_property_test.cpp | 38 ScreenProperty* property = new(std::nothrow) ScreenProperty(); in HWTEST_F() 63 ScreenProperty* property = new(std::nothrow) ScreenProperty(); in HWTEST_F() 93 ScreenProperty* property = new(std::nothrow) ScreenProperty(); in HWTEST_F() 125 ScreenProperty* property = new(std::nothrow) ScreenProperty(); in HWTEST_F() 146 ScreenProperty* property = new(std::nothrow) ScreenProperty(); in HWTEST_F() [all...] |
H A D | screen_session_manager_test.cpp | 907 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(id, ScreenProperty(), 0); in HWTEST_F() 921 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(id, ScreenProperty(), 0); in HWTEST_F() 936 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(id, ScreenProperty(), 0); in HWTEST_F() 950 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(id, ScreenProperty(), 0); in HWTEST_F() 967 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(id, ScreenProperty(), 0); in HWTEST_F() 1356 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(screenId, ScreenProperty(), 0); in HWTEST_F() 1376 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(id, ScreenProperty(), 0); in HWTEST_F() 1862 sptr<ScreenSession> screenSession = new (std::nothrow) ScreenSession(id, ScreenProperty(), 0); in HWTEST_F() 2009 sptr<ScreenSession> screenSession = new ScreenSession(id, ScreenProperty(), 0); in HWTEST_F() 2026 sptr<ScreenSession> screenSession = new ScreenSession(id, ScreenProperty(), in HWTEST_F() [all...] |
H A D | screen_session_manager_client_test.cpp | 99 screenSession = new ScreenSession(0, ScreenProperty(), 0); in HWTEST_F() 260 sptr<ScreenSession> screenSession = new ScreenSession(0, ScreenProperty(), 0); in HWTEST_F() 280 sptr<ScreenSession> screenSession = new ScreenSession(screenId, ScreenProperty(), 0); in HWTEST_F() 411 sptr<ScreenSession> screenSession = new ScreenSession(0, ScreenProperty(), 0); in HWTEST_F() 531 ScreenProperty property; in HWTEST_F() 1060 screenSession = new ScreenSession(0, ScreenProperty(), 0); in HWTEST_F() 1205 sptr<ScreenSession> screenSession = new ScreenSession(0, ScreenProperty(), 0); in HWTEST_F() 1225 sptr<ScreenSession> screenSession = new ScreenSession(screenId, ScreenProperty(), 0); in HWTEST_F() 1266 sptr<ScreenSession> screenSession = new ScreenSession(0, ScreenProperty(), 0); in HWTEST_F()
|
H A D | screen_cutout_controller_test.cpp | 210 ScreenProperty screenProperty; in HWTEST_F() 303 ScreenProperty screenProperty; in HWTEST_F()
|
H A D | screen_session_test.cpp | 29 void OnPropertyChange(const ScreenProperty& newProperty, ScreenPropertyChangeReason reason, 1036 ScreenProperty property; in HWTEST_F() 1146 ScreenProperty property; in HWTEST_F() 1587 ScreenProperty screenPropert = session->GetScreenProperty(); in HWTEST_F() 1726 ScreenProperty newProperty; in HWTEST_F() 1742 ScreenProperty newProperty; in HWTEST_F() 1909 ScreenProperty newScreenProperty; in HWTEST_F() 1925 ScreenProperty property; in HWTEST_F() 2140 ScreenProperty property; in HWTEST_F() 2166 ScreenProperty newPropert in HWTEST_F() [all...] |
H A D | screen_session_manager_client_proxy_test.cpp | 111 ScreenProperty property; in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 45 virtual void OnPropertyChange(const ScreenProperty& newProperty, ScreenPropertyChangeReason reason, 73 ScreenProperty property; 91 const ScreenProperty& property, const std::shared_ptr<RSDisplayNode>& displayNode); 92 ScreenSession(ScreenId screenId, const ScreenProperty& property, ScreenId defaultScreenId); 93 ScreenSession(ScreenId screenId, const ScreenProperty& property, NodeId nodeId, ScreenId defaultScreenId); 134 ScreenProperty GetScreenProperty() const; 176 ScreenProperty UpdatePropertyByFoldControl(const ScreenProperty& updatedProperty); 219 void PropertyChange(const ScreenProperty& newProperty, ScreenPropertyChangeReason reason); 243 ScreenProperty property [all...] |
H A D | screen_property.h | 37 class ScreenProperty { class 39 ScreenProperty() = default; 40 ~ScreenProperty() = default;
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/ |
H A D | screen_cutout_controller.h | 36 RectF CalculateCurvedCompression(const ScreenProperty& screenProperty); 44 void CheckBoundaryRects(std::vector<DMRect>& boundaryRects, ScreenProperty screenProperty);
|
H A D | screen_session_manager.h | 247 void OnPropertyChange(const ScreenProperty& newProperty, ScreenPropertyChangeReason reason, 259 ScreenProperty GetScreenProperty(ScreenId screenId) override; 264 ScreenProperty GetPhyScreenProperty(ScreenId screenId) override; 331 void CreateScreenProperty(ScreenId screenId, ScreenProperty& property); 332 void InitScreenDensity(sptr<ScreenSession> session, const ScreenProperty& property); 333 float CalcDefaultExtendScreenDensity(const ScreenProperty& property); 334 sptr<ScreenSession> GetScreenSessionInner(ScreenId screenId, ScreenProperty property); 336 ScreenProperty property); 491 std::map<ScreenId, ScreenProperty> phyScreenPropMap_;
|
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/ |
H A D | screen_session_manager_client.h | 50 std::map<ScreenId, ScreenProperty> GetAllScreensProperties() const; 56 ScreenProperty GetPhyScreenProperty(ScreenId screenId); 98 const ScreenProperty& property, ScreenPropertyChangeReason reason) override;
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/ |
H A D | js_screen_utils.h | 32 static napi_value CreateJsScreenProperty(napi_env env, const ScreenProperty& screenProperty);
|
H A D | js_screen_session.h | 51 void OnPropertyChange(const ScreenProperty& newProperty, ScreenPropertyChangeReason reason,
|
H A D | js_screen_utils.cpp | 50 napi_value JsScreenUtils::CreateJsScreenProperty(napi_env env, const ScreenProperty& screenProperty) in CreateJsScreenProperty()
|
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/ |
H A D | screen_session_manager_client.cpp | 174 const ScreenProperty& property, ScreenPropertyChangeReason reason) in OnPropertyChanged() 285 std::map<ScreenId, ScreenProperty> ScreenSessionManagerClient::GetAllScreensProperties() const in GetAllScreensProperties() 288 std::map<ScreenId, ScreenProperty> screensProperties; in GetAllScreensProperties() 347 ScreenProperty ScreenSessionManagerClient::GetPhyScreenProperty(ScreenId screenId) in GetPhyScreenProperty() 457 ScreenProperty screenProperty = screenSession->GetScreenProperty(); in SwitchUserCallback()
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/ |
H A D | screen_session_manager_interface.h | 161 virtual ScreenProperty GetScreenProperty(ScreenId screenId) { return ScreenProperty(); } in GetScreenProperty() 168 virtual ScreenProperty GetPhyScreenProperty(ScreenId screenId) { return ScreenProperty(); } in GetPhyScreenProperty()
|
H A D | screen_session_manager_proxy.h | 153 ScreenProperty GetScreenProperty(ScreenId screenId) override; 160 ScreenProperty GetPhyScreenProperty(ScreenId screenId) override;
|
/foundation/window/window_manager/window_scene/screen_session_manager/include/fold_screen_controller/ |
H A D | fold_screen_policy.h | 50 ScreenProperty screenProperty_;
|
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/zidl/ |
H A D | screen_session_manager_client_interface.h | 54 const ScreenProperty& property, ScreenPropertyChangeReason reason) = 0;
|
H A D | screen_session_manager_client_proxy.h | 34 const ScreenProperty& property, ScreenPropertyChangeReason reason) override;
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_cutout_controller.cpp | 58 ScreenProperty screenProperty = ScreenSessionManager::GetInstance().GetScreenProperty(displayInfo->GetScreenId()); in ConvertBoundaryRectsByRotation() 134 void ScreenCutoutController::CheckBoundaryRects(std::vector<DMRect>& boundaryRects, ScreenProperty screenProperty) in CheckBoundaryRects() 251 RectF ScreenCutoutController::CalculateCurvedCompression(const ScreenProperty& screenProperty) in CalculateCurvedCompression()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | move_drag_controller.cpp | 186 ScreenProperty screenProperty = screenSession->GetScreenProperty(); in GetTargetRect() 218 ScreenProperty screenProperty = screenSession->GetScreenProperty(); in InitCrossDisplayProperty() 519 ScreenProperty screenProperty = screenSession->GetScreenProperty(); in GetScreenRectById() 540 ScreenProperty screenProperty = screenSession->GetScreenProperty(); in CalcUnifiedTranslate() 1086 std::map<ScreenId, ScreenProperty> screenProperties = ScreenSessionManagerClient::GetInstance(). in GetNewAddedDisplayIdsDuringMoveDrag()
|
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/zidl/ |
H A D | screen_session_manager_client_stub.cpp | 120 ScreenProperty property; in HandleOnPropertyChanged()
|