summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/register_app_interface_request.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-171-5/+0
|
* Remove redundant function validateJackLivio2018-08-141-3/+3
|
* Address comments and logic refactorJackLivio2018-08-101-3/+3
|
* Update based on commentsJackLivio2018-08-071-7/+11
|
* Check StyleJackLivio2018-08-051-13/+17
|
* RAI version negotiationJackLivio2018-08-011-4/+17
|
* Add support for mandatory and removed versioningJackLivio2018-08-011-0/+14
|
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-3/+2
|
* Send Driver Distraction notification immediately upon registrationfeature/driver_distraction_on_registrationJacob Keeler2018-07-121-0/+1
|
* Merge branch 'develop' of https://github.com/smartdevicelink/sdl_core into ↵fronneburg2018-07-051-22/+18
| | | | | | | | | feat/mt_transport_changes Conflicts: src/components/application_manager/src/application_manager_impl.cc src/components/application_manager/test/application_manager_impl_test.cc src/components/remote_control/test/include/mock_application.h
* Remove remote control flagIra Lytvynenko (GitHub)2018-06-261-6/+0
|
* Answer review comments.BSolonenko2018-06-261-1/+1
|
* Fixed get RC ApplicationsBSolonenko2018-06-261-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added is_rc_ field, getter and setter in ApplicationImpl; - fixed RegisterAppInterfaceRequest::Run(); - fixed RCRPCPlugin::GetRCApplications(). Fix UTs Added is_remote_control_supported and set_remote_control_supported methods in MockApplication Fixed on_interior_vehicle_data_notification_test and resource_allocation_manager_impl_test. Fixed sending of notifications. - Fixed RCRPCPlugin::OnPolicyEvent; - Fixed RCRPCPlugin::OnApplicationEvent; - Fixed OnExitApplicationNotification::Run; - Fixed ApplicationManagerImpl::UnregisterApplication; - Fixed ApplicationManagerImpl::OnPTUFinished; - Refactoring ApplicationImpl::RemoveExtension; - is_remote_control_supported_ added in initialization list. Fix UTs In application_manager_impl_test added seting RPCPluginManager Conflicts: src/components/application_manager/rpc_plugins/rc_rpc_plugin/test/resource_allocation_manager_impl_test.cc src/components/application_manager/src/application_manager_impl.cc
* Fix code styleIra Lytvynenko (GitHub)2018-06-261-4/+2
|
* Replaced all usages of passed parameters in implementation.BSolonenko2018-06-261-5/+5
| | | | | | | | | Replaced all usages of passed parameters in implementation from application manager proxy to indirect call Add missed factories Remove commands includes
* Refactoring all mobile commands.BSolonenko2018-06-261-2/+9
| | | | | In all mobile command added rpc_service_, hmi_capabilities_ and policy_handler_ fields. Also changed all constructors.
* Load plugins in app manager, init plugin with paramsIra Lytvynenko2018-06-261-11/+10
| | | | | | | | | | | | cory library to install dir Fix build Fix header guards Fix namespaces Fix build
* move commands factory to rpc pluginIra Lytvynenko2018-06-261-1/+1
| | | | | | | | | | | | | | Replace include path of the commands Fix some things Fixing compile of applicaiton manager Move Commands interface part back to application_manager Use unique ptr for plugin manager Fix style in RPC services and factories Remove redunsant includes of factories in application manager Remove include of functional module
* Move commands to sdl rpc pluginAlexander Kutsan2018-06-261-0/+1373