Commit summary: 14/188814/4
authori.metelytsia <i.metelytsia@samsung.com>
Mon, 10 Sep 2018 13:04:16 +0000 (16:04 +0300)
committeri.metelytsia <i.metelytsia@samsung.com>
Wed, 12 Sep 2018 09:04:20 +0000 (12:04 +0300)
commitd3fa99f3817dc6641ebebf46a030d997eddfd24b
tree083fb71940ca57fd4b2d9dbdda9fa662559133ec
parent1e7981bfdab5ffa727137a95c97ecc9d2c83c530
Commit summary:
- Notification service was added;
- Notification handler was added;
- DBUS listener was implemented;
- Statistics handler was added;
- Rule management mechanism was improved;

Change-Id: I7385ea654aff47f362520f843ce9b16de64b7bf6
55 files changed:
communication/inc/connection.h
communication/inc/reportcomposer.h
communication/src/connection.cpp
communication/src/reportcomposer.cpp
daemon/CMakeLists.txt
daemon/application_service.cpp
daemon/application_service.h
daemon/audit/rule.h
daemon/audit_trail_client.cpp
daemon/audit_trail_client.h
daemon/dbus/dbushandler.h [new file with mode: 0644]
daemon/dbus/dbuslistener.cpp [new file with mode: 0644]
daemon/dbus/dbuslistener.h [new file with mode: 0644]
daemon/dbus/killprocesshandler.cpp [new file with mode: 0644]
daemon/dbus/killprocesshandler.h [new file with mode: 0644]
daemon/dbus/notifyuserhandler.cpp [new file with mode: 0644]
daemon/dbus/notifyuserhandler.h [new file with mode: 0644]
daemon/dbus/uninstallhandler.cpp [new file with mode: 0644]
daemon/dbus/uninstallhandler.h [new file with mode: 0644]
daemon/dbus_thread.cpp [new file with mode: 0644]
daemon/dbus_thread.h [new file with mode: 0644]
daemon/main.cpp
daemon/main_thread.cpp
daemon/notificationhandler.cpp [new file with mode: 0644]
daemon/notificationhandler.h [new file with mode: 0644]
daemon/procstats.cpp [new file with mode: 0644]
daemon/procstats.h [new file with mode: 0644]
daemon/statisticshandler.cpp [new file with mode: 0644]
daemon/statisticshandler.h [new file with mode: 0644]
notification-service/.cproject [new file with mode: 0644]
notification-service/.exportMap [new file with mode: 0644]
notification-service/.gitignore [new file with mode: 0644]
notification-service/.package-stamp [new file with mode: 0644]
notification-service/.project [new file with mode: 0644]
notification-service/.tproject [new file with mode: 0644]
notification-service/inc/dbus_helper.h [new file with mode: 0644]
notification-service/inc/push_notification.h [new file with mode: 0644]
notification-service/inc/samnotificationservice.h [new file with mode: 0644]
notification-service/project_def.prop [new file with mode: 0644]
notification-service/src/dbus_helper.cpp [new file with mode: 0644]
notification-service/src/push_notification.cpp [new file with mode: 0644]
notification-service/src/samnotificationservice.cpp [new file with mode: 0644]
notification-service/tizen-manifest.xml [new file with mode: 0644]
packaging/sam-agent.spec
utest/CMakeLists.txt
utest/test_audithandler.cpp
utest/test_auditupdaterulehandler.cpp
utest/test_connection.cpp
utest/test_procstats.cpp [new file with mode: 0644]
utest/test_securityoptions.cpp
utest/test_statisticshandler.cpp [new file with mode: 0644]
utest/test_syscall.cpp
utest/test_syscallhandler.cpp [deleted file]
utest/test_syscallstatehandler.cpp
utest/test_sysinfo.cpp