Home
last modified time | relevance | path

Searched refs:fullInfo_ (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_raisetoapptop_test.cpp37 Utils::TestWindowInfo fullInfo_; member in OHOS::Rosen::WindowRaiseToAppTopTest
52 fullInfo_ = { in SetUp()
77 fullInfo_.name = "mainWindow.1"; in HWTEST_F()
78 sptr<Window> mainWindow = Utils::CreateTestWindow(fullInfo_); in HWTEST_F()
87 fullInfo_.name = "subWindow.1"; in HWTEST_F()
88 fullInfo_.type = WindowType::WINDOW_TYPE_APP_SUB_WINDOW; in HWTEST_F()
89 fullInfo_.parentId = mainWindow->GetWindowId(); in HWTEST_F()
90 sptr<Window> subWindow1 = Utils::CreateTestWindow(fullInfo_); in HWTEST_F()
96 fullInfo_.name = "subWindow.2"; in HWTEST_F()
97 fullInfo_ in HWTEST_F()
[all...]
H A Dwindow_split_test.cpp33 Utils::TestWindowInfo fullInfo_; member in OHOS::Rosen::WindowSplitTest
50 fullInfo_ = { in SetUp()
89 fullInfo_.name = "fullscreen.1"; in HWTEST_F()
90 fullInfo_.mode = WindowMode::WINDOW_MODE_FULLSCREEN; in HWTEST_F()
104 const sptr<Window>& fullWindow = Utils::CreateTestWindow(fullInfo_); in HWTEST_F()
132 fullInfo_.name = "fullscreen.2"; in HWTEST_F()
133 fullInfo_.mode = WindowMode::WINDOW_MODE_FULLSCREEN; in HWTEST_F()
137 const sptr<Window>& fullWindow = Utils::CreateTestWindow(fullInfo_); in HWTEST_F()
173 fullInfo_.name = "fullscreen.3"; in HWTEST_F()
174 fullInfo_ in HWTEST_F()
[all...]
H A Dwindow_rotation_test.cpp58 Utils::TestWindowInfo fullInfo_; member in OHOS::Rosen::WindowRotationTest
103 fullInfo_ = { in SetUp()
140 fullInfo_.name = "fullscreen.1"; in HWTEST_F()
141 fullInfo_.orientation_ = Orientation::UNSPECIFIED; in HWTEST_F()
142 const sptr<Window>& fullWindow = Utils::CreateTestWindow(fullInfo_); in HWTEST_F()
176 fullInfo_.name = "fullscreen.2"; in HWTEST_F()
177 fullInfo_.orientation_ = Orientation::REVERSE_HORIZONTAL; in HWTEST_F()
178 const sptr<Window>& fullWindow = Utils::CreateTestWindow(fullInfo_); in HWTEST_F()
217 fullInfo_.name = "fullscreen.3"; in HWTEST_F()
218 fullInfo_ in HWTEST_F()
[all...]
H A Dwindow_split_immersive_test.cpp39 Utils::TestWindowInfo fullInfo_; member in OHOS::Rosen::WindowSplitImmersiveTest
56 fullInfo_ = { in SetUp()
96 fullInfo_.mode = WindowMode::WINDOW_MODE_SPLIT_SECONDARY; in HWTEST_F()
97 const sptr<Window>& fullWindow = Utils::CreateTestWindow(fullInfo_); in HWTEST_F()

Completed in 2 milliseconds