platform/core/connectivity/ua-manager.git
4 years agoFix the problem that the Sensor Frameowk and UAF use different data
saerome.kim [Mon, 21 Oct 2019 11:44:26 +0000 (20:44 +0900)]
Fix the problem that the Sensor Frameowk and UAF use different data
format

- Problem: The data format of timestamp is not different from the sensor framework.
- Cause: The UAF uses 32 bit timestamp but the sensor framework uses 64
bit timestamp.
- Solution: Change timestamps in UAF with 64-bit unsigned long long.

Change-Id: I237f7201d7e7fed00858c47ca9350fcb1ad655c4
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoAdd functionality to report instant sensor status change
saerome.kim [Mon, 21 Oct 2019 11:35:16 +0000 (20:35 +0900)]
Add functionality to report instant sensor status change

- Problem: in ABSENCE case, even the motion sensor detects ABSENCE
ua-manager reports this ABSENCE state after the detection window complete.
- Cause: If ABSENCE case, the ABSENCE can be jurged only when the
detction window complete.
- Solution: Whenever the sensor status is changed, plugin reports status
changed event immediately so that the user can recognize ABSENCE event
takes place during uncompleted ABSENCE detection window.

Change-Id: Ia5b12304976db4b89e5fa0977ea366a08361fc0e
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoAdd new API to set low power mode accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.023909 accepted/tizen/5.5/unified/mobile/hotfix/20201027.083806 accepted/tizen/unified/20191018.052936 submit/tizen/20191018.005538 submit/tizen_5.5/20191031.000003 submit/tizen_5.5_mobile_hotfix/20201026.185103 tizen_5.5.m2_release
saerome.kim [Thu, 17 Oct 2019 09:32:00 +0000 (18:32 +0900)]
Add new API to set low power mode

- Problem: it is needed that new API that can set low power mode
- Cause: without adding new API, build break occurs.
- Solution: add new API to set low power mode.

Change-Id: Ib5f9d4a4492953a146a383abdf32f7b7a7947d62
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoModify APIs to set low power mode for individual plugin
Abhay agarwal [Wed, 16 Oct 2019 15:23:23 +0000 (20:53 +0530)]
Modify APIs to set low power mode for individual plugin

Change-Id: I582417d1ee1df84043b17e36a97e4b8c06153016
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoReturn detailed error_code in _uam_add_ibeacon_adv_data() 94/215694/1 accepted/tizen/unified/20191017.035503 submit/tizen/20191017.002636
Lokesh [Mon, 14 Oct 2019 03:51:55 +0000 (09:21 +0530)]
Return detailed error_code in _uam_add_ibeacon_adv_data()

Change-Id: I17f3d23aa5c7fdd8c5332858ae4190a439abc6f5
Signed-off-by: Lokesh <l.kasana@samsung.com>
4 years agoAdd APIs to support update service functionality accepted/tizen/unified/20191014.005011 submit/tizen/20191011.095843
Abhay Agarwal [Fri, 11 Oct 2019 06:24:57 +0000 (15:24 +0900)]
Add APIs to support update service functionality

Update service functionality is required to update service information
like presence threshold and absence threshold.

Change-Id: Ic7e8ab3c4efeef1c33d491bbc848a8e67e0de360
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoFix a problem that ADD_DEVICE operation failed accepted/tizen/unified/20191011.101532 submit/tizen/20191011.062256
saerome.kim [Fri, 11 Oct 2019 02:06:14 +0000 (11:06 +0900)]
Fix a problem that ADD_DEVICE operation failed

- Problem: if the wrong information is entered and failed to ADD_DEVICE.
  user apps can't add devices anymore.
- Cause: When one app removes the user information  while adding the device,
  there is no way to know how the ADD_DEVICE  operation succeeded or not.
- Solution: notify the user with an error when ADD_DEVICE failed.

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoManage device and service number with autoincrement property of sqlite accepted/tizen/unified/20191011.015435 submit/tizen/20191009.230917
Abhay Agarwal [Tue, 8 Oct 2019 09:25:36 +0000 (18:25 +0900)]
Manage device and service number with autoincrement property of sqlite

This patch modifies to manage database table field service_number, device_number
user_id and ibeacon_id with autoincrement property of sqlite.
Managing these field manually can result in unnecessary conflicts.

Change-Id: I159b9491d6984c56047a815d02f6d35123feb60d
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoFix busy handler implementation and update database handle name
Abhay Agarwal [Tue, 8 Oct 2019 03:04:14 +0000 (12:04 +0900)]
Fix busy handler implementation and update database handle name

