Home
last modified time | relevance | path

Searched refs:DisplayRect (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Ddscreen_maprelation.h31 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 Ddscreen_maprelation_test.cpp71 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 Ddscreen_maprelation.cpp47 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 Dscreen_manager_adapter.cpp178 DisplayRect displayRect = {0, 0, width, display->GetHeight()}; in GetMapRelation()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp479 DisplayRect displayRect = mapRelation->GetDisplayRect(); in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp152 DisplayRect displayRect = mapRelation->GetDisplayRect(); in AddToGroup()

Completed in 4 milliseconds