summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/commands/request_from_hmi.cc
Commit message (Expand)AuthorAgeFilesLines
* Error Response for AppService.GetAppServiceData with unknown service type/ser...Shobhit Adlakha2019-04-091-0/+16
* Add timeout logic for HMI App Service Consumer RPCsfix/no_hmi_response_on_timeoutjacobkeeler2019-04-011-3/+4
* Rearrange includes and make AppServiceManager methods virtualjacobkeeler2019-03-151-0/+2
* Merge remote-tracking branch 'origin/feature/base_app_services_implementation...jacobkeeler2019-03-061-2/+2
|\
| * Add logic for handling `allowAppConsumers`jacobkeeler2019-03-051-2/+2
* | Add passthrough timeout to provider requestsjacobkeeler2019-03-061-0/+7
|/
* PerformAppServiceInteraction RPC (#2815)Jacob Keeler2019-02-261-5/+16
* Get App Service Data With Subscribe (#2812)JackLivio2019-02-241-2/+163
* Add dummy response for PublishAppServicejacobkeeler2019-01-221-1/+6
* style fixConlain Kelly2018-07-181-1/+0
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-3/+3
* Replaced all usages of passed parameters in implementation.BSolonenko2018-06-261-2/+2
* Refactoring all hmi commands.BSolonenko2018-06-261-2/+9
* move commands factory to rpc pluginIra Lytvynenko2018-06-261-0/+109