Use a more specific database handle name instead of using 'database', since this
may conflict with other global variables from external libraries by accident

Change-Id: If1cca3013dc8558d80722f3582c416243a4e41df
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoFix to print proper error message from the sqlite database handle in error case
Abhay Agarwal [Tue, 8 Oct 2019 06:42:17 +0000 (15:42 +0900)]
Fix to print proper error message from the sqlite database handle in error case

Change-Id: Ic08a3e880931dba225decbd757b456a303b2bb76
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoRemove database recovery logic when sqlite command fails
Abhay Agarwal [Mon, 7 Oct 2019 09:57:57 +0000 (18:57 +0900)]
Remove database recovery logic when sqlite command fails

Current database recovery logic delete the current database and create a new database when
SQLite command fail, although SQLite cammand can also fail in case database is busy or locked.

Change-Id: Ib361c118427a5ef9f3ce6142c4d44d75475a045e
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years ago[Fix] Dereference after free issue in _pm_util_uas_device_info_free() accepted/tizen/unified/20191008.101528 accepted/tizen/unified/20191008.101533 submit/tizen/20191008.005850 submit/tizen/20191008.043811
Nishant Chaprana [Mon, 7 Oct 2019 06:15:12 +0000 (11:45 +0530)]
[Fix] Dereference after free issue in _pm_util_uas_device_info_free()

Change-Id: I813852e34b52bd72f11fcb59e5b9e71f661f8515
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
4 years agoFixed potential memory leak issue and prevent crash accepted/tizen/unified/20191007.234839 submit/tizen/20191007.022831
saerome.kim [Fri, 4 Oct 2019 09:45:56 +0000 (18:45 +0900)]
Fixed potential memory leak issue and prevent crash

There is a process of removing the user's device in the user remove process.
At that time, the tech_info that was put in the service list was not deleted
from the list.

Change-Id: If9cb86e2684b8cb434275560f719588f5f18b4d4
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoAdded support to get service specific device discriminant
Abhay Agarwal [Fri, 4 Oct 2019 07:06:26 +0000 (16:06 +0900)]
Added support to get service specific device discriminant

Change-Id: I9c39654fd4d64731f680e425b31e53b0f42b3ede
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoImprove error handling and return error code in case of failure
Abhay Agarwal [Fri, 4 Oct 2019 01:39:47 +0000 (10:39 +0900)]
Improve error handling and return error code in case of failure

This commit improves the error handling in ua-manager by returning error codes
in case of failures instead of just giving warnings.

Change-Id: I2eddd477c04e2fd2a5d33842d8659fceff6b65d7
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoImprove database API names
Abhay Agarwal [Fri, 4 Oct 2019 01:10:28 +0000 (10:10 +0900)]
Improve database API names

This commit modifies and improves the names of database APIs.
This changes API names from _ua_ to _uam_ to follow consistency in ua-manager.

Change-Id: I84132dbd0af3ddd3e5865eed0384921310810f63
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoAdd Database APIs to provide device service info during init
Abhay Agarwal [Wed, 2 Oct 2019 11:49:04 +0000 (20:49 +0900)]
Add Database APIs to provide device service info during init

Change-Id: Icc1e80615aafdde423c53ec9e3d4e64372d0d323
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoHandle service device mapping and filter detected devices
Abhay Agarwal [Wed, 2 Oct 2019 10:30:24 +0000 (19:30 +0900)]
Handle service device mapping and filter detected devices

This commit handles the service specific device discriminant and filters
the detected devices from plugins based on this discriminant.

Change-Id: I5c2194f455a51403161a6011665d606c0677a4ed
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agocleanup device services table when a device is removed
Abhay Agarwal [Wed, 2 Oct 2019 07:00:01 +0000 (16:00 +0900)]
cleanup device services table when a device is removed

This commit cleanup the corresponding device entries from device_services table.

Change-Id: Ie8d3166f520a7577f547c22966907b92f1a7b054
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoDatabase APIs to update device service information
Abhay Agarwal [Wed, 2 Oct 2019 01:02:49 +0000 (10:02 +0900)]
Database APIs to update device service information

Change-Id: I61ccb0da2cbcf76e8c7a38ba7f2e8b8a77e047c1
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoDatabase modifications to handle service specific discriminant
Abhay Agarwal [Wed, 2 Oct 2019 02:36:30 +0000 (11:36 +0900)]
Database modifications to handle service specific discriminant

