Searched refs:updateReason (Results 1 - 10 of 10) sorted by relevance
/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() argument 61 auto task = [weakThis = wptr(this), rsTransaction, updateReason]() { in NotifyClientToUpdateRect() 67 WSError ret = session->NotifyClientToUpdateRectTask(updateReason, rsTransaction); in NotifyClientToUpdateRect()
|
H A D | system_session.cpp | 252 WSError SystemSession::NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() argument 255 auto task = [weakThis = wptr(this), rsTransaction, updateReason]() { in NotifyClientToUpdateRect() 261 WSError ret = session->NotifyClientToUpdateRectTask(updateReason, rsTransaction); in NotifyClientToUpdateRect()
|
H A D | keyboard_session.cpp | 155 WSError KeyboardSession::NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() argument 158 auto task = [weakThis = wptr(this), rsTransaction, updateReason]() { in NotifyClientToUpdateRect() 165 WSError ret = session->NotifyClientToUpdateRectTask(updateReason, rsTransaction); in NotifyClientToUpdateRect()
|
H A D | scene_session.cpp | 763 const std::string& updateReason, const std::shared_ptr<RSTransaction>& rsTransaction) in UpdateRect() 765 auto task = [weakThis = wptr(this), rect, reason, rsTransaction, updateReason]() { in UpdateRect() 802 session->NotifyClientToUpdateRect(updateReason, rsTransaction); in UpdateRect() 806 "clientRect:%{public}s", session->GetPersistentId(), session->reason_, updateReason.c_str(), in UpdateRect() 815 WSError SceneSession::NotifyClientToUpdateRectTask(const std::string& updateReason, in NotifyClientToUpdateRectTask() argument 835 ret = Session::UpdateRect(winRect_, reason_, updateReason, nullptr); in NotifyClientToUpdateRectTask() 837 ret = Session::UpdateRect(winRect_, reason_, updateReason, rsTransaction); in NotifyClientToUpdateRectTask() 849 WSError SceneSession::NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() argument 852 auto task = [weakThis = wptr(this), rsTransaction, updateReason]() { in NotifyClientToUpdateRect() 858 WSError ret = session->NotifyClientToUpdateRectTask(updateReason, rsTransactio in NotifyClientToUpdateRect() 762 UpdateRect(const WSRect& rect, SizeChangeReason reason, const std::string& updateReason, const std::shared_ptr<RSTransaction>& rsTransaction) UpdateRect() argument [all...] |
H A D | session.cpp | 936 const std::string& updateReason, const std::shared_ptr<RSTransaction>& rsTransaction) in UpdateRect() 939 "reason:%{public}u %{public}s", GetPersistentId(), rect.ToString().c_str(), reason, updateReason.c_str()); in UpdateRect() 935 UpdateRect(const WSRect& rect, SizeChangeReason reason, const std::string& updateReason, const std::shared_ptr<RSTransaction>& rsTransaction) UpdateRect() argument
|
/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 | scene_session.h | 195 const std::string& updateReason, const std::shared_ptr<RSTransaction>& rsTransaction = nullptr) override; 205 WSError NotifyClientToUpdateRect(const std::string& updateReason, 486 WSError NotifyClientToUpdateRectTask(const std::string& updateReason, std::shared_ptr<RSTransaction> rsTransaction);
|
H A D | session.h | 175 virtual WSError NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() argument 231 const std::string& updateReason, const std::shared_ptr<RSTransaction>& rsTransaction = nullptr);
|
Completed in 16 milliseconds