Searched refs:IsAllowHaveSystemSubWindow (Results 1 – 9 of 9) sorted by relevance
81 HWTEST_F(WindowImplTest5, IsAllowHaveSystemSubWindow, Function | SmallTest | Level1)89 EXPECT_EQ(window->IsAllowHaveSystemSubWindow(), false);92 EXPECT_EQ(window->IsAllowHaveSystemSubWindow(), false);95 EXPECT_EQ(window->IsAllowHaveSystemSubWindow(), false);98 EXPECT_EQ(window->IsAllowHaveSystemSubWindow(), true);
1835 HWTEST_F(WindowTest, IsAllowHaveSystemSubWindow, Function | SmallTest | Level2)1840 auto ret = window->IsAllowHaveSystemSubWindow();
181 virtual bool IsAllowHaveSystemSubWindow() {return false;} in IsAllowHaveSystemSubWindow() function
201 virtual bool IsAllowHaveSystemSubWindow() override;
287 virtual bool IsAllowHaveSystemSubWindow() = 0;
306 virtual bool IsAllowHaveSystemSubWindow() override;
1020 bool WindowImpl::IsAllowHaveSystemSubWindow() in IsAllowHaveSystemSubWindow() function in OHOS::Rosen::WindowImpl
1707 virtual bool IsAllowHaveSystemSubWindow() { return false; } in IsAllowHaveSystemSubWindow() function
1318 if (!parentWindow->IsAllowHaveSystemSubWindow()) { in WindowCreateCheck()4325 bool WindowImpl::IsAllowHaveSystemSubWindow() in IsAllowHaveSystemSubWindow() function in OHOS::Rosen::WindowImpl