Home
last modified time | relevance | path

Searched refs:NotifyForceHideChange (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp905 * @tc.name: NotifyForceHideChange
906 * @tc.desc: * @tc.name: NotifyForceHideChange
909 HWTEST_F(SceneSessionTest2, NotifyForceHideChange, Function | SmallTest | Level2) in HWTEST_F()
912 info.abilityName_ = "NotifyForceHideChange"; in HWTEST_F()
913 info.bundleName_ = "NotifyForceHideChange"; in HWTEST_F()
916 scensession->NotifyForceHideChange(true); in HWTEST_F()
926 scensession->NotifyForceHideChange(true); in HWTEST_F()
929 scensession->NotifyForceHideChange(true); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h356 void NotifyForceHideChange(bool hide);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3740 sceneSession->NotifyForceHideChange(true); in UpdateForceHideState()
3750 sceneSession->NotifyForceHideChange(false); in UpdateForceHideState()
3760 forceHideSceneSession->NotifyForceHideChange(forceHideFloatNew); in UpdateForceHideState()
9872 session->NotifyForceHideChange(shouldHide); in HideNonSecureFloatingWindows()
9899 session->NotifyForceHideChange(shouldHide); in HideNonSecureSubWindows()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3062 void SceneSession::NotifyForceHideChange(bool hide) in NotifyForceHideChange() function in SceneSession

Completed in 36 milliseconds