Change-Id: I836d476ef93e473f8dfe2119b25cb400e4628b5c
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoProvide service based device discriminant
Abhay Agarwal [Tue, 1 Oct 2019 03:59:31 +0000 (12:59 +0900)]
Provide service based device discriminant

Change-Id: I4e88160885fcdd80679a45539126890080718a9f
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoUA-API Modification for service based device discriminant
Abhay Agarwal [Tue, 1 Oct 2019 01:08:46 +0000 (10:08 +0900)]
UA-API Modification for service based device discriminant

Change-Id: If9a8e63f2b2ed0fdd0638abee09bee4105cf3430
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoSend presence/absence events when sensor info is NULL accepted/tizen/unified/20191004.003626 submit/tizen/20191002.073539
Abhay Agarwal [Wed, 2 Oct 2019 02:10:54 +0000 (11:10 +0900)]
Send presence/absence events when sensor info is NULL

This commit sends the presence/absence events to capi with NULL
values in case sensor info received is NULL.

1087646: var_deref_model: Passing null pointer sensor_info to
         __send_sensor_presence_event, which dereferences it.

Change-Id: I9f18cf338e94b41d40211e0d8d7bd3218d775366
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoFixed crash issue
saerome.kim [Tue, 1 Oct 2019 22:49:07 +0000 (07:49 +0900)]
Fixed crash issue

A crash occurs in a harsh environment because the memory is broken.
To prevent incorrect access, make variables allocated to heap as null after
variable free().

Change-Id: Iee9c4df9af93354ff96e179765d22c39aa2df685
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoProvide sensor information in absence callback submit/tizen/20191001.125608
Abhay Agarwal [Tue, 1 Oct 2019 06:23:06 +0000 (15:23 +0900)]
Provide sensor information in absence callback

This commit modifies the absence sensor callback and provides the detected
sensor information to CAPI for environmental sensors.

Change-Id: Ib80eaa7377c69c630bdc76703445f16e23d2fd86
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years ago[Fix] [GLib Err] GLib-0x08: g_variant_unref: assertion 'value->ref_count > 0' failed accepted/tizen/unified/20191002.013423 submit/tizen/20191001.112138
Nishant Chaprana [Mon, 30 Sep 2019 14:55:22 +0000 (20:25 +0530)]
[Fix] [GLib Err] GLib-0x08: g_variant_unref: assertion 'value->ref_count > 0' failed

Change-Id: I2eb368406a9ad8684fa28269194fa674c1995ca6
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
4 years agoFixed a problem that can't create DB.
saerome.kim [Mon, 30 Sep 2019 12:24:31 +0000 (21:24 +0900)]
Fixed a problem that can't create DB.

If there is no DB file or the size is 0, the DB file is not created.

Change-Id: If967a1ae63f1d0d61a344ff805663e1be647bbe0
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years ago[Fix] services receiving detection callback on every detection for connectivity sensors.
Abhay Agarwal [Mon, 30 Sep 2019 08:18:05 +0000 (17:18 +0900)]
[Fix] services receiving detection callback on every detection for connectivity sensors.

Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
This patch fix the issue of services receiving detection callback after every detection.
After this patch services will only receive detection event only once in their detection cycle.
This patch does not affect the environmental sensors callback.

Change-Id: Idea2cf785dbe302c921ef18f67d70bc500896dbd

4 years ago[Fix] possible null pointer dereference
Nishant Chaprana [Fri, 27 Sep 2019 07:22:13 +0000 (12:52 +0530)]
[Fix] possible null pointer dereference

Change-Id: I7200c678c1aa3d9c40b44cab18c5fe84a065b9a3
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
4 years agoSet default light threshold as 2
saerome.kim [Fri, 27 Sep 2019 06:24:42 +0000 (15:24 +0900)]
Set default light threshold as 2

Change-Id: I4a4da9d914bffb0535a803b5f24080aaa26fb850
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoAllow device to be removed when discriminant disabled accepted/tizen/unified/20190929.221439 submit/tizen/20190927.055416
Abhay Agarwal [Fri, 27 Sep 2019 03:51:07 +0000 (12:51 +0900)]
Allow device to be removed when discriminant disabled

Change-Id: I5aeb906656032597a6656ccceeed02706239e4e7
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoFixed svace issues.
saerome.kim [Fri, 27 Sep 2019 01:38:01 +0000 (10:38 +0900)]
Fixed svace issues.

410291: Potential Memory Leak.
410713: Handle leak of SQLLite statement.
401702, 410740, 410741: Memory leak.
410742: Missing null-check.

