Modify the parameter type of runtime_info_app_usage_get_count 86/133986/1
authorKichan Kwon <k_c.kwon@samsung.com>
Wed, 14 Jun 2017 06:20:32 +0000 (15:20 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Wed, 14 Jun 2017 06:29:46 +0000 (15:29 +0900)
commit1cfa2cb18b23ef6080e42597260e4c17f61ace4d
treeb140828d551ca24a3123ae1d37afcfaa9da9d16f
parentd65d8c845549bf4a58eec11da2af943026fd55d6
Modify the parameter type of runtime_info_app_usage_get_count

- Modify the variable "count" from unsigned int to int
- Other app usage APIs use int for indexing
- "count" can be used for iteration which "int i" is usually used
  - e.g. for (i = 0; i < count; i ++)

Change-Id: I2685199c3e401c0875602e1c78253f383da77a6f
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
include/runtime_info.h
include/runtime_info_private.h
src/runtime_info_usage.c