diff options
author | wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com> | 2019-02-20 13:52:59 +0800 |
---|---|---|
committer | wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com> | 2019-03-25 19:42:35 +0800 |
commit | 211769e800f3a57de55b3774de82af55d2a0160a (patch) | |
tree | 07325ab1aeacb9a0c349e1927812e8080ff8744c /src/hs-helper.h | |
parent | 25299ef60fa4df5f590ff364cff004e90376a4bf (diff) |
Start app and get runnables list by homescreen
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>
Diffstat (limited to 'src/hs-helper.h')
-rw-r--r-- | src/hs-helper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hs-helper.h b/src/hs-helper.h index 95ecb66..cc6fb89 100644 --- a/src/hs-helper.h +++ b/src/hs-helper.h @@ -27,6 +27,7 @@ #define AFB_REQ_SHOWNOTIFICATION_ERROR 103 #define AFB_REQ_SHOWINFORMATION_ERROR 104 #define AFB_REQ_GETAPPLICATIONID_ERROR 105 +#define AFB_REQ_NOT_STARTED_APPLICATION 106 typedef enum REQ_ERROR { @@ -41,6 +42,8 @@ extern const char _error[]; extern const char _application_id[]; extern const char _display_message[]; extern const char _reply_message[]; +extern const char _keyData[]; +extern const char _keyId[]; REQ_ERROR get_value_uint16(const afb_req_t request, const char *source, uint16_t *out_id); REQ_ERROR get_value_int16(const afb_req_t request, const char *source, int16_t *out_id); |