Fix the problem that can't add a device to a user
authorsaerome.kim <saerome.kim@samsung.com>
Fri, 1 Nov 2019 01:10:13 +0000 (10:10 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Fri, 1 Nov 2019 01:25:34 +0000 (10:25 +0900)
commitfd1a24f4693bd764b482e0ecbdc22b7af3719cdb
treef4e6c5889783226f30585ee0fabe5fa77c380328
parentfef128653a968f8eef5ac2a8a137bc4a124da730
Fix the problem that can't add a device to a user

- Problem: Once user_id exceeded 0xFFFF then can't add a device to the
  user anymore.
- Cause: ua-manager is managing user_id as a maximun 16-bit unsigned
  integer.
- Solution: change user_id type to 32-bit integer.

Change-Id: I31cdf1fe7bc7ed580091f81fd50f48882f715cbe
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
packaging/ua-manager.spec
ua-daemon/include/ua-plugin-manager.h
ua-daemon/src/pm/ua-plugin-manager.c
ua-daemon/src/pm/ua-wifi-plugin-handler.c
ua-daemon/src/ua-manager-core.c