Improve HS_ClientManager and fix issue 03/17503/1
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Tue, 30 Oct 2018 11:12:18 +0000 (19:12 +0800)
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Tue, 30 Oct 2018 11:12:18 +0000 (19:12 +0800)
commitd58138e0ceb19b3f201ec5e6e7126015db2cfead
tree837dae23643724e2d0c5ca28b1d9720411b7bf44
parent789ecb879cc529400b290eb9750fd1f9298fc690
Improve HS_ClientManager and fix issue

1.No longer operate HS_Client in homescreen.cpp,move to HS_ClientManager class.
2.In hs_client.cpp,afb_event_push return the count of clients that received the event,
  not push event result, in tap_shortcut/on_screen_message/on_screen_reply directly
  return zero.

Bug-AGL: SPEC-1764

Change-Id: Ief17d3fe3a9c80937fbda05d1c158eeed3924a75
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
src/homescreen.cpp
src/hs-client.cpp
src/hs-clientmanager.cpp
src/hs-clientmanager.h
src/hs-helper.h