Nishant Chaprana [Mon, 15 Jul 2019 09:57:32 +0000 (15:27 +0530)]
Fixed Tizen coding guidelines warnings
Change-Id: Ic51b6b45398b3420073e190341c1a82ca0070b52
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Abhay agarwal [Fri, 12 Jul 2019 12:05:00 +0000 (17:35 +0530)]
Added service category APIs
Change-Id: I92c16e1cdef0b6bfd92b0d60d223e0aea6b50157
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
saerome kim [Fri, 12 Jul 2019 08:35:02 +0000 (17:35 +0900)]
Fixed OS type mismatching problem.
Plugin devloper may intiailze OS type either UAM_OS_TYPE_UNDIFIEND or
UAM_OS_TYPE_INVAILD. but ua-manager handles only UAM_OS_TYPE_INVAILD.
This patch make ua-manager handles both UNDEFINED and INVALID cases.
Change-Id: Ib3de0e12064046252763ae289671cb029e2732f0
Signed-off-by: saerome kim <saerome.kim@samsung.com>
saerome.kim [Thu, 11 Jul 2019 12:19:20 +0000 (21:19 +0900)]
chaged detection parameters
- detection cycle 60sec
- detection window 50sec
Change-Id: Id929f8cc257774a292d8d05fd69fb2a862c61703
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Thu, 11 Jul 2019 09:36:19 +0000 (18:36 +0900)]
Fixed crash due to double free.
g_dbus_proxy_call or g_dbus_method_invocation free the gvariant
input parameter in the function.
Change-Id: Id46bef23abb05c2658a20cfd33bb09f1536dd684
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Jung Jihoon [Wed, 10 Jul 2019 11:06:00 +0000 (20:06 +0900)]
Fix Coverity issues
- Resource leaks
1047595 1047599 1047606 1047610 1047613 1047618
1047621 1047628 1049995 1047614 1050025 1047600
- dereference before null check : 1074416
- Unreachable code : 1047594
Change-Id: Ia4f90384b26687c315926e7a8af77465bac17385
Signed-off-by: Jung Jihoon <jh8801.jung@samsung.com>
saerome kim [Wed, 10 Jul 2019 12:39:34 +0000 (21:39 +0900)]
Fixed build error
Change-Id: Ieecee53607c6bf3990f90255a145c8d8bf372eb5
Signed-off-by: saerome kim <saerome.kim@samsung.com>
Nishant Chaprana [Wed, 10 Jul 2019 11:44:48 +0000 (17:14 +0530)]
Store newly allcoated IP address in tech->addresses list
When device was not having IP address and it is found that new IP address
has been allocated to the device, then we need to store this IP address
in tech->addresses list.
Change-Id: I973db47a8655ea321063fd77947e88751156fd83
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Atul Rai [Fri, 5 Jul 2019 05:31:41 +0000 (11:01 +0530)]
Added reset database API support
Change-Id: Idc68144da18c2c2d328a0dda2cb50c58bcf0194d
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome kim [Thu, 4 Jul 2019 10:45:43 +0000 (19:45 +0900)]
Added api documentation
- it is needed to describe how internal API work.
Change-Id: I209468bb99590686f25c1b4c0b3a13a8542d343c
Signed-off-by: saerome kim <saerome.kim@samsung.com>
saerome kim [Fri, 28 Jun 2019 11:27:06 +0000 (20:27 +0900)]
Changed the app to transmit the event to the bundle in the suspend state.
Change-Id: I048f27cf42d9aff88cdacd0f10aef31bac15b614
Signed-off-by: saerome kim <saerome.kim@samsung.com>
Abhay agarwal [Thu, 20 Jun 2019 10:16:46 +0000 (15:46 +0530)]
Fixed duplicate entries for absent users
Change-Id: I820b4c3d3fe6af79629fecd998b253fe615ffed6
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Atul Rai [Tue, 18 Jun 2019 10:33:39 +0000 (16:03 +0530)]
Fixed memory leak in _uam_core_deinit()
Change-Id: I841122907ab0b3d93e02697b8d44d085cded819f
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 18 Jun 2019 10:33:04 +0000 (16:03 +0530)]
Fixed start detection logic
Change-Id: I832dc8858b51a9ea14bd941daa70416083185901
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 18 Jun 2019 10:32:11 +0000 (16:02 +0530)]
Deny Add/Remove operations for default service
Change-Id: I0549aa051c984d336407a883a2fff785d155a1be
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Fri, 14 Jun 2019 03:33:21 +0000 (09:03 +0530)]
Fixed issues in service addition/removal logic
Change-Id: I9bcbbc93bc79d5a65ac80ddfc854b0ca77e8cafc
Signed-off-by: Atul Rai <a.rai@samsung.com>
Abhay agarwal [Wed, 12 Jun 2019 12:04:22 +0000 (17:34 +0530)]
Fix service database queries
Change-Id: I215f37f7b3825de58ff939c6f086b11d8b81916d
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Atul Rai [Wed, 12 Jun 2019 03:20:28 +0000 (08:50 +0530)]
Fixed service Add/Remove user API signature
Change-Id: I6dec259a401b2a0a79dd2dde1604f6f798ee03cb
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 11 Jun 2019 14:24:02 +0000 (19:54 +0530)]
Fix service_detection_cycle GET/SET APIs
Change-Id: Ie6dc128d8a63418800a213fb71cf8b0eb8d638ef
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 11 Jun 2019 14:05:25 +0000 (19:35 +0530)]
Fixed User PRESENCE/ABSENCE event handling
Change-Id: Id5ae0534947fc33ba72e741d926f95f1188c8b4b
Signed-off-by: Atul Rai <a.rai@samsung.com>
Abhay agarwal [Tue, 11 Jun 2019 13:51:46 +0000 (19:21 +0530)]
[UA API] Add/modify UA APIs
This patch adds following UA APIs:
1/ _uam_service_add_user
2/ _uam_service_remove_user
3/ _uam_service_add_device
4/ _uam_service_remove_device
5/ _uam_set_service_detection_cycle
6/ _uam_get_service_detection_cycle
It also modified signature of following UA APIs:
1/ _uam_start_presence_detection
2/ _uam_stop_presence_detection
3/ _uam_start_absence_detection
4/ _uam_stop_absence_detection
Change-Id: If5ad6c0f608ac8f66ce265c22bf0cfd1fe7772c0
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Atul Rai [Tue, 11 Jun 2019 13:50:26 +0000 (19:20 +0530)]
Added API to set detection window
This patch does following:
1/ Remove APIs to get/set detection parameters
2/ Remove json config which stores detection params
3/ Add API to set detection window
Change-Id: I15b459dee545bc9763615f6bc2c65be17fb96b29
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 11 Jun 2019 10:11:47 +0000 (15:41 +0530)]
Add read/write operation for service info in UA DB
Change-Id: I3fc1955bab8e93f3e3002df72f6f5a9df720ef55
Signed-off-by: Atul Rai <a.rai@samsung.com>
Abhay agarwal [Tue, 11 Jun 2019 13:47:06 +0000 (19:17 +0530)]
Added service info into UA DB and provide access APIs
Change-Id: I2da914a42bf24985d22c5b6dce5e968b51f993f0
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Atul Rai [Tue, 11 Jun 2019 09:17:27 +0000 (14:47 +0530)]
Modify PRESENCE/ANSENCE event handling
This patch modifies user PRESENCE/ABSENCE event handling to
incorporate service based event sending.
Change-Id: I1e89373afdb99d1347b926262c76352d879dd1f6
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 11 Jun 2019 05:44:25 +0000 (11:14 +0530)]
Auto add default service to each device
This patch creates default service "ua.service.default" if not already
present and adds it to the newly registered device's service list.
Change-Id: Ied15fd3616ee87b636a9bec679094e5413c2b1ca
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Mon, 10 Jun 2019 15:16:41 +0000 (20:46 +0530)]
Implement service based PRESENCE/ABSENCE detection
Change-Id: I66f3c618c95399a99ac6d2d569ca00cce5869331
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Mon, 10 Jun 2019 05:35:16 +0000 (11:05 +0530)]
Implement GET/SET service detection cycle APIs
Change-Id: I8115152142f5f53e3c84765e7f9815713a402dd7
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Thu, 6 Jun 2019 13:07:58 +0000 (18:37 +0530)]
Added APIs to add/remove user and device to service
Change-Id: Ic2a96e869903068779265280105f2c6bf0c7c52b
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome kim [Thu, 13 Jun 2019 08:01:26 +0000 (17:01 +0900)]
Removed 'cap_net_admin' and 'ep' options in service file.
Change-Id: I78ae7df02b1745186644045ed520fa8a318788fd
Signed-off-by: saerome kim <saerome.kim@samsung.com>
Atul Rai [Tue, 4 Jun 2019 09:34:38 +0000 (15:04 +0530)]
Fixed start/stop active scan functionality
This patch adds support to handle start/stop active scan from multiple
applications simultaneously.
Change-Id: Ief32d9b9b743fc9d76731aee1829baf9b9536452
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome kim [Mon, 3 Jun 2019 11:30:24 +0000 (20:30 +0900)]
Fixed Tizen coding rule violations
Change-Id: I86eeae7d65d58398e1d4be3c10e48180c8a1decd
Signed-off-by: saerome kim <saerome.kim@samsung.com>
Abhay agarwal [Tue, 28 May 2019 14:00:26 +0000 (19:30 +0530)]
add app launcher
Change-Id: Ie82336dfd5bb8d86174d8805bd45336aec38e7fe
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Abhay agarwal [Fri, 24 May 2019 11:28:51 +0000 (16:58 +0530)]
Added support for on_demand_scan
Change-Id: I0f7c1fcceb920cbffabe864a1385c5b04612b1d0
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
Atul Rai [Mon, 20 May 2019 11:41:35 +0000 (17:11 +0530)]
Add plugin APIs and cb to support active device scan
This patch adds APIs and callback on sensor plugin interface to support
immediate scanning for active devcies in proximity.
Change-Id: I803a920f1aff0a67ba288cf8a573e8b6b9ae179b
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome kim [Thu, 16 May 2019 06:58:40 +0000 (15:58 +0900)]
Fixed securiti issue.
- Security team requested apply the smack rule to the db files so that
only ua-manager can get access to the db files.
Change-Id: I454153a5167a66d61003f947cc93d53aaba1a915
Signed-off-by: saerome kim <saerome.kim@samsung.com>
Atul Rai [Tue, 7 May 2019 03:28:03 +0000 (08:58 +0530)]
Added last seen timestamp in uam_device_info_t
Change-Id: Id48102119eae0c2a536147eba3fea45e39d7a995
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Wed, 24 Apr 2019 14:33:13 +0000 (20:03 +0530)]
Added DETECTION STARTED/STOPPED event
Change-Id: Idc03c7961c77cfc01d1b5bdf8fe724bc9a38ec4e
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome.kim [Thu, 18 Apr 2019 11:10:07 +0000 (20:10 +0900)]
Fixed crash when UTC with Wi-Fi dummy plugin.
Added error code UAM_ERROR_NOT_INITIALIZED
Change-Id: I42542f5281a31a4d5f78b40e6b949cb90be4456d
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Wed, 17 Apr 2019 05:50:11 +0000 (14:50 +0900)]
Add dbus policy rule.
- Allowed 'users' can access net.uamd/net.uamd.enabler dbus objects.
Change-Id: Id11ed40ac918c2329b6a36bb96decb1585a2a4e9
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Atul Rai [Wed, 3 Apr 2019 07:23:06 +0000 (12:53 +0530)]
Fixed invalid memory access [SVACE ID: 414657]
Change-Id: I98e5a6528da2c60916216b814ce4ca0fb146994b
Signed-off-by: Atul Rai <a.rai@samsung.com>
Jihoon Jung [Wed, 3 Apr 2019 04:32:55 +0000 (13:32 +0900)]
Fix Svace issue : access memory after free
Change-Id: I7cd057b2b6956161a34d2033878c52e05e1267e3
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Atul Rai [Tue, 26 Mar 2019 04:53:04 +0000 (10:23 +0530)]
Added support for GET/SET detection parameters
Change-Id: I7c8d3448fc31fbc7bed714240585a1bb043b04b6
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Wed, 20 Mar 2019 11:12:40 +0000 (16:42 +0530)]
Handle NULL account in add_device_cb from cloud plugin
Change-Id: Iebf37b1d4029d23f795f02d27d60ffe349bbcd92
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Wed, 20 Mar 2019 11:09:11 +0000 (16:39 +0530)]
Aligned OS type across all interface headers
Change-Id: I2d6d44358f350e42d4846709c25a3441454adc04
Signed-off-by: Atul Rai <a.rai@samsung.com>
Mayank Haarit [Thu, 14 Mar 2019 15:29:33 +0000 (20:59 +0530)]
Remove VD_REQ for power plugin related part
Change-Id: I22c77430f9c3b01aee1eb92c82a28c74d2ec5664
Signed-off-by: Mayank Haarit <mayank.h@samsung.com>
Atul Rai [Thu, 14 Mar 2019 10:26:33 +0000 (15:56 +0530)]
Added cloud plugin API and callback implementation
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Thu, 14 Mar 2019 10:24:41 +0000 (15:54 +0530)]
Modified cloud plugin interface and plugin include dir
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Thu, 14 Mar 2019 06:01:45 +0000 (11:31 +0530)]
[Fix review comments] Modify plugin directory path
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Thu, 14 Mar 2019 05:09:24 +0000 (10:39 +0530)]
Fixed Tizen coding rule errors
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Thu, 14 Mar 2019 05:03:07 +0000 (10:33 +0530)]
Added Cloud plugin handler in ua-manager
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 12 Mar 2019 11:40:40 +0000 (17:10 +0530)]
Add app to monitor list if detection is already started
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Mon, 11 Mar 2019 10:51:21 +0000 (16:21 +0530)]
Fixed ua-client cleanup on app termination
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome.kim [Mon, 11 Mar 2019 08:28:34 +0000 (17:28 +0900)]
Fixed build error due to dbus-policy checker
- how to test
: dbus-policychecker /etc/dbus-1/system.d/net.uamd.conf
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Semun Lee [Fri, 8 Mar 2019 07:21:03 +0000 (16:21 +0900)]
Fix circleci configuration
It will use specific version of gbs.
Change-Id: I54d747dc92910b9717a1a0d7571b2800e452bc41
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Atul Rai [Wed, 6 Mar 2019 05:53:47 +0000 (11:23 +0530)]
Invoke UAM_REQUEST_ADD_DEVICE as ASYNC API
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome.kim [Thu, 28 Feb 2019 04:38:37 +0000 (13:38 +0900)]
Deleted unnecessary log.
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Wed, 27 Feb 2019 09:17:03 +0000 (18:17 +0900)]
Modified to terminate ua-manager when all clients are terminated.
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Fri, 22 Feb 2019 09:47:03 +0000 (18:47 +0900)]
Fixed indent issue of the license phrase.
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Atul Rai [Thu, 21 Feb 2019 10:37:01 +0000 (16:07 +0530)]
Removed VD req for MAX ALLOWED DEVICE restriction
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Fri, 22 Feb 2019 03:34:43 +0000 (09:04 +0530)]
Removed VD specific util plugin from ua-manager
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome.kim [Thu, 21 Feb 2019 11:40:58 +0000 (20:40 +0900)]
applied dbus auto activation
- implement dbus auto activation by sdding '/net/uamd/enabler'
interface. Currentl, multi-client is not considered.
- disable VD_REQ to avoid guild error.
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Mon, 11 Feb 2019 03:59:47 +0000 (12:59 +0900)]
Remove ua-manager-daemon package
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Mon, 11 Feb 2019 02:09:53 +0000 (11:09 +0900)]
Added the NOTICE file
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome kim [Thu, 7 Feb 2019 09:45:13 +0000 (18:45 +0900)]
Added a space to see error log cleary.
Signed-off-by: saerome kim <saerome.kim@samsung.com>
saerome kim [Thu, 7 Feb 2019 09:09:17 +0000 (18:09 +0900)]
Fixed svace issues
Signed-off-by: saerome kim <saerome.kim@samsung.com>
Atul Rai [Mon, 4 Feb 2019 06:09:49 +0000 (11:39 +0530)]
Update IP addr in DB on IP addr change for device
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Thu, 31 Jan 2019 07:06:39 +0000 (12:36 +0530)]
Fix is_sensor_ready() API
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome kim [Fri, 1 Feb 2019 04:01:09 +0000 (13:01 +0900)]
Added a -fPIE option
Signed-off-by: saerome kim <saerome.kim@samsung.com>
saerome kim [Fri, 1 Feb 2019 02:10:32 +0000 (11:10 +0900)]
Fixed indent issues
Signed-off-by: saerome kim <saerome.kim@samsung.com>
saerome kim [Fri, 1 Feb 2019 01:36:44 +0000 (10:36 +0900)]
Fixed build error for 64-bit arch.
build configuration cleand up.
Signed-off-by: saerome kim <saerome.kim@samsung.com>
saerome kim [Wed, 30 Jan 2019 06:05:31 +0000 (15:05 +0900)]
Fixed issue that application regards UA_ERROR_NOT_REGISTERED as
UA_ERROR_NONE
Signed-off-by: saerome kim <saerome.kim@samsung.com>
나영근/Process & Infra Lab(SR)/Engineer/삼성전자 [Fri, 25 Jan 2019 01:29:57 +0000 (10:29 +0900)]
Update config.yml
나영근/Process & Infra Lab(SR)/Engineer/삼성전자 [Fri, 25 Jan 2019 01:25:11 +0000 (10:25 +0900)]
Update config.yml
Semun Lee [Thu, 24 Jan 2019 07:36:19 +0000 (16:36 +0900)]
Fix circleci to build with public package repo
Change-Id: Ieaa4fb81e58c45eeb0b82df30fe5389067c42717
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Semun Lee [Thu, 24 Jan 2019 07:14:54 +0000 (16:14 +0900)]
Fix circleci configuration
Fix build failure in circleci vm.
qemu from tizen should be used instead of default one.
Change-Id: I433c6cb6ce79e6bdf4e7bd1eaeaec8e7a845df4a
Signed-off-by: Semun Lee <semun.lee@samsung.com>
saerome kim [Thu, 24 Jan 2019 06:14:44 +0000 (15:14 +0900)]
modifided ua-manager
- aligned with error codes with user-awareness
- make 'req_vd' feature as default disable
Signed-off-by: saerome kim <saerome.kim@samsung.com>
Semun Lee [Thu, 24 Jan 2019 05:40:11 +0000 (14:40 +0900)]
Add circleci configuration
Change-Id: Ibd9c1fadef5684f038ee816421b22624d6de9bc4
Signed-off-by: Semun Lee <semun.lee@samsung.com>
Atul Rai [Thu, 24 Jan 2019 04:17:49 +0000 (09:47 +0530)]
Fixed error in get_device_by_mac API
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 22 Jan 2019 10:35:42 +0000 (16:05 +0530)]
Modify VD Power Plugin manager and plugin handler
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Tue, 22 Jan 2019 04:44:46 +0000 (10:14 +0530)]
Add config parser and conf file for detection params
Signed-off-by: Atul Rai <a.rai@samsung.com>
saerome.kim [Mon, 21 Jan 2019 09:47:25 +0000 (18:47 +0900)]
added enable/disable BLE headless mode API for power-plugin.
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
saerome.kim [Fri, 18 Jan 2019 03:17:45 +0000 (12:17 +0900)]
added which sensors are available.
- When TV goes into BACKGROUND SUSPEND mode by a sensor (BLE, Light,
Motion), power plugin should check which sensors are enabled then
execute PRESENCE detection with other sensors.
Then if all sensors detect PRESENCE, then wake up TV goes into NORMAL
mode as well.
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Atul Rai [Thu, 17 Jan 2019 11:14:55 +0000 (16:44 +0530)]
[UA-API] Added Enable/Disable LPM APIs
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Thu, 17 Jan 2019 10:04:35 +0000 (15:34 +0530)]
Added Util plugin for VD specific requirements
Signed-off-by: Atul Rai <a.rai@samsung.com>
Abhishek Sansanwal [Thu, 17 Jan 2019 03:55:01 +0000 (09:25 +0530)]
Added SQL query to update ip address for device database
Signed-off-by: Abhishek Sansanwal <abhishek.s94@samsung.com>
Atul Rai [Fri, 11 Jan 2019 06:56:28 +0000 (12:26 +0530)]
Remove device from SQL db on device removal from list
Signed-off-by: Atul Rai <a.rai@samsung.com>
Mayank Haarit [Thu, 10 Jan 2019 15:28:07 +0000 (20:58 +0530)]
Fix UAM_EVENT_ABSENCE_DETECTED event type handling
Signed-off-by: Mayank Haarit <mayank.h@samsung.com>
Atul Rai [Thu, 10 Jan 2019 06:31:52 +0000 (12:01 +0530)]
Fixed _uam_pm_stop_detection return value
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Wed, 9 Jan 2019 10:58:40 +0000 (16:28 +0530)]
Fixed plugin manager start/stop detection
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Wed, 9 Jan 2019 09:23:55 +0000 (14:53 +0530)]
Fixed coding style error and build warnings
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Wed, 9 Jan 2019 07:10:37 +0000 (12:40 +0530)]
Cleanup monitor list on application termination
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Wed, 9 Jan 2019 07:08:27 +0000 (12:38 +0530)]
Fixed UA API dbus event handling
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Wed, 9 Jan 2019 07:55:30 +0000 (13:25 +0530)]
Added WiFi plugin callback handler
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Mon, 7 Jan 2019 11:31:52 +0000 (17:01 +0530)]
Fixed review comments
This patch fixes review comments as following:
1/ Modify Log TAG as 'UAM_MANAGER' -> 'UA_MANAGER'
2/ Modify macro names as '*_SIZE' -> '*_LEN'
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Mon, 7 Jan 2019 11:27:03 +0000 (16:57 +0530)]
Send device list to plugins on core init
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Mon, 7 Jan 2019 11:26:33 +0000 (16:56 +0530)]
Fix Add device dbus request timeout
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Mon, 7 Jan 2019 11:26:04 +0000 (16:56 +0530)]
Fix device added callback handling
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Mon, 7 Jan 2019 03:43:12 +0000 (09:13 +0530)]
[ua-api] Fix set_detection_threshold API
Signed-off-by: Atul Rai <a.rai@samsung.com>
Atul Rai [Mon, 7 Jan 2019 03:41:58 +0000 (09:11 +0530)]
Fix Add device request handling
Signed-off-by: Atul Rai <a.rai@samsung.com>