Fix the problem that can't add a device from next time once add_device_failed.
authorsaerome.kim <saerome.kim@samsung.com>
Thu, 21 Nov 2019 04:39:37 +0000 (13:39 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Thu, 21 Nov 2019 05:39:51 +0000 (14:39 +0900)
commit38f44db5dec3c93b8ef42f86b4a0a1e4fb19155c
tree09a6305779f8bba53d06aa8eab3253a671f59447
parent4d5b9342457eff62d2ea384c7737babc73d9cfe3
Fix the problem that can't add a device from next time once add_device_failed.

- Problem: Once add_device failed, we can't add the device anymore.
- Cause: The request stored in the internal queue is not deleted.
- Solution: If the request is not processed for a certain period of time,
  remove the request from the queue

Change-Id: Ib01d89f687a65715f7a1a51db1ed63c426386776
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
packaging/ua-manager.spec
ua-daemon/include/ua-manager-common.h
ua-daemon/src/ua-manager-common.c
ua-daemon/src/ua-manager-request-handler.c