display: Change device_display_change_state() from async to sync 08/304108/2 accepted/tizen_7.0_unified tizen_7.0 accepted/tizen/7.0/unified/20240301.144829 accepted/tizen/7.0/unified/20240301.175814
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 21 Dec 2023 07:13:39 +0000 (16:13 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Wed, 10 Jan 2024 11:01:44 +0000 (20:01 +0900)
commit7055fde8158923b05f052db6293ae3e5698c3073
treec7df2ac1337323f0859c95f60169547e686ecc41
parentffdc99a5a1fdf467242201d9ed0c6c24d8f9c2cd
display: Change device_display_change_state() from async to sync

device_display_change_state() made the state change request asynchronous,
so it was not possible to know whether the request execution succeeded or not.
Due to the difficulty in checking whether requests were fulfilled properly,
the request method is changed as synchronous way.

Change-Id: Id4f957989248fb2c627459367fa575aa306a8d58
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
src/display.c