Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp783 EXPECT_FALSE(floatSession->GetSessionProperty()->GetForceHide()); in HWTEST_F()
786 EXPECT_TRUE(floatSession->GetSessionProperty()->GetForceHide()); in HWTEST_F()
790 EXPECT_TRUE(floatSession->GetSessionProperty()->GetForceHide()); in HWTEST_F()
822 EXPECT_FALSE(subSession->GetSessionProperty()->GetForceHide()); in HWTEST_F()
825 EXPECT_TRUE(subSession->GetSessionProperty()->GetForceHide()); in HWTEST_F()
865 EXPECT_TRUE(subSession->GetSessionProperty()->GetForceHide()); in HWTEST_F()
866 EXPECT_TRUE(floatSession->GetSessionProperty()->GetForceHide()); in HWTEST_F()
H A Dwindow_session_property_test.cpp576 * @tc.desc: SetForceHide and GetForceHide to check the value
582 ASSERT_EQ(property->GetForceHide(), false); in HWTEST_F()
584 ASSERT_EQ(property->GetForceHide(), true); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h115 bool GetForceHide() const;
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dhidump_controller.cpp138 << property->GetForceHide() << "|" in DumpSessionParam()
H A Dscene_session_manager.cpp3749 if (property->GetForceHide()) { in UpdateForceHideState()
3759 if (forceHideProperty && forceHideFloatNew != forceHideProperty->GetForceHide()) { in UpdateForceHideState()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp302 bool WindowSessionProperty::GetForceHide() const in GetForceHide() function in OHOS::Rosen::WindowSessionProperty

Completed in 38 milliseconds