Home
last modified time | relevance | path

Searched refs:GetHideNonSystemFloatingWindows (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp622 ASSERT_EQ(property->GetHideNonSystemFloatingWindows(), false);
624 ASSERT_EQ(property->GetHideNonSystemFloatingWindows(), true);
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h114 bool GetHideNonSystemFloatingWindows() const;
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp311 bool WindowSessionProperty::GetHideNonSystemFloatingWindows() const in GetHideNonSystemFloatingWindows() function in OHOS::Rosen::WindowSessionProperty
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3954 bool hideNonSystemFloatingWindowsOld = propertyOld->GetHideNonSystemFloatingWindows(); in HandleHideNonSystemFloatingWindows()
3955 bool hideNonSystemFloatingWindowsNew = property->GetHideNonSystemFloatingWindows(); in HandleHideNonSystemFloatingWindows()
3985 if (property->GetHideNonSystemFloatingWindows()) { in UpdateForceHideState()
3995 if (property->GetHideNonSystemFloatingWindows()) { in UpdateForceHideState()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4092 … currentProperty->SetHideNonSystemFloatingWindows(property->GetHideNonSystemFloatingWindows()); in HandleActionUpdateHideNonSystemFloatingWindows()