From 211769e800f3a57de55b3774de82af55d2a0160a Mon Sep 17 00:00:00 2001 From: wang_zhiqiang Date: Wed, 20 Feb 2019 13:52:59 +0800 Subject: 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 --- src/hs-helper.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/hs-helper.h') 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); -- cgit 1.2.3-korg