summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/commands/response_to_hmi.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-291-1/+1
|
* Answer review comments.BSolonenko2018-06-261-1/+1
|
* Fixes after rebaseIra Lytvynenko (GitHub)2018-06-261-7/+6
|
* Refactoring all hmi commands.BSolonenko2018-06-261-1/+4
| | | | | In all hmi command added rpc_service_, hmi_capabilities_ and policy_handler_ fields. Also changed all constructors.
* Fix hmi message handler initialization in rpc serviceIra Lytvynenko2018-06-261-0/+64
Move notification and command implementation back to applicaiton manager Copywriting added. In 'src/components/application_manager/rpc_plugins/sdl_rpc_plugin/' folder added copywriting for next files: include/sdl_rpc_plugin/sdl_rpc_plugin.h src/commands/hmi/navi_stop_stream_request.cc src/commands/hmi/on_tts_reset_timeout_notification.cc src/commands/mobile/get_system_capability_request.cc src/commands/mobile/get_system_capability_response.cc src/commands/mobile/get_way_points_request.cc src/commands/mobile/get_way_points_response.cc src/commands/mobile/subscribe_way_points_request.cc src/commands/mobile/subscribe_way_points_response.cc src/commands/mobile/unsubscribe_way_points_request.cc src/commands/mobile/unsubscribe_way_points_response.cc src/sdl_rpc_plugin.cc