summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/help_prompt_manager_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* [SDL 0046] Implement logger abstraction (#3472)VladSemenyuk2020-09-011-48/+39
| | | | | | | | | | | | | | | | | | | | | | | | * 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-4/+4
|
* Removed redundant codefeature/revise_0122_to_exclude_synonymsAKalinich-Luxoft2018-08-311-6/+3
|
* Extract VR items generation to the separate functionAKalinich-Luxoft2018-08-311-23/+23
|
* Implementation of Revise SDL-0122 to exclude synonymsAndrii Kalinich2018-08-281-36/+32
| | | | | Existing implementation of HelpPromptManager was updated according to revision.
* style fixConlain Kelly2018-07-181-1/+0
|
* Replace utils::SharedPtr with std::shared_ptr, remove non-standard usageConlain Kelly2018-07-181-4/+4
|
* Updated logic regarding VR commands caching and limitationsfeature/handling_VR_help_requestsAndrii Kalinich2018-07-141-76/+67
| | | | Also adressed review comments
* Renamed counter and simplified limits logicAndrii Kalinich2018-07-111-14/+12
|
* Fix failed ATF tests after timer removingAKalinich-Luxoft2018-07-111-94/+90
| | | | | | | Fixed triggering SetGlobalProperties after resumption and during resumption Fixed commands limit after resumption Fixed requests counter Removed redundant logic
* Added lock for VRcommands mapAndrii Kalinich2018-07-041-16/+32
| | | | | Also renamed AddCommands function Added DeleteCommand function
* Fix default sending type and resumption in help prompt managerJacob Keeler2018-07-031-2/+19
|
* Remove arbitrary timer from help prompt managerJacob Keeler2018-07-021-75/+17
| | | | Also fix a few typos
* Fix style issues and build failures outside of tests after mergeJacob Keeler2018-07-021-2/+2
|
* Added HelpPromptManager.sniukalov2018-05-211-0/+436