Searched refs:windowImpl1 (Results 1 – 1 of 1) sorted by relevance
1217 sptr<WindowImpl> windowImpl1 = new (std::nothrow) WindowImpl(option); variable1218 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); variable1258 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)));