summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin/src/commands/mobile/get_file_request.cc
Commit message (Collapse)AuthorAgeFilesLines
* [SDL 0046] Implement logger abstraction (#3472)VladSemenyuk2020-09-011-30/+26
| | | | | | | | | | | | | | | | | | | | | | | | * Implement logger abstraction. Integrate it to SDL. Create one logger instance for shared libraries * Rename all logger macros. * Update src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/resource_allocation_manager_impl.cc Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com> * Fix review comments(errors in log messages) * Fix review coments * Fix code style * Add logger variable creation to new commads * Fix review comment * Fixe review comment(class imblemtation moved to .cc file) Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
* Run updated style scriptjacobkeeler2019-04-291-12/+12
|
* Make DefaultServiceByType privatejacobkeeler2019-03-161-1/+0
| | | | Also fix unnecessary `application_manager_impl.h` includes
* Rearrange includes and make AppServiceManager methods virtualjacobkeeler2019-03-151-0/+2
|
* Add forwarding timeout for GetFilefeature/forwarded_request_timeoutjacobkeeler2019-03-061-0/+2
|
* GetFile RPC (#2811)Shobhit Adlakha2019-03-061-0/+353
* Implemented GetFile rpc in MOBILE API * Initial implementation of GetFile rpc * Implemented GetFile RPC * Fixed binary data param in GetFile response * Added case for handling SmartType UInteger in SmartObject::duplicate function * Implemented offset and length params * Implemented GetFile for services published by the HMI * Switched to events to handle forwarding GetFile request to HMI * Addressed review comments * Addressed review comments * Addressed review comments * Implemented length parameter * Changed RPC name from GetFileFromHMI to GetFilePath * Fix MOBILE_API formatting * Fix HMI_API formatting * Addressed review comments * Checking success rather than result code for hmi response