Home
last modified time | relevance | path

Searched refs:GetCombination (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/dm/src/
H A Dscreen_group.cpp67 ScreenCombination ScreenGroup::GetCombination() const in GetCombination() function in OHOS::Rosen::ScreenGroup
70 return pImpl_->GetScreenGroupInfo()->GetCombination(); in GetCombination()
H A Dscreen_manager.cpp189 ScreenCombination comb = screenGroup->GetCombination(); in NotifyVirtualScreenGroupChanged()
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_group_test.cpp67 ScreenCombination comb = screenGroup->GetCombination();
83 ScreenCombination comb = screenGroup->GetCombination();
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen_group.h40 ScreenCombination GetCombination() const;
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_manager_test.cpp304 if (combination == group->GetCombination()) { in CheckScreenGroupState()
305 ASSERT_EQ(combination, group->GetCombination()); in CheckScreenGroupState()