Home
last modified time | relevance | path

Searched refs:NotifyClientToUpdateRect (Results 1 - 16 of 16) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscb_system_session_test.cpp67 * @tc.desc: check func NotifyClientToUpdateRect
75 auto ret = scbSystemSession_->NotifyClientToUpdateRect("SCBSystemSessionTest", nullptr); in HWTEST_F()
180 * @tc.name: NotifyClientToUpdateRect
181 * @tc.desc: check func NotifyClientToUpdateRect
184 HWTEST_F(SCBSystemSessionTest, NotifyClientToUpdateRect, Function | SmallTest | Level3) in HWTEST_F()
187 scbSystemSession_->NotifyClientToUpdateRect("SCBSystemSessionTest", nullptr); in HWTEST_F()
239 * @tc.desc: check func NotifyClientToUpdateRect
255 auto ret = scbSystemSession->NotifyClientToUpdateRect("SCBSystemSessionTest", nullptr); in HWTEST_F()
259 ret = scbSystemSession->NotifyClientToUpdateRect("SCBSystemSessionTest", nullptr); in HWTEST_F()
263 ret = scbSystemSession->NotifyClientToUpdateRect("SCBSystemSessionTes in HWTEST_F()
[all...]
H A Dsystem_session_test.cpp143 * @tc.desc: check func NotifyClientToUpdateRect
151 auto ret = systemSession_->NotifyClientToUpdateRect("SystemSessionTest", nullptr); in HWTEST_F()
676 * @tc.desc: test function : NotifyClientToUpdateRect
692 sysSession->NotifyClientToUpdateRect("SystemSessionTest", nullptr); in HWTEST_F()
697 sysSession->NotifyClientToUpdateRect("SystemSessionTest", nullptr); in HWTEST_F()
704 * @tc.desc: test function : NotifyClientToUpdateRect
722 sysSession->NotifyClientToUpdateRect("SystemSessionTest", nullptr); in HWTEST_F()
728 sysSession->NotifyClientToUpdateRect("SystemSessionTest", nullptr); in HWTEST_F()
H A Dkeyboard_session_test.cpp237 * @tc.name: NotifyClientToUpdateRect
238 * @tc.desc: NotifyClientToUpdateRect
241 HWTEST_F(KeyboardSessionTest, NotifyClientToUpdateRect, Function | SmallTest | Level2) in HWTEST_F()
244 info.abilityName_ = "NotifyClientToUpdateRect"; in HWTEST_F()
245 info.bundleName_ = "NotifyClientToUpdateRect"; in HWTEST_F()
256 WSError ret = keyboardSession->NotifyClientToUpdateRect("KeyboardSessionTest", nullptr); in HWTEST_F()
264 ret = keyboardSession->NotifyClientToUpdateRect("KeyboardSessionTest", nullptr); in HWTEST_F()
270 ret = keyboardSession->NotifyClientToUpdateRect("KeyboardSessionTest", nullptr); in HWTEST_F()
276 * @tc.desc: NotifyClientToUpdateRect
296 auto ret = keyboardSession->NotifyClientToUpdateRect("KeyboardSessionTes in HWTEST_F()
[all...]
H A Dscene_session_test5.cpp545 * @tc.name: NotifyClientToUpdateRect
546 * @tc.desc: NotifyClientToUpdateRect function01
549 HWTEST_F(SceneSessionTest5, NotifyClientToUpdateRect, Function | SmallTest | Level2) in HWTEST_F()
552 info.abilityName_ = "NotifyClientToUpdateRect"; in HWTEST_F()
553 info.bundleName_ = "NotifyClientToUpdateRect"; in HWTEST_F()
563 EXPECT_EQ(WSError::WS_OK, session->NotifyClientToUpdateRect("SceneSessionTest5", nullptr)); in HWTEST_F()
573 EXPECT_EQ(WSError::WS_OK, session->NotifyClientToUpdateRect("SceneSessionTest5", nullptr)); in HWTEST_F()
H A Dscene_session_test2.cpp560 * @tc.desc: NotifyClientToUpdateRect
580 auto ret = scensession->NotifyClientToUpdateRect("SceneSessionTest2", nullptr); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscb_system_session.h29 WSError NotifyClientToUpdateRect(const std::string& updateReason,
H A Dsystem_session.h36 WSError NotifyClientToUpdateRect(const std::string& updateReason,
H A Dkeyboard_session.h44 WSError NotifyClientToUpdateRect(const std::string& updateReason,
H A Dsession.h175 virtual WSError NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() function in OHOS::OHOS::OHOS::Rosen::Session
H A Dscene_session.h205 WSError NotifyClientToUpdateRect(const std::string& updateReason,
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp58 WSError SCBSystemSession::NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() function in OHOS::Rosen::SCBSystemSession
88 PostTask(task, "NotifyClientToUpdateRect"); in NotifyClientToUpdateRect()
H A Dsystem_session.cpp252 WSError SystemSession::NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() function in OHOS::Rosen::SystemSession
278 PostTask(task, "NotifyClientToUpdateRect"); in NotifyClientToUpdateRect()
H A Dkeyboard_session.cpp155 WSError KeyboardSession::NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() function in OHOS::Rosen::KeyboardSession
175 PostTask(task, "NotifyClientToUpdateRect"); in NotifyClientToUpdateRect()
H A Dscene_session.cpp802 session->NotifyClientToUpdateRect(updateReason, rsTransaction); in UpdateRect()
828 "SceneSession::NotifyClientToUpdateRect%d [%d, %d, %u, %u] reason:%u", in NotifyClientToUpdateRectTask()
849 WSError SceneSession::NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() function in SceneSession
875 PostTask(task, "NotifyClientToUpdateRect"); in NotifyClientToUpdateRect()
4890 NotifyClientToUpdateRect("WMSPipeline", rsTransaction); in UpdateRectInner()
H A Dsession.cpp1021 NotifyClientToUpdateRect("Connect", nullptr); in ConnectInner()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp9570 sceneSession->NotifyClientToUpdateRect("AfterLayoutFromPersistentTask", rsTransaction); in NotifyUpdateRectAfterLayout()

Completed in 44 milliseconds