Add multi-user feature 86/75886/7 accepted/tizen/common/20160703.130334 accepted/tizen/ivi/20160701.032805 accepted/tizen/mobile/20160701.032824 accepted/tizen/tv/20160701.032723 accepted/tizen/wearable/20160701.032745 submit/tizen/20160630.070457 submit/tizen_common/20160701.180000
authorHyunho Kang <hhstark.kang@samsung.com>
Thu, 30 Jun 2016 02:00:08 +0000 (11:00 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Thu, 30 Jun 2016 02:00:29 +0000 (11:00 +0900)
commitf1e05f4e231382abdbc5a3bc2d2db355a85f17a6
tree9a0642ca6f5ccd08f0a8aceecbeadd2f44e0bf22
parent8825605008c3befb31c725a2b730f8e43ab5a061
Add multi-user feature

Add APIs:

- rua_stat_update_for_uid
- rua_add_history_for_uid
- rua_delete_history_with_pkgname_for_uid
- rua_delete_history_with_apppath_for_uid
- rua_clear_history_for_uid
- rua_history_load_db_for_uid
- rua_is_latest_app_for_uid
- rua_db_delete_history
- rua_db_add_history
- rua_stat_get_stat_tags_for_uid
- rua_stat_db_update

Change-Id: I50b203b41a7864ae0609eaaf9125bb383c8a5b6c
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
13 files changed:
CMakeLists.txt
include/db-schema.h
include/rua.h
include/rua_internal.h
include/rua_stat.h
include/rua_stat_internal.h
include/rua_util.h [new file with mode: 0644]
src/rua.c
src/rua_internal.c
src/rua_stat.c
src/rua_stat_internal.c
src/rua_util.c [new file with mode: 0644]
test/rua-test.c