summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/request_controller.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixes style, logging, enum declarationAndrey Oleynik2017-01-041-1/+1
| | | | Relates-to: APPLINK-25591
* Fixes logic of max requests per time scale constraint verificationAndrey Oleynik2017-01-031-4/+15
| | | | | | | | | | Before these changes verification had been done considering only pending requests, so in case of fast processing of requests it was possible to exceed the limits set for maximum requests per certain time. Now there will separate instance tracking these constraints even for requests processed already by request controller. Closes-bug: APPLINK-25591
* Merge branch 'master'release/4.2.0Jacob Keeler2016-10-241-5/+11
|\ | | | | | | | | Conflicts: src/components/application_manager/src/request_controller.cc
| * Rename functions to have clearer meaningJacob Keeler2016-10-201-6/+5
| |
| * change private member from stop_flag to timer_stop_flagBrandonHe2016-10-201-1/+1
| |
| * Fix ATF_AddSubMenu test failsBrandonHe2016-10-191-0/+7
| |
* | fixup! Add function_id check in request controllerAlexander Kutsan2016-10-121-1/+1
| |
* | fixup! Add function_id check in request controllerAlexander Kutsan2016-10-121-0/+1
| |
* | Add function_id check in request controllerAlexander Kutsan2016-10-111-5/+7
|/ | | | | | | Request controller should not terminate request in case if function id does not match. Related issue : APPLINK-28636
* Code style format with clang-formatKozoriz2016-04-251-228/+225
|
* ApplicationManager correctives after remove all singletonesKozoriz2016-04-251-1/+3
| | | | | Removed singletone from AM Updated after removing Profile singleton
* Update Timer class usagesArtem Nosach2016-04-061-1/+0
| | | | Implements: APPLINK-22281
* Integration Timer to Application ManagerKozoriz2016-02-171-2/+2
|
* Fix of SDL. Correction processing DialNumber request.Oleg Krotenko2015-10-121-2/+2
| | | | | Problem: SDL freezes after receiving DialNumber request Detail please see in APPLINK-17083
* Merge remote-tracking branch 'origin/release/4.0.0' into developAlexandr Galiuzov2015-08-311-2/+2
|\
| * App is not unregistered by REQUEST_WHILE_IN_NONE_HMI_LEVEL reasonAleksei Lambin2015-08-171-2/+2
| | | | | | | | | | | | | | hmi_level member of RequestInfo objects was not used. It caused problem when counting requests with specific hmi_level. Closes-bug: APPLINK-14320
* | Merge branch 'release/4.0.0' into developAlexandr Galiuzov2015-06-191-6/+7
|\ \ | |/
| * Merge remote-tracking branch 'origin/APPLINK-11916' into release/4.0.0Aleksandr Galiuzov2015-04-171-5/+7
| |\
| | * APPLINK-11916 Add posibility to handle Requests after response sentAlexander Kutsan2015-04-031-5/+7
| | |
| * | APPLINK-8555 Add State contextAlexander Kutsan2015-04-151-1/+0
| |/ | | | | | | | | | | | | | | | | Add states list to StateController If App is registered and there are some active states, app should get HMI status according to active HMIstates Conflicts: src/components/application_manager/src/application_manager_impl.cc src/components/application_manager/src/request_info.cc
* | APPLINK-9711. Change timer usage - seconds to ms.Andrey Oleynik2015-06-151-1/+1
|/ | | | | | | | Conflicts: customer-specific/pasa/src/appMain/smartDeviceLink.ini src/appMain/smartDeviceLink.ini src/components/application_manager/src/request_controller.cc src/components/config_profile/src/profile.cc
* Bug Fixes and ImprovementsSynchronizationCommitJustin Dickow2015-02-201-42/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Empty perform iteration request Fix type of name from string to enum SendLocation implemented on HTML5 HMI Fixed PI response on VR rejection due to high priority. Fix Apps not responsive/not able to start app/apps remain listed on SYNC even after USB disconnect Mobile API change and processing capabilities Change perform interaction request conditions. Fix SDL must always start 3sec timer before resuming the HMILevel of the app Remove redundant StartSavePersistentDataTimer() call. Change wrong predicate name to right. Added stream request handling feature Made streaming timeout in media manager configurable Put navi app in LIMITED in case of phone call Handling of audio state for applications Add stop streaming timeout into ini file Implement HMILevel resumption for job-1 Fix result code ABORTED when interrupts it by Voice recognition activation Fix incorrect value parameter unexpectedDisconnect in BCOnAppUnregistered Fix SDL send BC.OnAppUnregistered with "unexpectedDisconnect" set to "true" in case received from HMI OnExitAllApplications {"reason":"MASTER_RESET"} Fix Update ini file for iAP1 support Current working directory added to image path Fix helpers to make it workable with more then 2 parameters DCHECK() for ManageMobileCommand() replaced with log message because the latter returns false in some regular situations (e.g. TOO_MANY_PENDING_REQUESTS, see SDLAQ-CRS-10) Remove connection after closing. Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* Latest internal release - last bulk merge before pull request and gitflow!?Justin Dickow2015-01-261-39/+11
| | | | | | Smoke tested on Ubuntu 12.04 Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* HmiStatus modifyJustin Dickow2015-01-241-11/+39
| | | | | | | | | | | | | | | | HU DCHECK occurs during multisession registration Remove unused variable SIGSEGV handler added to flush logger queue FixIncomplete device list in UpdateDeviceList request Fix Memory leak on PutFile break Fix Thread and Timer Fix OnHmiStatus Notification Fix Url array sending for endpoints. Fix HashChange Fix SDL parse incoming JSON message with both members error and result as success message Fix Core crashes while connecting mobile app Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* 3.10.1Justin Dickow2014-10-271-10/+10
| | | | Signed-off-by: Justin Dickow <jjdickow@gmail.com>
* SDL 3.8!Justin Dickow2014-10-201-0/+266
Signed-off-by: Justin Dickow <jjdickow@gmail.com>