Searched refs:mapRelation (Results 1 – 7 of 7) sorted by relevance
161 std::shared_ptr<DScreenMapRelation> mapRelation = std::make_shared<DScreenMapRelation>(); in GetMapRelation() local172 mapRelation->SetDisplayId(display->GetId()); in GetMapRelation()173 mapRelation->SetScreenId(screenId); in GetMapRelation()179 mapRelation->SetDisplayRect(displayRect); in GetMapRelation()180 mapRelation->SetScreenRect(screenRect); in GetMapRelation()181 return mapRelation; in GetMapRelation()
61 std::shared_ptr<DScreenMapRelation> mapRelation = std::make_shared<DScreenMapRelation>(); variable62 screenRegion_->SetMapRelation(mapRelation);63 EXPECT_EQ(mapRelation, screenRegion_->mapRelation_);
58 void ScreenRegion::SetMapRelation(std::shared_ptr<DScreenMapRelation> &mapRelation) in SetMapRelation() argument60 mapRelation_ = mapRelation; in SetMapRelation()
150 std::shared_ptr<DScreenMapRelation> mapRelation = in HandleNotifySetUp() local156 screenRegion->SetMapRelation(mapRelation); in HandleNotifySetUp()
141 …std::shared_ptr<DScreenMapRelation> mapRelation = ScreenMgrAdapter::GetInstance().GetMapRelation(s… in AddToGroup() local142 if (mapRelation == nullptr) { in AddToGroup()152 DisplayRect displayRect = mapRelation->GetDisplayRect(); in AddToGroup()159 mapRelations_[screenId] = mapRelation; in AddToGroup()
474 auto mapRelation = ScreenMgrAdapter::GetInstance().GetMapRelation(screenId_); in SetUp() local475 if (mapRelation == nullptr) { in SetUp()479 DisplayRect displayRect = mapRelation->GetDisplayRect(); in SetUp()487 paramJson[KEY_MAPRELATION] = *mapRelation; in SetUp()
48 void SetMapRelation(std::shared_ptr<DScreenMapRelation> &mapRelation);