summaryrefslogtreecommitdiff
path: root/test/uat-common.c
AgeCommit message (Collapse)AuthorFilesLines
2019-10-04Provide sensor information in user detection callbackAbhay Agarwal1-2/+0
Change-Id: I79c1256f8bd1ea21f8421d3964b573d6eba45cef Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
2019-09-16Fixed dexter issuesLokesh1-1/+1
Checker: 'sec_bof_strncat' Defect ID: 33, 34 and 36. Change-Id: I46c9bd3da8ffbc74567a94d0c0b22e87b9c6b7f7 Signed-off-by: Lokesh <l.kasana@samsung.com>
2019-08-19Fixed svace issues.saerome.kim1-6/+6
386402: Fixed unreachable code 386629,1242355: Fixed security vulnerable code. Change-Id: Iebc354d0126454061634717adec5e611873fe187 Signed-off-by: saerome.kim <saerome.kim@samsung.com>
2019-08-19Fix run_ua_device_set_mac_type() as unknown_mac_type was shown in test appLokesh1-0/+17
Change-Id: I1476ae8febaabdc5c54af86e34c1dcc782998ec7 Signed-off-by: Lokesh <l.kasana@samsung.com>
2019-07-17Fix that user PRESENCE/ABSENCE callback or device PRESENCE/ABSENCEsubmit/tizen/20190718.035616accepted/tizen/unified/20190718.075206saerome.kim1-1/+1
callback does not come when a user starts/stops both detection again and again. Cause. If the user stops detections sequentially before all detections are completed, the user/device information previously detected remains and does not notified even though either the user or the device is detected. Change-Id: Id32cb9d182509cbe31eb8b40d2faf23341c672fb Signed-off-by: saerome.kim <saerome.kim@samsung.com>
2019-07-11chaged detection parameterssubmit/tizen/20190711.231148accepted/tizen/unified/20190712.115320saerome.kim1-0/+21
- detection cycle 60sec - detection window 50sec Change-Id: I462b0b53b9637e9bd7522ea8ce262f2b8557ad30 Signed-off-by: saerome.kim <saerome.kim@samsung.com>
2019-04-19Adjusted line/function coverage ratio.submit/tizen/20190418.230305accepted/tizen/unified/20190419.110537saerome.kim1-1/+7
lines......: 95.9% (855 of 892 lines) functions..: 100.0% (64 of 64 functions) Change-Id: I54a657e5a178a605150ab9c4a1aada6b10072c62 Signed-off-by: saerome.kim <saerome.kim@samsung.com>
2019-04-19Fixed problem where error-codes bewteen ua-manager and user-awarenesssaerome kim1-1/+1
were different. Change-Id: Ic4af3560021bee1e22f318aee6feb1589d9bea13 Signed-off-by: saerome kim <saerome.kim@samsung.com>
2019-02-11Fixed coding style errorsAtul Rai1-3/+3
Signed-off-by: Atul Rai <a.rai@samsung.com>
2019-02-04Fixed problems that do not meet the API coding rule.saerome kim1-2/+2
Changed API name 'ua_monitor_is_sensor_available' Signed-off-by: saerome kim <saerome.kim@samsung.com>
2019-02-04Made documentation according to the Tizen doxygen rules.saerome kim1-1/+1
Changed API name - ua_monitor_create / ua_monitor_destroy - ua_user_get_default_user Signed-off-by: saerome kim <saerome.kim@samsung.com>
2019-02-04Changed uard coded values in swich-cases.saerome kim1-6/+7
Signed-off-by: saerome kim <saerome.kim@samsung.com>
2019-02-04- Changed API name ua_device_get_type / ua_device_set_type ->saerome kim1-0/+22
ua_device_get/set_mac_type - Fixed a bug that displaying wrong MAC type Signed-off-by: saerome kim <saerome.kim@samsung.com>
2019-02-04Fixed a problem that sensor type does not matchsaerome kim1-6/+6
Signed-off-by: saerome kim <saerome.kim@samsung.com>
2019-01-25change ua_initialize/ua_deinitialize as publicsaerome.kim1-8/+34
update ua-test to show added sensor list Signed-off-by: saerome.kim <saerome.kim@samsung.com>
2019-01-16Update initial revised ua-test appsaerome kim1-0/+62
Signed-off-by: saerome kim <saerome.kim@samsung.com>