Searched refs:updateReason (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | scb_system_session.cpp | 68 WSError SCBSystemSession::NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() argument 71 auto task = [weakThis = wptr(this), rsTransaction, updateReason]() { in NotifyClientToUpdateRect() 77 WSError ret = session->NotifyClientToUpdateRectTask(updateReason, rsTransaction); in NotifyClientToUpdateRect()
|
H A D | system_session.cpp | 239 WSError SystemSession::NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() argument 242 auto task = [weakThis = wptr(this), rsTransaction, updateReason]() { in NotifyClientToUpdateRect() 248 WSError ret = session->NotifyClientToUpdateRectTask(updateReason, rsTransaction); in NotifyClientToUpdateRect()
|
H A D | keyboard_session.cpp | 154 WSError KeyboardSession::NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() argument 157 auto task = [weakThis = wptr(this), rsTransaction, updateReason]() { in NotifyClientToUpdateRect() 164 WSError ret = session->NotifyClientToUpdateRectTask(updateReason, rsTransaction); in NotifyClientToUpdateRect()
|
H A D | scene_session.cpp | 968 const std::string& updateReason, const std::shared_ptr<RSTransaction>& rsTransaction) in UpdateRect() argument 971 auto task = [weakThis = wptr(this), rect, reason, rsTransaction, updateReason, funcName]() { in UpdateRect() 1008 session->NotifyClientToUpdateRect(updateReason, rsTransaction); in UpdateRect() 1013 funcName, session->GetPersistentId(), session->reason_, updateReason.c_str(), in UpdateRect() 1070 WSError SceneSession::NotifyClientToUpdateRectTask(const std::string& updateReason, in NotifyClientToUpdateRectTask() argument 1092 … = keyboardSession->Session::UpdateRect(keyboardSession->winRect_, reason_, updateReason, nullptr); in NotifyClientToUpdateRectTask() 1104 ret = Session::UpdateRect(winRect_, reason_, updateReason, nullptr); in NotifyClientToUpdateRectTask() 1106 ret = Session::UpdateRect(winRect_, reason_, updateReason, rsTransaction); in NotifyClientToUpdateRectTask() 1118 WSError SceneSession::NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() argument 1121 auto task = [weakThis = wptr(this), rsTransaction, updateReason]() { in NotifyClientToUpdateRect() [all …]
|
H A D | session.cpp | 939 const std::string& updateReason, const std::shared_ptr<RSTransaction>& rsTransaction) in UpdateRect() argument 942 …:%{public}u %{public}s", GetPersistentId(), rect.ToString().c_str(), reason, updateReason.c_str()); in UpdateRect()
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/ |
H A D | system_session.h | 36 WSError NotifyClientToUpdateRect(const std::string& updateReason,
|
H A D | scb_system_session.h | 30 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 | 200 …const std::string& updateReason, const std::shared_ptr<RSTransaction>& rsTransaction = nullptr) ov… 216 WSError NotifyClientToUpdateRect(const std::string& updateReason, 546 …WSError NotifyClientToUpdateRectTask(const std::string& updateReason, std::shared_ptr<RSTransactio…
|
H A D | session.h | 184 virtual WSError NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() argument 240 … const std::string& updateReason, const std::shared_ptr<RSTransaction>& rsTransaction = nullptr);
|