Home
last modified time | relevance | path

Searched refs:SetForceHide (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp562 HWTEST_F(WindowSessionPropertyTest, SetForceHide, Function | SmallTest | Level2)
567 property->SetForceHide(true);
/ohos5.0/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp204 void WindowSessionProperty::SetForceHide(bool hide) in SetForceHide() function in OHOS::Rosen::WindowSessionProperty
1116 property->SetForceHide(parcel.ReadBool()); in Unmarshalling()
1443 SetForceHide(parcel.ReadBool()); in ReadActionUpdateHideNonSystemFloatingWindows()
/ohos5.0/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h51 void SetForceHide(bool hide);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3298 property->SetForceHide(hide); in NotifyForceHideChange()