Lines Matching defs:group
154 sptr<AbstractScreenGroup> group = absScreen->GetGroup();
155 if (group == nullptr) {
156 WLOGE("the group information of the screen is wrong");
159 if (group->combination_ == ScreenCombination::SCREEN_ALONE || group->GetChildCount() == 1) {
161 } else if (group->combination_ == ScreenCombination::SCREEN_MIRROR) {
164 } else if (group->combination_ == ScreenCombination::SCREEN_EXPAND) {
168 WLOGE("support in future. combination:%{public}u", group->combination_);
185 WLOGE("the group information of the screen is wrong");
377 sptr<AbstractScreenGroup> group = absScreen->GetGroup();
378 if (group == nullptr) {
379 WLOGFE("cannot get screen group");
383 if (group->combination_ == ScreenCombination::SCREEN_ALONE
384 || group->combination_ == ScreenCombination::SCREEN_EXPAND) {
386 } else if (group->combination_ == ScreenCombination::SCREEN_MIRROR) {
413 sptr<AbstractScreenGroup> group = absScreen->GetGroup();
414 if (group == nullptr) {
415 WLOGFE("cannot get screen group");
419 if (group->combination_ == ScreenCombination::SCREEN_ALONE
420 || group->combination_ == ScreenCombination::SCREEN_EXPAND) {
423 } else if (group->combination_ == ScreenCombination::SCREEN_MIRROR) {