summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/rpc_service_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Address commentsJackLivio2019-04-091-24/+38
* Fix incorrectly sending enum value for resultCode if function ID is unknownjacobkeeler2019-04-081-1/+9
* Move logJackLivio2019-04-081-1/+1
* Send unsupported_request in case of unknown function id and no pass throughJackLivio2019-04-081-1/+17
* Rearrange includes and make AppServiceManager methods virtualjacobkeeler2019-03-151-0/+2
* Rename `remove_unknown_parameters` to `allow_unknown_parameters`jacobkeeler2019-03-121-11/+11
* RPC Passing and Handling unknown RPC parameters (#2821)Shobhit Adlakha2019-03-071-9/+85
* Get App Service Data With Subscribe (#2812)JackLivio2019-02-241-6/+18
* Rework usage of PrintSmartObject functionAndriy Byzhynar2018-09-071-2/+1
* Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-291-4/+4
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-4/+4
* Remove DBus from projectJacob Keeler2018-07-101-4/+0
* Remove remote control flagIra Lytvynenko (GitHub)2018-06-261-8/+0
* Answer review comments.BSolonenko2018-06-261-15/+0
* Fix build with unit tests after commands factory refactoringValerii2018-06-261-51/+29
* Replaced all usages of passed parameters in implementation.BSolonenko2018-06-261-29/+51
* Fix hmi message handler initialization in rpc serviceIra Lytvynenko2018-06-261-0/+5
* Load plugins in app manager, init plugin with paramsIra Lytvynenko2018-06-261-11/+17
* move commands factory to rpc pluginIra Lytvynenko2018-06-261-37/+34
* Remove all remote controllAlexander Kutsan2018-06-261-44/+60
* Refactor CommandFactoryIra Lytvynenko2018-06-261-6/+6
* RPCHandler implementationIra Lytvynenko2018-06-261-4/+25
* RPCService implementationIra Lytvynenko2018-06-261-0/+612