Searched refs:ScreenRect (Results 1 - 10 of 10) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/common/utils/include/ |
H A D | dscreen_maprelation.h | 25 struct ScreenRect { struct 46 void SetScreenRect(const ScreenRect &screenRect); 47 ScreenRect& GetScreenRect(); 55 ScreenRect screenRect_; 60 void to_json(json &j, const ScreenRect &rect); 62 void from_json(const json &j, ScreenRect &rect);
|
/foundation/distributedhardware/distributed_screen/services/common/utils/src/ |
H A D | dscreen_maprelation.cpp | 57 void DScreenMapRelation::SetScreenRect(const ScreenRect &screenRect) in SetScreenRect() 62 ScreenRect& DScreenMapRelation::GetScreenRect() in GetScreenRect() 129 void to_json(json &j, const ScreenRect &rect) in to_json() 139 void from_json(const json &j, ScreenRect &rect) in from_json()
|
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/ |
H A D | dscreen_maprelation_test.cpp | 87 ScreenRect res; in HWTEST_F() 91 ScreenRect actual = dscreenMapRelation->GetScreenRect(); in HWTEST_F() 106 ScreenRect screenRect = {0, 0, 200, 200}; in HWTEST_F() 132 ScreenRect screenRect = {0, 0, 200, 200}; in HWTEST_F() 213 ScreenRect screenRect; in HWTEST_F()
|
/foundation/window/window_manager/dmserver/include/ |
H A D | abstract_screen_controller.h | 125 struct ScreenRect srect);
161 struct ScreenRect {
struct
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/src/ |
H A D | screen_manager_adapter.cpp | 177 ScreenRect screenRect = {0, 0, width, screen->GetHeight()}; in GetMapRelation()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregion.cpp | 102 ScreenRect screenRect = mapRelation_->GetScreenRect(); in SetUpWindow()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/ |
H A D | screenregion_test.cpp | 334 ScreenRect screenRect; in HWTEST_F() 371 ScreenRect screenRect; in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregion_test.cpp | 170 ScreenRect screenRect; in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/ |
H A D | screenregion.cpp | 177 ScreenRect screenRect = mapRelation_->GetScreenRect(); in ConfigWindow()
|
/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_screen_controller.cpp | 837 struct ScreenRect srect = {0, 0, 0, 0};
in SetScreenRotateAnimation() 891 const std::shared_ptr<RSDisplayNode>& displayNode, struct ScreenRect srect)
in SetDisplayNode()
|
Completed in 7 milliseconds