Replace gdbus with socket for bulk communication 56/246956/10
authorhyunho <hhstark.kang@samsung.com>
Thu, 5 Nov 2020 09:49:22 +0000 (18:49 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Tue, 17 Nov 2020 03:04:40 +0000 (03:04 +0000)
commit7c768205c18aa3fa8900c84f4cbb8e8470dc1102
tree1627dbfa45ab2199c8f81896180f2229c8edf92b
parentb3311f64b90e16fe81a296a2a6d6da1a1a406624
Replace gdbus with socket for bulk communication

Change-Id: I485ae58573534f63bf2c0cd5f4196792474756c8
Signed-off-by: hyunho <hhstark.kang@samsung.com>
14 files changed:
notification-ex/CMakeLists.txt
notification-ex/dbus_event_listener.cc
notification-ex/dbus_event_listener_implementation.h
notification-ex/dbus_sender.cc
notification-ex/dbus_sender.h
notification-ex/dbus_sender_implementation.h
notification-ex/event_sender_interface.h
notification-ex/ex_util.cc
notification-ex/ex_util.h
notification-ex/manager.cc
notification-ex/reporter.cc
notification-ex/socket_handler.h [new file with mode: 0644]
notification-ex/stub.cc
tests/unittest/CMakeLists.txt