aboutsummaryrefslogtreecommitdiffstats
path: root/src/hs-proxy.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-06-03merge vuiwang_zhiqiang1-3/+36
Change-Id: I64a1bb68ea3e2b772a40eb78d316c54f8ed25de8
2019-04-19recover applicationwang_zhiqiang1-3/+3
Change-Id: I02330f9c9336609ce585ab172211acada68fba9c
2019-04-16add handshakewang_zhiqiang1-4/+8
Change-Id: Ie5bdd327f5e994730b0d1cbffad68fca93c80766
2019-04-10modifywang_zhiqiang1-3/+26
add wm proxy add read/write json file add getRunnables to ApplicationGuide.md Change-Id: I65e9e6620ecb207c999e590410782590edd7005d
2019-03-26Change log macro to AFB_XXXwang_zhiqiang1-4/+3
1. using binder log macro instead of HMI_LOG. 2. unify log using level as below: AFB_ERROR: fatal error or serious error may occur. AFB_WARNING: input parameter error or not serious error. AFB_NOTICE: alert sth. AFB_INFO: print input argument or sth else. AFB_DEBUG: prompt for calling location. 3. delete hmi-debug.h. Change-Id: I203864ced39c418d2f792faa50ab2c009deb9d02 Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
2019-03-25Start app and get runnables list by homescreenwang_zhiqiang1-0/+135
1.start application in showWindow. 2.add "getRunnables" verb. 3.handle "application-list-changed" event from afm-main and add "application-list-changed" event. Bug-AGL: SPEC-2188 Change-Id: I619b97424d20af373a945ff502a8133339916923 Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>