display: Change device_display_change_state() from async to sync 32/304232/1 accepted/tizen_unified accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen/unified/20240122.175407 accepted/tizen/unified/toolchain/20240311.065107 accepted/tizen/unified/x/20240205.063719
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 21 Dec 2023 07:13:39 +0000 (16:13 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Fri, 12 Jan 2024 10:38:45 +0000 (19:38 +0900)
commit04b76528a53db5608201b5b68bae98364ccdef63
tree82dabaf028c228be2bc3e7f73e462f0f09e43f67
parent3d2476b2c70eaab68d17bf02547b2ab79435c84d
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