summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/rpc_service_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on shutdown during streaming (#3876)JackLivio2022-03-111-1/+1
* Check specifically for invalid HMI level when suspending notifications (#3784)Jacob Keeler2021-10-061-2/+4
* Prevent HMI commands processing while SDL is stopping (#3781)VladSemenyuk2021-09-281-1/+3
* [SDL-0189] Restructuring OnResetTimeout (#3726)Yana Chernysheva (GitHub)2021-08-111-9/+10
* Suspend notifications to mobile until HMI state is established (#3675)Jacob Keeler2021-07-271-4/+10
* Fix HMI request termination by error responseAndrii Kalinich2021-01-211-1/+4
* Fix sdl sends unexpected disconnect with resource constraint (#3516)Serhii Niukalov (GitHub)2020-10-231-2/+2
* [SDL 0046] Implement logger abstraction (#3472)VladSemenyuk2020-09-011-73/+61
* Update to filter unknown enums (#3436)JackLivio2020-06-151-0/+7
* Filter unknown enums when removing unknown parameters (#3385)Jacob Keeler2020-06-101-3/+9
* Add permission checking for all messages to and from mobile (#3344)6.1.0_RC2Jacob Keeler2020-04-271-3/+3
* Feature/HMI Policy Table Update using vehicle modem (#3201)Ira Lytvynenko (GitHub)2020-02-051-2/+0
* Fix sdl versioning for vehicle data (#3049)Yaroslav Mamykin (GitHub)2020-01-151-10/+9
* Fix/crash on ign off (#3048)Maksym Ked (GitHub)2019-09-261-0/+7
* Fix IAP device transport switching sequence (#3034)Andrii Kalinich (GitHub)2019-09-251-2/+2
* Revert "Fix sdl versioning for vehicle data (#3015)"revert-3015-fix/sdl_versioning_for_vehicle_dataJacob Keeler2019-09-131-1/+1
* Fix sdl versioning for vehicle data (#3015)Yaroslav Mamykin (GitHub)2019-09-131-1/+1
* Fix failing build with enable_security=off (#3006)Maksym Ked (GitHub)2019-09-031-0/+2
* [SDL 0173] - Read Generic Network Signal Data Implementation (#2977)Alexander Kutsan (GitHub)2019-08-301-9/+29
* Feature/rpc message protection (#2951)Maksym Ked (GitHub)2019-08-291-5/+88
* Implement Resumption for widgetsAndriy Byzhynar2019-08-201-0/+3
* Implement Policies changes and dependenciesAndriy Byzhynar2019-08-201-1/+2
* Update application and its dependenciesAndriy Byzhynar2019-08-201-1/+2
* Adjustment application_manager for multiple devices.sniukalov2019-08-141-2/+4
* Run updated style scriptjacobkeeler2019-04-291-3/+3
* 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