Home
last modified time | relevance | path

Searched refs:SetHideNonSystemFloatingWindows (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp627 * @tc.name: SetHideNonSystemFloatingWindows
628 * @tc.desc: SetHideNonSystemFloatingWindows and GetHideNonSystemFloatingWindows to check the value
631 HWTEST_F(WindowSessionPropertyTest, SetHideNonSystemFloatingWindows, Function | SmallTest | Level2) in HWTEST_F()
635 property->SetHideNonSystemFloatingWindows(true); in HWTEST_F()
H A Dscene_session_manager_test3.cpp1340 property->SetHideNonSystemFloatingWindows(true); in HWTEST_F()
1343 property->SetHideNonSystemFloatingWindows(false); in HWTEST_F()
H A Dscene_session_manager_test4.cpp1286 property->SetHideNonSystemFloatingWindows(false); in HWTEST_F()
1292 property->SetHideNonSystemFloatingWindows(true); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp192 void WindowSessionProperty::SetHideNonSystemFloatingWindows(bool hide) in SetHideNonSystemFloatingWindows() function in OHOS::Rosen::WindowSessionProperty
1098 property->SetHideNonSystemFloatingWindows(parcel.ReadBool()); in Unmarshalling()
1425 SetHideNonSystemFloatingWindows(parcel.ReadBool()); in ReadActionUpdateHideNonSystemFloatingWindows()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h50 void SetHideNonSystemFloatingWindows(bool hide);
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1596 property_->SetHideNonSystemFloatingWindows(shouldHide); in HideNonSystemFloatingWindows()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3873 currentProperty->SetHideNonSystemFloatingWindows(property->GetHideNonSystemFloatingWindows()); in HandleActionUpdateHideNonSystemFloatingWindows()

Completed in 26 milliseconds