Change-Id: I709b77dc29699c434e94bc5645455bcfdeb53bed
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoUpdate default presence/absence threshold
Abhay Agarwal [Thu, 26 Sep 2019 05:30:15 +0000 (14:30 +0900)]
Update default presence/absence threshold

Change-Id: I3ef0ad7c4cdecaa7e2dcabb4d696f2bc53623e6b
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoAPI Support for set presence/absence threshold
Abhay Agarwal [Wed, 25 Sep 2019 10:42:45 +0000 (19:42 +0900)]
API Support for set presence/absence threshold

Change-Id: I74daf1f806afa4df35fbb8c6e20acefd86b57151
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agosensor info memory issues
Abhay Agarwal [Tue, 24 Sep 2019 03:53:06 +0000 (12:53 +0900)]
sensor info memory issues

Change-Id: I5a8cfee673741c30cb7c1cb24dbb562256669efe
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoProvide sensor information in detection callback
Abhay Agarwal [Fri, 20 Sep 2019 10:13:35 +0000 (19:13 +0900)]
Provide sensor information in detection callback

Change-Id: Ic36c9180ad27660ab20059f05cd5441a3cbc6ae1
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoAdded script to create .ua-manager-data.db
saerome.kim [Tue, 24 Sep 2019 03:50:05 +0000 (12:50 +0900)]
Added script to create .ua-manager-data.db
Added APACHE-2.0 license in ua_db.sql

Change-Id: I6068784d0b2bd60d5a7478922ca12d20b188bd94
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoupdate ua_db.sql for db migration support
Abhay Agarwal [Tue, 24 Sep 2019 01:39:12 +0000 (10:39 +0900)]
update ua_db.sql for db migration support

Change-Id: I7b7b5dfd85e196e6e71243955f9e38861d597d6a
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoFixed svace issues. accepted/tizen/unified/20190923.225303 submit/tizen/20190923.121724
saerome.kim [Mon, 23 Sep 2019 12:12:07 +0000 (21:12 +0900)]
Fixed svace issues.

410290, 410291, 410292, 410293: Memory leak due to unrelaseing
returned pointer after calling sql3_mrprintf()

Change-Id: I4eb8c49027f25c1e901905848ee0ff6f930b440c
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoFixed a coverity issue.
saerome.kim [Mon, 23 Sep 2019 08:45:19 +0000 (17:45 +0900)]
Fixed a coverity issue.

