summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/on_system_request_notification.cc
Commit message (Collapse)AuthorAgeFilesLines
* Run updated style scriptjacobkeeler2019-04-291-11/+11
|
* Add binary data to OEM_SPECIFIC request typeAndriy Byzhynar2018-10-311-8/+28
|
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-1/+1
|
* Fix yearAlexander2018-06-261-1/+1
|
* Style fixAlexander2018-06-261-7/+9
|
* Fixes after rebaseIra Lytvynenko (GitHub)2018-06-261-11/+7
|
* Answer review comments.BSolonenko2018-06-261-1/+1
|
* Replaced all usages of passed parameters in implementation.BSolonenko2018-06-261-3/+2
| | | | | | | | | 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-2/+4
| | | | | | | | | | | | 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/+223