[dbus-plugin] Upgrading signal subscription logic. 97/83997/1 accepted/tizen/common/20160818.144042 accepted/tizen/ivi/20160818.231616 accepted/tizen/mobile/20160818.231559 accepted/tizen/tv/20160818.231608 accepted/tizen/wearable/20160818.231549 submit/tizen/20160818.002458
authorNishant Chaprana <n.chaprana@samsung.com>
Tue, 16 Aug 2016 07:25:24 +0000 (12:55 +0530)
committerNishant Chaprana <n.chaprana@samsung.com>
Tue, 16 Aug 2016 07:25:24 +0000 (12:55 +0530)
commit5ffd1ac1464770965811c13bc4b2683fb4807ed7
tree58c7690105d26da08d3754117ce38d7d9e495256
parentcc367d779c9687f353313ffbd246ef6c54be9a0d
[dbus-plugin] Upgrading signal subscription logic.

This patch upgrades signal subscription logic of dbus plugin.
Currently there is a common signal handler which checks received
signal name and based on that it callss signals handler funciton.
This process is dnoe for every received signal.
If we register signals seperately then we will same extra processing
of for loop to find handler function of signal, dbus will directly call
handler function of the subscribed signal.

Change-Id: I3fa6b02bc2b215515d2caee0109f0ee43e2c3182
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
packaging/wifi-direct-manager.spec
plugin/wpasupplicant/ctrl_iface_dbus/include/wfd-plugin-wpasupplicant.h
plugin/wpasupplicant/ctrl_iface_dbus/wfd-plugin-wpasupplicant.c