Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test5.cpp1217 sptr<WindowImpl> windowImpl1 = new (std::nothrow) WindowImpl(option); variable
1218 ASSERT_NE(windowImpl1, nullptr);
1219 windowImpl1->property_->SetWindowType(WindowType::WINDOW_TYPE_FLOAT_CAMERA);
1220 …Impl::windowMap_.insert(std::make_pair("test", std::pair<uint32_t, sptr<Window>>(1, windowImpl1)));
1257 sptr<WindowImpl> windowImpl1 = new (std::nothrow) WindowImpl(option); variable
1258 ASSERT_NE(windowImpl1, nullptr);
1259 windowImpl1->property_->SetWindowType(WindowType::APP_MAIN_WINDOW_BASE);
1260 …Impl::windowMap_.insert(std::make_pair("test", std::pair<uint32_t, sptr<Window>>(1, windowImpl1)));