Home
last modified time | relevance | path

Searched refs:firstWindow (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_touch_outside_test.cpp63 .name = "firstWindow", in SetUp()
115 const sptr<Window> &firstWindow = Utils::CreateTestWindow(firstWindowInfo_); in HWTEST_F() local
116 if (firstWindow == nullptr) { in HWTEST_F()
119 firstWindow->RegisterTouchOutsideListener(windowlistener1_); in HWTEST_F()
120 firstWindow->Show(); in HWTEST_F()
121 SingletonContainer::Get<WindowAdapter>().ProcessPointDown(firstWindow->GetWindowId()); in HWTEST_F()
124 firstWindow->Destroy(); in HWTEST_F()
134 const sptr<Window> &firstWindow = Utils::CreateTestWindow(firstWindowInfo_); in HWTEST_F() local
135 if (firstWindow == nullptr) { in HWTEST_F()
138 firstWindow in HWTEST_F()
157 const sptr<Window> &firstWindow = Utils::CreateTestWindow(firstWindowInfo_); HWTEST_F() local
179 const sptr<Window> &firstWindow = Utils::CreateTestWindow(firstWindowInfo_); HWTEST_F() local
[all...]
H A Dwindow_drag_test.cpp81 .name = "firstWindow", in SetUp()
118 const sptr<Window> &firstWindow = Utils::CreateTestWindow(firstWindowInfo_); in HWTEST_F() local
119 if (firstWindow == nullptr) { in HWTEST_F()
122 ASSERT_NE(firstWindow, nullptr); in HWTEST_F()
123 activeWindows_.push_back(firstWindow); in HWTEST_F()
124 firstWindow->RegisterDragListener(firstWindowDragListener_); in HWTEST_F()
125 firstWindow->SetTurnScreenOn(true); in HWTEST_F()
126 firstWindow->Show(); in HWTEST_F()
139 firstWindow->UnregisterDragListener(firstWindowDragListener_); in HWTEST_F()
148 const sptr<Window> &firstWindow in HWTEST_F() local
184 const sptr<Window> &firstWindow = Utils::CreateTestWindow(firstWindowInfo_); HWTEST_F() local
235 const sptr<Window> firstWindow = Utils::CreateTestWindow(firstWindowInfo_); HWTEST_F() local
[all...]

Completed in 1 milliseconds