Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp628 * @tc.desc: SetHideNonSystemFloatingWindows and GetHideNonSystemFloatingWindows to check the value
634 ASSERT_EQ(property->GetHideNonSystemFloatingWindows(), false); in HWTEST_F()
636 ASSERT_EQ(property->GetHideNonSystemFloatingWindows(), true); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h114 bool GetHideNonSystemFloatingWindows() const;
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dhidump_controller.cpp137 << property->GetHideNonSystemFloatingWindows() << "|" in DumpSessionParam()
H A Dscene_session_manager.cpp3707 bool hideNonSystemFloatingWindowsOld = propertyOld->GetHideNonSystemFloatingWindows(); in HandleHideNonSystemFloatingWindows()
3708 bool hideNonSystemFloatingWindowsNew = property->GetHideNonSystemFloatingWindows(); in HandleHideNonSystemFloatingWindows()
3734 if (property->GetHideNonSystemFloatingWindows()) { in UpdateForceHideState()
3744 if (property->GetHideNonSystemFloatingWindows()) { in UpdateForceHideState()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp297 bool WindowSessionProperty::GetHideNonSystemFloatingWindows() const in GetHideNonSystemFloatingWindows() function in OHOS::Rosen::WindowSessionProperty
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3873 currentProperty->SetHideNonSystemFloatingWindows(property->GetHideNonSystemFloatingWindows()); in HandleActionUpdateHideNonSystemFloatingWindows()

Completed in 33 milliseconds