/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scb_system_session_test.cpp | 67 * @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 D | system_session_test.cpp | 143 * @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 D | keyboard_session_test.cpp | 237 * @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 D | scene_session_test5.cpp | 545 * @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 D | scene_session_test2.cpp | 560 * @tc.desc: NotifyClientToUpdateRect 580 auto ret = scensession->NotifyClientToUpdateRect("SceneSessionTest2", nullptr); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | scb_system_session.h | 29 WSError NotifyClientToUpdateRect(const std::string& updateReason,
|
H A D | system_session.h | 36 WSError NotifyClientToUpdateRect(const std::string& updateReason,
|
H A D | keyboard_session.h | 44 WSError NotifyClientToUpdateRect(const std::string& updateReason,
|
H A D | session.h | 175 virtual WSError NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() function in OHOS::OHOS::OHOS::Rosen::Session
|
H A D | scene_session.h | 205 WSError NotifyClientToUpdateRect(const std::string& updateReason,
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scb_system_session.cpp | 58 WSError SCBSystemSession::NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() function in OHOS::Rosen::SCBSystemSession 88 PostTask(task, "NotifyClientToUpdateRect"); in NotifyClientToUpdateRect()
|
H A D | system_session.cpp | 252 WSError SystemSession::NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() function in OHOS::Rosen::SystemSession 278 PostTask(task, "NotifyClientToUpdateRect"); in NotifyClientToUpdateRect()
|
H A D | keyboard_session.cpp | 155 WSError KeyboardSession::NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() function in OHOS::Rosen::KeyboardSession 175 PostTask(task, "NotifyClientToUpdateRect"); in NotifyClientToUpdateRect()
|
H A D | scene_session.cpp | 802 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 D | session.cpp | 1021 NotifyClientToUpdateRect("Connect", nullptr); in ConnectInner()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 9570 sceneSession->NotifyClientToUpdateRect("AfterLayoutFromPersistentTask", rsTransaction); in NotifyUpdateRectAfterLayout()
|