Home
last modified time | relevance | path

Searched refs:fullScreenAppInfo_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_gamut_test.cpp35 Utils::TestWindowInfo fullScreenAppInfo_; member in OHOS::Rosen::WindowGamutTest
48 fullScreenAppInfo_ = { in SetUp()
71 fullScreenAppInfo_.name = "window_isSupportWideGamut01";
72 sptr<Window> window = Utils::CreateTestWindow(fullScreenAppInfo_);
90 fullScreenAppInfo_.name = "window_getColorSpace01";
91 sptr<Window> window = Utils::CreateTestWindow(fullScreenAppInfo_);
115 fullScreenAppInfo_.name = "window_setColorSpace01";
116 sptr<Window> window = Utils::CreateTestWindow(fullScreenAppInfo_);
149 fullScreenAppInfo_.name = "window_setColorSpace02";
150 sptr<Window> window = Utils::CreateTestWindow(fullScreenAppInfo_);
H A Dwindow_occupied_area_change_test.cpp48 Utils::TestWindowInfo fullScreenAppInfo_; member in OHOS::Rosen::WindowOccupiedAreaChangeTest
80 fullScreenAppInfo_ = { in SetUp()
109 fullScreenAppInfo_.name = "KeyboardHeightChangeTest01";
110 const sptr<Window>& window1 = Utils::CreateTestWindow(fullScreenAppInfo_);
141 fullScreenAppInfo_.name = "KeyboardHeightChangeTest02";
142 const sptr<Window>& window1 = Utils::CreateTestWindow(fullScreenAppInfo_);
173 fullScreenAppInfo_.name = "KeyboardHeightChangeTest03";
174 const sptr<Window>& window1 = Utils::CreateTestWindow(fullScreenAppInfo_);
H A Dwindow_focus_test.cpp49 Utils::TestWindowInfo fullScreenAppInfo_; member in OHOS::Rosen::WindowFocusTest
85 fullScreenAppInfo_ = { in SetUp()
131 fullScreenAppInfo_.name = "FocusChangedTest01_1";
132 fullScreenAppInfo_.focusable_ = false;
133 const sptr<Window>& window1 = Utils::CreateTestWindow(fullScreenAppInfo_);
566 fullScreenAppInfo_.name = "WindowShowWithoutFocusTest_1";
567 const sptr<Window>& window1 = Utils::CreateTestWindow(fullScreenAppInfo_);
H A Dwindow_visibility_info_test.cpp94 Utils::TestWindowInfo fullScreenAppInfo_; member in OHOS::Rosen::WindowVisibilityInfoTest
137 fullScreenAppInfo_ = { in SetUp()