Rename booting_done to delayed_init_done 19/264919/3
authorYoungjae Cho <y0.cho@samsung.com>
Tue, 5 Oct 2021 06:44:18 +0000 (15:44 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Tue, 5 Oct 2021 08:02:59 +0000 (17:02 +0900)
commite9de71152e0a9794fd6b856db5e954596d59f915
tree7be1f1088255f566ee5a0a8a449c090e264ce6f5
parent2f655c33a4abe1a16d28ff368c3eb7c2fd6b2085
Rename booting_done to delayed_init_done

Technically, the DEVICE_NOTIFIER_BOOTING_DONE is generated on receiving
dbus signal "StartupFinished", not "BootingDone". Therefore rename this
notifier to DEVICE_NOTIFIER_DELAYED_INIT and booting_done() callbacks to
delayed_init_done().

Change-Id: Ib7c9a38826ce3fdc7eb0b10ee2a62314c8b0dde6
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
29 files changed:
CMakeLists.txt
plugins/iot-headed/display/core.c
plugins/iot-headed/display/key-filter.c
plugins/mobile/display/core.c
plugins/mobile/display/device-interface.c
plugins/mobile/display/key-filter.c
plugins/tv/display/core.c
plugins/tv/display/key-filter.c
plugins/wearable/display/core.c
plugins/wearable/display/key-filter.c
plugins/wearable/display/powersaver.c
src/battery/lowbat-handler.c
src/battery/power-supply.c
src/core/delayed-init-notifier.c [new file with mode: 0644]
src/core/late-booting-done-notifier.c [deleted file]
src/core/main.c
src/cpu/pmqos.c
src/display/auto-brightness.c
src/extcon/extcon.c
src/power/boot.c
src/power/boot.h
src/power/power-handler.c
src/shared/device-notifier.c
src/shared/device-notifier.h
src/thermal/thermal.c
src/touchscreen/sensitivity.c
src/touchscreen/touchscreen.c
src/tzip/tzip.c
src/usbhost/usb-host.c