Home
last modified time | relevance | path

Searched refs:NotifyServerToUpdateRect (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test4.cpp784 * @tc.desc: NotifyServerToUpdateRect
790 info.abilityName_ = "NotifyServerToUpdateRect"; in HWTEST_F()
791 info.bundleName_ = "NotifyServerToUpdateRect"; in HWTEST_F()
798 sceneSession->NotifyServerToUpdateRect(uiParam, reason); in HWTEST_F()
799 ASSERT_EQ(false, sceneSession->NotifyServerToUpdateRect(uiParam, reason)); in HWTEST_F()
802 ASSERT_EQ(false, sceneSession->NotifyServerToUpdateRect(uiParam, reason)); in HWTEST_F()
805 ASSERT_EQ(false, sceneSession->NotifyServerToUpdateRect(uiParam, reason)); in HWTEST_F()
811 ASSERT_EQ(false, sceneSession->NotifyServerToUpdateRect(uiParam, reason)); in HWTEST_F()
814 ASSERT_EQ(true, sceneSession->NotifyServerToUpdateRect(uiParam, reason)); in HWTEST_F()
817 ASSERT_EQ(false, sceneSession->NotifyServerToUpdateRect(uiPara in HWTEST_F()
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h501 bool NotifyServerToUpdateRect(const SessionUIParam& uiParam, SizeChangeReason reason);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4882 if (!((NotifyServerToUpdateRect(uiParam, reason) || IsDirtyWindow()) && PipelineNeedNotifyClientToUpdateRect())) { in UpdateRectInner()
4894 bool SceneSession::NotifyServerToUpdateRect(const SessionUIParam& uiParam, SizeChangeReason reason) in NotifyServerToUpdateRect() function in SceneSession

Completed in 11 milliseconds