X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhs-clientmanager.h;h=64ca03cdda30fc712b38f44fcb63ca191b1d63a7;hb=7a123d6d802fe76a6d2eb32adacb2215d5bb873a;hp=52580905a35179b6a64e0c650acc7024f8646722;hpb=c6035c02992d874c1422cb279423017ca4c05eec;p=apps%2Fagl-service-homescreen.git diff --git a/src/hs-clientmanager.h b/src/hs-clientmanager.h index 5258090..64ca03c 100644 --- a/src/hs-clientmanager.h +++ b/src/hs-clientmanager.h @@ -48,10 +48,15 @@ public: void removeClientCtxt(void *data); int tap_shortcut(afb_req_t request); + int showWindow(afb_req_t request); + int hideWindow(afb_req_t request); + int replyShowWindow(afb_req_t request); int on_screen_message(afb_req_t request); int on_screen_reply(afb_req_t request); int subscribe(afb_req_t request); int unsubscribe(afb_req_t request); + int showNotification(afb_req_t request); + int showInformation(afb_req_t request); private: HS_ClientCtxt* createClientCtxt(afb_req_t req, std::string appid);