mirror of
https://gitee.com/openharmony/window_window_manager
synced 2025-02-17 06:19:31 +00:00
!9197 fix: change ID as SET_SCREEN_POWER_BY_ID
Merge pull request !9197 from wangyantian/master
This commit is contained in:
commit
626b0fe78d
@ -824,7 +824,7 @@ bool OHOS::Rosen::ScreenSessionManagerProxy::SetScreenPowerById(ScreenId screenI
|
||||
WLOGFE("[UL_POWER]Write PowerStateChangeReason failed");
|
||||
return false;
|
||||
}
|
||||
if (remote->SendRequest(static_cast<uint32_t>(DisplayManagerMessage::TRANS_ID_SET_SPECIFIED_SCREEN_POWER),
|
||||
if (remote->SendRequest(static_cast<uint32_t>(DisplayManagerMessage::TRANS_ID_SET_SCREEN_POWER_BY_ID),
|
||||
data, reply, option) != ERR_NONE) {
|
||||
WLOGFW("[UL_POWER]SendRequest failed");
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user