Searched refs:DisplayRect (Results 1 - 6 of 6) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/common/utils/include/ |
H A D | dscreen_maprelation.h | 31 struct DisplayRect { struct 44 void SetDisplayRect(const DisplayRect &displayRect); 45 DisplayRect& GetDisplayRect(); 54 DisplayRect displayRect_; 59 void to_json(json &j, const DisplayRect &rect); 61 void from_json(const json &j, DisplayRect &rect);
|
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/ |
H A D | dscreen_maprelation_test.cpp | 71 DisplayRect res; in HWTEST_F() 75 DisplayRect actual = dscreenMapRelation->GetDisplayRect(); in HWTEST_F() 107 DisplayRect displayRect = {0, 0, 100, 100}; in HWTEST_F() 131 DisplayRect displayRect = {0, 0, 100, 100}; in HWTEST_F() 164 DisplayRect displayRect = {0, 0, 100, 100}; in HWTEST_F() 183 DisplayRect displayRect; in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/common/utils/src/ |
H A D | dscreen_maprelation.cpp | 47 void DScreenMapRelation::SetDisplayRect(const DisplayRect &displayRect) in SetDisplayRect() 52 DisplayRect& DScreenMapRelation::GetDisplayRect() in GetDisplayRect() 97 void to_json(json &j, const DisplayRect &rect) in to_json() 107 void from_json(const json &j, DisplayRect &rect) in from_json()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/src/ |
H A D | screen_manager_adapter.cpp | 178 DisplayRect displayRect = {0, 0, width, display->GetHeight()}; in GetMapRelation()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/ |
H A D | dscreen.cpp | 479 DisplayRect displayRect = mapRelation->GetDisplayRect(); in SetUp()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/ |
H A D | dscreen_manager.cpp | 152 DisplayRect displayRect = mapRelation->GetDisplayRect(); in AddToGroup()
|
Completed in 5 milliseconds