summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/command_request_to_mobile.cc
Commit message (Collapse)AuthorAgeFilesLines
* Get App Service Data With Subscribe (#2812)JackLivio2019-02-241-0/+72
* Initial app service app extension * Add GetAppServiceData rpc templates. * Add request to mobile, and fix HMI GASD naming * Add Core->Mobile Requests and Responses * HMI GetAppService Request/Response to hmi and from hmi. * Add mobile on event handling * Fix GASD Response From Mobile * Fixes for GetAppServiceData subscribe, and OnAppServiceData Fixes allow for multiple consumers on a single app service type. Consumer/provider can be any combination of an ios app(s), android app(s), or an ivi HMI app(s). * Update AppServicetype to string and fix unit tests * Address review comments * Address comments * Address comments * Pass info from provider in GASD response