Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test5.cpp1161 * @tc.name: NeedToStopShowing
1162 * @tc.desc: NeedToStopShowing test
1165 HWTEST_F(WindowImplTest5, NeedToStopShowing, Function | SmallTest | Level1) in HWTEST_F()
1169 option->SetWindowName("NeedToStopShowing"); in HWTEST_F()
1175 EXPECT_EQ(window->NeedToStopShowing(), true); in HWTEST_F()
1180 EXPECT_EQ(window->NeedToStopShowing(), false); in HWTEST_F()
1183 EXPECT_EQ(window->NeedToStopShowing(), false); in HWTEST_F()
/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h407 bool NeedToStopShowing();
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp1580 bool WindowImpl::NeedToStopShowing() in NeedToStopShowing() function in OHOS::Rosen::WindowImpl
1652 if (NeedToStopShowing()) { // true means stop showing in PreProcessShow()

Completed in 12 milliseconds