Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test5.cpp1297 sptr<WindowImpl> windowImpl3 = new (std::nothrow) WindowImpl(option); in HWTEST_F() local
1298 ASSERT_NE(windowImpl3, nullptr); in HWTEST_F()
1299 windowImpl3->property_->SetWindowType(WindowType::APP_MAIN_WINDOW_BASE); in HWTEST_F()
1300 WindowImpl::windowMap_.insert(std::make_pair("test", std::pair<uint32_t, sptr<Window>>(1, windowImpl3))); in HWTEST_F()
1336 sptr<WindowImpl> windowImpl3 = new (std::nothrow) WindowImpl(option); in HWTEST_F() local
1337 ASSERT_NE(windowImpl3, nullptr); in HWTEST_F()
1338 windowImpl3->property_->SetWindowType(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW); in HWTEST_F()
1341 windowImpl3->context_ = context; in HWTEST_F()
1342 WindowImpl::windowMap_.insert(std::make_pair("test", std::pair<uint32_t, sptr<Window>>(1, windowImpl3))); in HWTEST_F()

Completed in 2 milliseconds