Home
last modified time | relevance | path

Searched refs:updateReason (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscb_system_session.cpp68 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 Dsystem_session.cpp239 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 Dkeyboard_session.cpp154 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 Dscene_session.cpp968 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 Dsession.cpp939 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 Dsystem_session.h36 WSError NotifyClientToUpdateRect(const std::string& updateReason,
H A Dscb_system_session.h30 WSError NotifyClientToUpdateRect(const std::string& updateReason,
H A Dkeyboard_session.h44 WSError NotifyClientToUpdateRect(const std::string& updateReason,
H A Dscene_session.h200 …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 Dsession.h184 virtual WSError NotifyClientToUpdateRect(const std::string& updateReason, in NotifyClientToUpdateRect() argument
240 … const std::string& updateReason, const std::shared_ptr<RSTransaction>& rsTransaction = nullptr);