summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/vehicle_info_plugin
Commit message (Expand)AuthorAgeFilesLines
* Fix build failures when ENABLE_LOG=OFFjacobkeeler2018-08-212-0/+2
* Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-172-23/+0
* style fixConlain Kelly2018-07-183-4/+3
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-1812-37/+37
* Merge remote-tracking branch 'origin/feature/remove_qt_hmi_api_dbus' into dev...Jacob Keeler2018-07-057-501/+0
* Fix StyleJackLivio2018-06-271-2/+2
* Merge DevelopJackLivio2018-06-271-3/+5
* Move new RPCs to sdl_rpc_plugin and make some fixes after rebaseIra Lytvynenko (GitHub)2018-06-261-2/+3
* Fix unsubscribe vehicle request unit testAndriy Byzhynar2018-06-263-56/+74
* Add missed function descriptionsAlexander2018-06-262-3/+62
* fixup! Add resumption processing in VehicleInfoAppExtensionAlexander2018-06-262-67/+3
* fixup! Move IsSubsscrbedTo to pluginAlexander2018-06-261-10/+11
* Move vi_get_vehicle_type to vehicle_info_pluginIra Lytvynenko (GitHub)2018-06-266-2/+287
* fixup! Add resumption processing in VehicleInfoAppExtensionAlexander2018-06-262-2/+2
* fixup! Remove all usage of SubscribedIVI from application managerAlexander2018-06-264-11/+13
* fixup! Move IsSubsscrbedTo to pluginAlexander2018-06-263-9/+10
* Modify amount pf parameters for creating VI app extensions.Alexander2018-06-264-10/+20
* Move IsSubsscrbedTo to pluginAlexander2018-06-264-38/+24
* Move Unsubscribe from IVI calls to app extensionsAlexander2018-06-263-5/+5
* Make unsubscribeFromVehicleInfo methof booleanAlexander2018-06-262-2/+4
* fixup! Add to IVI plugin functionality to clear all application data.Alexander2018-06-262-16/+18
* Add to IVI plugin functionality to clear all application data.Alexander2018-06-262-0/+59
* Style fixes of PorcessResumption RCAppExtension, VehicleInfoAppExtensionAlexander2018-06-261-1/+3
* Replace all of application SubscribeToIVI to app extension subscribeToVehicle...Alexander2018-06-263-10/+33
* Add resumption processing in VehicleInfoAppExtensionAlexander2018-06-264-1/+136
* Change type of vehicle data in app extensionAlexander2018-06-262-13/+20
* Enable System request tests, removed tests from sdl_rpc pluginAlex2018-06-261-0/+5
* Rename module type to vehicle data typeAlexander2018-06-262-16/+16
* Style fixAlexander2018-06-2610-135/+121
* Added the GetVehicleData command creation.Oleksandr Lohvinenko (GitHub)2018-06-261-0/+4
* Fixed command creator logic.Oleksandr Lohvinenko (GitHub)2018-06-262-38/+16
* Minor refactoring.Oleksandr Lohvinenko (GitHub)2018-06-264-11/+13
* Fixed build failing due to migrated unit tests.Oleksandr Lohvinenko (GitHub)2018-06-262-1/+187
* Migrated unit tests.Oleksandr Lohvinenko (GitHub)2018-06-269-0/+1504
* Fixed build, removed unnecessary encapsulation from vi command factory.Oleksandr Lohvinenko (GitHub)2018-06-263-10/+2
* Fixed code style.Oleksandr Lohvinenko (GitHub)2018-06-262-7/+7
* Added application extension class.Oleksandr Lohvinenko (GitHub)2018-06-262-0/+129
* Removed unnecessary comment.Oleksandr Lohvinenko (GitHub)2018-06-261-2/+0
* Removed usages of moved modules from rpc plugin, minor code improvement.Oleksandr Lohvinenko (GitHub)2018-06-266-12/+16
* Moved HMI RPCs.Oleksandr Lohvinenko (GitHub)2018-06-2628-14/+1919
* Moved mobile RPCs.Oleksandr Lohvinenko (GitHub)2018-06-2631-13/+3485
* Implemented plugin skeleton, moved HMI IsReady command.Oleksandr Lohvinenko (GitHub)2018-06-2613-0/+1031