display: Relocate set_lcd_timeout()/reset_lcd_timeout() 73/294273/4
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 15 Jun 2023 07:51:24 +0000 (16:51 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Mon, 26 Jun 2023 05:15:15 +0000 (14:15 +0900)
commitce59c93fa1c66b5469990aa519830693d97406ca
tree7af92c7b1b798610282b0bd803cbefb2ea991b4c
parent977a4b84834b3254d322e4af29d268b82f29bd68
display: Relocate set_lcd_timeout()/reset_lcd_timeout()

set_lcd_timeout(), reset_lcd_timeout() is only used by dbus_setlcdtimeout call.
However, it is unclear where it is being used.
Furthermore, those functions' work flow overlap with set custom timeout, state transition.

Thus, these functions are moved to display-dbus.c
After that, it will be refactored.

Change-Id: Iad32a524cc4fc8d8548258766236921be22dc94f
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
plugins/iot-headed/display/core.c
plugins/mobile/display/core.c
plugins/tv/display/core.c
plugins/wearable/display/core.c
src/display/core.h
src/display/plugin-common/display-dbus.c