Searched refs:NotifyServerToUpdateRect (Results 1 - 3 of 3) sorted by relevance
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test4.cpp | 784 * @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 D | scene_session.h | 501 bool NotifyServerToUpdateRect(const SessionUIParam& uiParam, SizeChangeReason reason);
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scene_session.cpp | 4882 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