- 1087243 (#1 of 1): var_deref_model: Passing null pointer database to
sqlite3_busy_handler, which dereferences it.

Change-Id: I7ca3b4ec8c3fe26544ae7a2986088fae76e8cd9a
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years ago[Fix] Absence detection callback 37/214437/1
Abhay Agarwal [Wed, 18 Sep 2019 10:33:58 +0000 (19:33 +0900)]
[Fix] Absence detection callback

Change-Id: Id9acbf51ab574be1348f9342612f4b4abe2dd426
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years ago[Fix] Presence detection callback 36/214436/1
Abhay Agarwal [Wed, 18 Sep 2019 04:34:12 +0000 (13:34 +0900)]
[Fix] Presence detection callback

Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
This patch fix the issue of presence callback not being received in ALL mode,
when light presence was detected before motion.

Change-Id: Id1b5811d695a66762ac70ef8e77f46b413f43081

4 years agoAdd functionality to check database version 35/214435/1
Abhay Agarwal [Tue, 17 Sep 2019 09:16:38 +0000 (18:16 +0900)]
Add functionality to check database version

Change-Id: I3c8f7194cd04b2822569de24e9e8e763b16c5311
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
4 years agoChaged default detection cycle: 900sec 54/213954/1
saerome.kim [Tue, 17 Sep 2019 02:21:29 +0000 (11:21 +0900)]
Chaged default detection cycle: 900sec
Remove an unused config. file.

Change-Id: Idc026724fd32d4cba16528cd9988cd3d2d441217
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoEnable continuous monitoring for envionmental sensors accepted/tizen/unified/20190917.034055 submit/tizen/20190916.120818
Abhay agarwal [Mon, 2 Sep 2019 09:29:33 +0000 (14:59 +0530)]
Enable continuous monitoring for envionmental sensors

Change-Id: Ib96df58d03eb615dad246beee28f12130fc999ec
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoFixed a coverity issue
saerome.kim [Mon, 16 Sep 2019 09:50:11 +0000 (18:50 +0900)]
Fixed a coverity issue

1047600 leaked_storage: Variable out_var going out of scope leaks the storage it points to.

Change-Id: I1aaae9068efe4cce8c020f3e974909a119c52c15
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoAdd database API to clear adv table
Abhay agarwal [Fri, 13 Sep 2019 07:13:49 +0000 (12:43 +0530)]
Add database API to clear adv table

Change-Id: I1fa74d4d5adff3e3121e6357c54f4a997f3e5478
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years ago[Fix] coding style and remove extra comments
Abhay agarwal [Mon, 9 Sep 2019 06:58:44 +0000 (12:28 +0530)]
[Fix] coding style and remove extra comments

Change-Id: I455546293fc2982e5433c52998ab42b580bad1b1
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoRemove duplicate code to check table creation
Abhay agarwal [Fri, 6 Sep 2019 11:15:03 +0000 (16:45 +0530)]
Remove duplicate code to check table creation

Change-Id: I8973346679cfb0fd58cf6e8c6889cdb697fab885
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoRemove extra comments from code
Abhay agarwal [Fri, 6 Sep 2019 09:35:46 +0000 (15:05 +0530)]
Remove extra comments from code

Change-Id: I4a03ab1b941a2c3cca4392d99fe0dd9073268ddb
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoUpdate DB recovery logic
Abhay agarwal [Fri, 6 Sep 2019 06:25:29 +0000 (11:55 +0530)]
Update DB recovery logic

Change-Id: I2f43ff3c4842f5ffdb6b315ae2bda72f80edb1b2
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoRefactor db code to increase SAM score
Abhay agarwal [Thu, 5 Sep 2019 13:45:09 +0000 (19:15 +0530)]
Refactor db code to increase SAM score

Change-Id: I080dc2c315851b5f0166c20ef8bf9ac856ae6b3b
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoUpdate integrity check error codes
Abhay agarwal [Thu, 5 Sep 2019 11:33:44 +0000 (17:03 +0530)]
Update integrity check error codes

Change-Id: I21cb36f401a0684f21f850ad92002d4e054f0117
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoSet maximum attempts to access db in case db is locked
Abhay agarwal [Thu, 5 Sep 2019 11:04:52 +0000 (16:34 +0530)]
Set maximum attempts to access db in case db is locked

Change-Id: Ibed4b25c766e8e84ca6446737db8ccaa5aea4440
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoMove common db function from user table file
Abhay agarwal [Thu, 5 Sep 2019 10:00:34 +0000 (15:30 +0530)]
Move common db function from user table file

Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
This patch also refactor the check_integrity function in multiple useful functions
Changes done as per db review

Change-Id: Ie9d0c08c9b2c64ac9d289cd73526ee4232f615ab

4 years ago[DB Review] DB commitee review comments.
saerome.kim [Thu, 5 Sep 2019 08:21:48 +0000 (17:21 +0900)]
[DB Review] DB commitee review comments.

Change-Id: Id8431c88a9cc4e6a673d9b947501768aa171d3db
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoFix DB review issues 57/213357/1 accepted/tizen/unified/20190904.224508 submit/tizen/20190904.113521
Abhay agarwal [Wed, 4 Sep 2019 09:34:10 +0000 (15:04 +0530)]
Fix DB review issues

4. There is no code for releasing 'adv' table at _ua_db_deinitialize().
8. When checking the table in__check_integrity(),
 206 line: printing UAM_DB_IBEACON_ADV_TABLE using sqlite3_mprintf,
 221 line: On the other hand, printing UAM_DB_DEVICES_TABLE out when checking done successfully.

Change-Id: Ic8c0ab234bbaaa1d68a06c3fa6fc13cc51dcbce9
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoFixed a svace issue 40/213340/2
saerome.kim [Wed, 4 Sep 2019 07:36:25 +0000 (16:36 +0900)]
Fixed a svace issue

406758: Non-terminated string of size 32.

Change-Id: I7d868df7f6a97ad886281e586dd468e5a0115e18
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoFixed the problem that device can't be added to each plugin when ua-manager restart. accepted/tizen/unified/20190904.011549 submit/tizen/20190903.134657
saerome.kim [Tue, 3 Sep 2019 04:41:36 +0000 (13:41 +0900)]
Fixed the problem that device can't be added to each plugin when ua-manager restart.

Change-Id: I6ee109be28f9044575f48b83884864da2a33fd07
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoGet ibeacon adv list during initialization and add to plugin accepted/tizen/unified/20190830.110648 submit/tizen/20190830.050936
Abhay agarwal [Thu, 29 Aug 2019 10:47:57 +0000 (16:17 +0530)]
Get ibeacon adv list during initialization and add to plugin

Change-Id: I583c89dcfad00b10f4836d01f2ce5da73bfc6483
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoSupoort to add iBeacon Adv data in BLE Plugin
Abhay agarwal [Wed, 28 Aug 2019 08:18:53 +0000 (13:48 +0530)]
Supoort to add iBeacon Adv data in BLE Plugin

Change-Id: Iffacdd262e02c6d7cbeec3b93404c383207c6f24
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoAPI set to store ibeacon adv data
Abhay agarwal [Wed, 28 Aug 2019 04:58:12 +0000 (10:28 +0530)]
API set to store ibeacon adv data

Change-Id: Idffb8e303fba1f423e6f7692b51b25d92b2b6fc5
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years ago[Fix] Allow device to be removed when in default service accepted/tizen/unified/20190826.225907 accepted/tizen/unified/20190829.101441 submit/tizen/20190826.140219 submit/tizen/20190827.131417
Abhay agarwal [Mon, 26 Aug 2019 04:57:42 +0000 (10:27 +0530)]
[Fix] Allow device to be removed when in default service

Change-Id: I95f7209e7d25d8b4408ccacd5c92d632a6d8e6ed
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoRemove device only when not being used by any service
Abhay agarwal [Thu, 22 Aug 2019 12:00:52 +0000 (17:30 +0530)]
Remove device only when not being used by any service

Change-Id: I3fc7bfc47acc7fa82d29c5ca57d064d6728b1be1
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoFixed the Coverity and Svace issues.
saerome.kim [Mon, 26 Aug 2019 09:08:05 +0000 (18:08 +0900)]
Fixed the Coverity and Svace issues.

1078581 Dereferencing null pointer tech.
1078570 leaked_storage: Variable 'app' going out of scope leaks the storage it points to.
386920 leaked_storage: Variable 'mac' going out of scope leaks the storage it points to.

Change-Id: I8dee929466df35ec1e577770846c9423a2ba895e
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoRemoved d-bus warning message
saerome.kim [Mon, 26 Aug 2019 05:17:36 +0000 (14:17 +0900)]
Removed d-bus warning message

- [GLib Err] GLib-0x08: g_variant_unref: assertion 'value->ref_count > 0' failed

Change-Id: Ieeeb6761bce1a6fe90f841195488b7ddd75d44e8
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoFixed a bug that NULL DB path problem. 61/212561/1
saerome.kim [Fri, 23 Aug 2019 04:41:20 +0000 (13:41 +0900)]
Fixed a bug that NULL DB path problem.

Once used a parameter with either lon or '_' chracter in the middle or
the parameter, that regarded as NULL. In this case  DB path regarded as NULL.

Change-Id: Ief0b51b5fb01daf32badb01e7fd5d9d550514f6b
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoFixed Doxygen issues in header file and corrected spelling mistake in log print 63/212463/1 accepted/tizen/unified/20190822.105942 submit/tizen/20190822.051725
Nishant Chaprana [Wed, 21 Aug 2019 12:42:38 +0000 (18:12 +0530)]
Fixed Doxygen issues in header file and corrected spelling mistake in log print

Change-Id: I4bca73b41dd7f4d1ef8b10c716ec996a7d8ccb08
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
4 years agoRemoved 'users' group's access permission. 62/212462/1
saerome.kim [Wed, 21 Aug 2019 12:35:01 +0000 (21:35 +0900)]
Removed 'users' group's access permission.

- Do not allow 'users' group to access ua-manager.

Change-Id: I9fd90f925ff7716096ba37e160cb48715a5da440
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoIncreased SAM score 61/212461/1
saerome.kim [Wed, 21 Aug 2019 12:33:58 +0000 (21:33 +0900)]
Increased SAM score

- Increase Duplicated Code ratio.
- Removed all Global Variable violations.
- Removed all Predefined Preprocessor violations.

Change-Id: I059dfc8d902ef9a6bf9be282380d0e6ba1aad3bd
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoModification to store device_icon in database
Abhay agarwal [Tue, 20 Aug 2019 05:17:16 +0000 (10:47 +0530)]
Modification to store device_icon in database

Change-Id: Ia3a477355b5d6e1de2b9dcc57d95a3bce5b68c5e
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoModify update device API to support BLE payload update
Abhay agarwal [Mon, 19 Aug 2019 13:13:37 +0000 (18:43 +0530)]
Modify update device API to support BLE payload update

Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoFixed missing Svace issue.
saerome.kim [Mon, 19 Aug 2019 12:34:00 +0000 (21:34 +0900)]
Fixed missing Svace issue.

1242351: fixed potential crash issue.

Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoFixed coverity issues 49/212249/1 accepted/tizen/unified/20190819.112109 submit/tizen/20190819.084830
saerome.kim [Mon, 19 Aug 2019 08:03:53 +0000 (17:03 +0900)]
Fixed coverity issues

1047600: Fixed memory leak issue.

Change-Id: I8aaa5f3474fd0595aa4a6143914763ec24ec229c
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoFixed svace issues. 48/212248/1
saerome.kim [Mon, 19 Aug 2019 06:48:02 +0000 (15:48 +0900)]
Fixed svace issues.

386920: Added null-check routine.
300446,400466,1242348,1242352: Fixed potential memory leak problem.
1242351: Added missing null-check routine.

Change-Id: I6a64aa6dd8b51921c512c1a1242e5b7957fda097
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoFix and update discriminant and payload values for plugin 18/212218/1
Abhay agarwal [Fri, 16 Aug 2019 10:47:59 +0000 (16:17 +0530)]
Fix and update discriminant and payload values for plugin

Change-Id: Ia324e70804802667075f11d261b16509072844d7
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoChanged duid -> DUID in comments. 17/212217/1
saerome.kim [Fri, 16 Aug 2019 02:21:26 +0000 (11:21 +0900)]
Changed duid -> DUID in comments.

Change-Id: I8e557c5580927bcbdce9bf98359f39156bf423e5
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoRemove unnecessary NULL checks 16/212216/1
Abhay agarwal [Wed, 14 Aug 2019 10:16:43 +0000 (15:46 +0530)]
Remove unnecessary NULL checks

Change-Id: I9cf076700e0dd68eeed2600cabb931819cb709fc
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoFix to store only required bytes of BLE payload into DB 15/212215/1
Lokesh [Mon, 12 Aug 2019 10:23:53 +0000 (15:53 +0530)]
Fix to store only required bytes of BLE payload into DB

Put number of bytes to be stored instead of '-1'. As -1 continues untill
a NULL character is encountered.

Change-Id: Iec025a35f8e610a92c9ae5ef39412bf450d6f524
Signed-off-by: Lokesh <l.kasana@samsung.com>
4 years agoModify BLE payload structure 14/212214/1
Abhay agarwal [Tue, 13 Aug 2019 06:44:43 +0000 (12:14 +0530)]
Modify BLE payload structure

Change-Id: I58c9403bf3e7247f8ba1a456808838d0956683fb
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoSend device_id in USER_PRESENCE_DETECTED event 13/212213/1
Nishant Chaprana [Mon, 12 Aug 2019 10:12:33 +0000 (15:42 +0530)]
Send device_id in USER_PRESENCE_DETECTED event

Change-Id: I9146db9747cc18fc34e04bc6ac78f9d606e5b7e0
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
4 years agoRemove duplicate dependency with implicit dependencies at "Type=dbus" 95/212095/1 accepted/tizen/unified/20190816.112346 submit/tizen/20190814.071136
INSUN PYO [Wed, 14 Aug 2019 07:06:56 +0000 (16:06 +0900)]
Remove duplicate dependency with implicit dependencies at "Type=dbus"

Refs: https://www.freedesktop.org/software/systemd/man/systemd.service.html
 - Services with Type=dbus set automatically acquire dependencies of type Requires= and After= on dbus.socket.

Change-Id: Ib02196227e07f417955840fa75b74622a22f80a6

4 years agobacked out the change made which followed security's guideliine. accepted/tizen/unified/20190816.112354 submit/tizen/20190814.071001
saerome.kim [Wed, 14 Aug 2019 05:36:55 +0000 (14:36 +0900)]
backed out the change made which followed security's guideliine.

Change-Id: I3735c588b2a55971477139452288e9023b3781b1
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoFixed security 3rd vulnerability issues. 86/211986/1
saerome.kim [Tue, 13 Aug 2019 03:54:56 +0000 (12:54 +0900)]
Fixed security 3rd vulnerability issues.

Change-Id: I8857c60b9f424d927440c07cd96e014263bc977d
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agobackout detection parameters 04/211904/1
saerome.kim [Mon, 12 Aug 2019 01:45:53 +0000 (10:45 +0900)]
backout detection parameters

- detection cycle: 60sec -> 900sec
- detection window : 60sec
- max. detection period: 50sec -> 290sec

Change-Id: Ie4c09cd4a73246864d42d7af36c58fec8cea8b8b
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoFix ble payload NULL issue 17/211817/1
Abhay agarwal [Tue, 6 Aug 2019 09:50:31 +0000 (15:20 +0530)]
Fix ble payload NULL issue

Change-Id: If2b186cfeea63fb9a0ebae5cffb5f6bbfa548074
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoUse memcpy/memdup as there can be intermediate NULLs in BLE payload 16/211816/1
Lokesh [Mon, 5 Aug 2019 09:47:40 +0000 (15:17 +0530)]
Use memcpy/memdup as there can be intermediate NULLs in BLE payload

Change-Id: Icc684c590d4af8c2c3ad33e6d49429e67bdd7a41
Signed-off-by: Lokesh <l.kasana@samsung.com>
4 years agoUpdate APIs to set/get BLE payload 15/211815/1
Abhay agarwal [Thu, 1 Aug 2019 09:53:12 +0000 (15:23 +0530)]
Update APIs to set/get BLE payload

Change-Id: I97ca8cef7658d63bf47046ccd9ecb5ab4a9b9333
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoFixed vulnerability issues. 83/211483/1
saerome.kim [Tue, 6 Aug 2019 00:52:44 +0000 (09:52 +0900)]
Fixed vulnerability issues.
Added out-of-memory error code.

Change-Id: I3efc6f1dd82b81f4d05646e36325bb5f5d9330b0
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoImplemented ua_udpate_device API 82/211482/1
saerome.kim [Mon, 5 Aug 2019 10:53:15 +0000 (19:53 +0900)]
Implemented ua_udpate_device API
Implemented discriminant functionality

Change-Id: Id85aeedebd5323e6539a09a29297805b6fe30ebf
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoFixed build error 62/211162/1 accepted/tizen/unified/20190730.224309 submit/tizen/20190730.123157
saerome.kim [Tue, 30 Jul 2019 11:14:47 +0000 (20:14 +0900)]
Fixed build error

Change-Id: I6c8f6ad3e8dcc51e7f42c84336deb3adb91b9bcd
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoFixed crash if all devices are removed during reporting ABSENCE event. 40/211140/1
saerome.kim [Tue, 30 Jul 2019 07:56:07 +0000 (16:56 +0900)]
Fixed crash if all devices are removed during reporting ABSENCE event.

Change-Id: Id7e0822b4c2f636881b08f41064d94212e5e57e0
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoDeleted multiple macros in the same meaning. 39/211139/1
saerome.kim [Tue, 30 Jul 2019 01:46:27 +0000 (10:46 +0900)]
Deleted multiple macros in the same meaning.

Change-Id: Ia9e0cab1dc62104d2ca799f9ecc5c66a43948814
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoRemoved redundant codes related to DB management. 83/211083/1
saerome.kim [Tue, 30 Jul 2019 01:29:12 +0000 (10:29 +0900)]
Removed redundant codes related to DB management.

Change-Id: Id8bc6dc853c9e20559f8b5bbfd172e2e829149f5
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoModified to create tablses after creating new DB file in case of DB 77/211077/1
saerome.kim [Mon, 29 Jul 2019 23:52:46 +0000 (08:52 +0900)]
Modified to create tablses after creating new DB file in case of DB
error.

Change-Id: I85833d74b5f0652c0f7c48882d1e08c3170c0449
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
4 years agoFix db integrity check 76/211076/1
Abhay agarwal [Mon, 29 Jul 2019 08:28:29 +0000 (13:58 +0530)]
Fix db integrity check

Change-Id: I9227598ad860ea925dce54cd6912ce74086d0af6
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years ago[Fix] device insertion failed issue due to mismatched query arguments. 89/210889/1
Nishant Chaprana [Thu, 25 Jul 2019 14:00:31 +0000 (19:30 +0530)]
[Fix] device insertion failed issue due to mismatched query arguments.

Change-Id: I30aa462cfed2199c7d30630b7bc1f7d254ee1a55
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
4 years agoAdd DB integrity check 88/210888/1
Abhay agarwal [Thu, 25 Jul 2019 13:07:49 +0000 (18:37 +0530)]
Add DB integrity check

Change-Id: Ie4f3a26069193b047b4c0c80e2ef9a99b9de7f12
Signed-off-by: Abhay agarwal <ay.agarwal@samsung.com>
4 years agoUpdate discriminant functionality 87/210887/1
Nishant Chaprana [Thu, 25 Jul 2019 11:12:17 +0000 (16:42 +0530)]
Update discriminant functionality

This patch removes DBUS api for updating discriminant variable at runtime.
The variable should be updated at device addition time.

The patch also adds support for fetching discriminant value from database.

Change-Id: Ie4723eb0e7bac3290c9047544e97add4cdd38954
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>