gdbus: Move dbus interface definition to one header file 22/184522/1
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 17 May 2018 04:02:10 +0000 (13:02 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 18 Jul 2018 11:04:20 +0000 (20:04 +0900)
commit8a975691f71eda3bbf59b334816156b687e9f3fa
treed2b222318094964850734d45b14284488e8e62de
parentcc9043745b44afd3adf1296eb67f31ab34e56d81
gdbus: Move dbus interface definition to one header file

Move dbus interface definition to gdbus-util.h header file
and clean-up code as following:
- Rename dbus definition from PASS_DBUS_BUS_NAME to DBUS_CORE_BUS_NAME
- Use ARRAY_SIZE() macro and then remove unnecessary following definitions:
  : DBUS_CORE_I_NUM_SIGNALS
  : DBUS_PMQOS_I_NUM_SIGNALS

Change-Id: Ic3f78d84b353bfe382330366d10292711de8c5fa
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
include/pass/gdbus-util.h
src/core/main.c
src/pass/pass.c
src/pmqos/pmqos.c
src/thermal/thermal.c