display: Relocate power related static function from plugins to core 63/294263/3
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 15 Jun 2023 06:55:28 +0000 (15:55 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Mon, 26 Jun 2023 05:14:40 +0000 (14:14 +0900)
commit95b7819e4f13d017a55d7a59aafdab3d660d1877
treea15ca5d13bec42b8e1a2a46d217310a03cc9098b
parent2f68b9a15c55f8a3eac6546497995cbc51ad00c8
display: Relocate power related static function from plugins to core

power_resume_from_echomem_callback(), poweroff_triggered_callback()
These power notifier callback should be registered/unregistered from display.c

There is no reason to exist in plugins.
It is desirable to be managed in display.c

Change-Id: I0d9078bb7e48d05d40a752a071153c74898db890
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/display.c