summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/rpc_service_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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