Implements some function for check busname is existed 70/108770/8
authorseungha.son <seungha.son@samsung.com>
Thu, 5 Jan 2017 13:19:24 +0000 (22:19 +0900)
committerseungha.son <seungha.son@samsung.com>
Wed, 11 Jan 2017 04:37:23 +0000 (13:37 +0900)
commit9bcc45a35fc31622a727a56e390ef7251fea40c4
tree394e0f6a155048e74e5b6e5d2415d95178da891e
parent13037aaa960a34089c8a9a710f18c5a0fd615f01
Implements some function for check busname is existed

 - Before sending an event to the notification caller using the
   notification_send_event() API, check if the busname exists.
 - By using hashtable data-structure, the priv_id of notification_h
   and the busname are managed.
 - Check by watching the busname of the app that posted the
   notification.

related with
patch : https://review.tizen.org/gerrit/#/c/108771/
API : notification_check_event_sender()

Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: Ie92a1c5e7ac46cc4d2aa2902f35043861f65c814
include/notification_service.h
include/service_common.h
src/notification_service.c
src/service_common.c