summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/event_engine/event_dispatcher.h
Commit message (Collapse)AuthorAgeFilesLines
* Get App Service Data With Subscribe (#2812)JackLivio2019-02-241-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial app service app extension * Add GetAppServiceData rpc templates. * Add request to mobile, and fix HMI GASD naming * Add Core->Mobile Requests and Responses * HMI GetAppService Request/Response to hmi and from hmi. * Add mobile on event handling * Fix GASD Response From Mobile * Fixes for GetAppServiceData subscribe, and OnAppServiceData Fixes allow for multiple consumers on a single app service type. Consumer/provider can be any combination of an ios app(s), android app(s), or an ivi HMI app(s). * Update AppServicetype to string and fix unit tests * Address review comments * Address comments * Address comments * Pass info from provider in GASD response
* Update all header-guards in projectIvo Stoilov (GitHub)2017-01-251-3/+3
| | | | Related tasks APPLINK-30588 APPLINK-30974
* Code style format with clang-formatKozoriz2016-04-251-6/+4
|
* Correctives after reviewKozoriz2016-04-251-3/+3
|
* minor beauty changesVProdanov2016-02-031-2/+2
|
* Changes according commentsVProdanov2016-02-021-2/+2
|
* Add some google_style changes and remove instance address cachingVProdanov2016-02-011-5/+0
|
* Add changes according to commentsVProdanov2016-01-221-5/+0
| | | | Add code beautifying
* Implement EventObserver and Event Dispatcher SplitVProdanov2016-01-151-38/+12
| | | | | | | | The logic in this commit is: 1. Create EventDispatcher interface class. 2. Create EventDispatcher implementation through the interface. APPLINK-16102
* Bug Fixes and ImprovementsSynchronizationCommitJustin Dickow2015-02-201-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* SDL 3.8!Justin Dickow2014-10-201-0/+117
Signed-off-by: Justin Dickow <jjdickow@gmail.com>