Home
last modified time | relevance | path

Searched refs:DScreenMapRelation (Results 1 - 16 of 16) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_maprelation.cpp27 void DScreenMapRelation::SetDisplayId(uint64_t displayId) in SetDisplayId()
32 uint64_t DScreenMapRelation::GetDisplayId() const in GetDisplayId()
37 void DScreenMapRelation::SetScreenId(uint64_t screenId) in SetScreenId()
42 uint64_t DScreenMapRelation::GetScreenId() const in GetScreenId()
47 void DScreenMapRelation::SetDisplayRect(const DisplayRect &displayRect) in SetDisplayRect()
52 DisplayRect& DScreenMapRelation::GetDisplayRect() in GetDisplayRect()
57 void DScreenMapRelation::SetScreenRect(const ScreenRect &screenRect) in SetScreenRect()
62 ScreenRect& DScreenMapRelation::GetScreenRect() in GetScreenRect()
67 void to_json(json &j, const DScreenMapRelation &dScreenMapRelation) in to_json()
81 void from_json(const json &j, DScreenMapRelation
[all...]
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Ddscreen_maprelation.h38 class DScreenMapRelation { class
49 friend void to_json(json &j, const DScreenMapRelation &dScreenMapRelation);
50 friend void from_json(const json &j, DScreenMapRelation &dScreenMapRelation);
57 void to_json(const json &j, const DScreenMapRelation &dScreenMapRelation);
58 void from_json(const json &j, DScreenMapRelation &dScreenMapRelation);
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Ddscreen_maprelation_test.cpp30 dscreenMapRelation = std::make_shared<DScreenMapRelation>(); in SetUp()
108 DScreenMapRelation dScreenMapRelation; in HWTEST_F()
133 DScreenMapRelation dScreenMapRelation; in HWTEST_F()
140 DScreenMapRelation jsonDScreenMapRelation; in HWTEST_F()
156 DScreenMapRelation jsonDScreenMapRelation; in HWTEST_F()
H A Ddscreen_maprelation_test.h35 std::shared_ptr<DScreenMapRelation> dscreenMapRelation = nullptr;
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/
H A Dscreenregion.h48 void SetMapRelation(std::shared_ptr<DScreenMapRelation> &mapRelation);
67 std::shared_ptr<DScreenMapRelation> mapRelation_ = nullptr;
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/src/
H A Dscreen_manager_adapter.cpp158 std::shared_ptr<DScreenMapRelation> ScreenMgrAdapter::GetMapRelation(uint64_t screenId) in GetMapRelation()
161 std::shared_ptr<DScreenMapRelation> mapRelation = std::make_shared<DScreenMapRelation>(); in GetMapRelation()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregion_test.cpp63 std::shared_ptr<DScreenMapRelation> mapRelation = std::make_shared<DScreenMapRelation>(); in HWTEST_F()
169 screenRegion_->mapRelation_ = std::make_shared<DScreenMapRelation>(); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/include/
H A Dscreen_manager_adapter.h41 std::shared_ptr<DScreenMapRelation> GetMapRelation(uint64_t screenId);
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregionmgr.cpp150 std::shared_ptr<DScreenMapRelation> mapRelation = in HandleNotifySetUp()
151 std::make_shared<DScreenMapRelation>(eventContentJson[KEY_MAPRELATION].get<DScreenMapRelation>()); in HandleNotifySetUp()
H A Dscreenregion.cpp58 void ScreenRegion::SetMapRelation(std::shared_ptr<DScreenMapRelation> &mapRelation) in SetMapRelation()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion_test.cpp339 DScreenMapRelation dScreenMapRelation; in HWTEST_F()
359 std::shared_ptr<DScreenMapRelation> mapRelation_ = nullptr; in HWTEST_F()
376 DScreenMapRelation dScreenMapRelation; in HWTEST_F()
377 screenRegion_->mapRelation_ = std::make_shared<DScreenMapRelation>(); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Dscreen_manager_adapter_test.cpp236 std::shared_ptr<DScreenMapRelation> ret = ScreenMgrAdapter::GetInstance().GetMapRelation(100000); in HWTEST_F()
260 std::shared_ptr<DScreenMapRelation> ret = ScreenMgrAdapter::GetInstance().GetMapRelation(screenId); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/include/
H A Dscreenregion.h77 std::shared_ptr<DScreenMapRelation> mapRelation_ = nullptr;
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen_manager.h75 std::map<uint64_t, std::shared_ptr<DScreenMapRelation>> mapRelations_;
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp147 mapRelation_ = std::make_shared<DScreenMapRelation>(contentJson[KEY_MAPRELATION].get<DScreenMapRelation>()); in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp141 std::shared_ptr<DScreenMapRelation> mapRelation = ScreenMgrAdapter::GetInstance().GetMapRelation(screenId); in AddToGroup()

Completed in 7 milliseconds