summaryrefslogtreecommitdiff
path: root/src/components/application_manager/src/resumption/resumption_data_json.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix namespace case structure in projectfix/namespace_casejacobkeeler2018-08-291-8/+8
|
* Merge branch 'develop' into feature/low_voltageJacob Keeler2018-08-211-4/+0
|\
| * Remove deprecated methods from projectfeature/remove_deprecated_functions_5_0jacobkeeler2018-08-171-4/+0
| |
* | Simplify resumption logicAndriy Byzhynar2018-08-211-34/+14
| | | | | | | | | | Removed redundant functions Simplified ingintion cycle data correctness check
* | Implement resumption during Low VoltageAndriy Byzhynar2018-08-211-0/+65
|/ | | | | | Implemented resumption logic during Low Voltage (used app_info.dat file for resumption.Configurable in smartdevicelink.ini file)
* Merge pull request #2044 from smartdevicelink/fix/subscriptions_typoJacob Keeler2018-03-061-2/+2
|\ | | | | Fix all misspellings of `subscriptions` in the project
| * Fix all misspellings of `subscriptions` in the projectfix/subscriptions_typojacobkeeler2018-03-021-2/+2
| |
* | Merge pull request #1954 from fronneburg/fix/Issue_1953JackLivio2018-02-131-0/+3
|\ \ | |/ |/| protect access to ResumptionDataJson during state save
| * protect access to ResumptionDataJson during state saveFrank2017-12-131-0/+3
| |
* | Replace deprecation comments with DEPRECATED macroAndriy Byzhynar2018-01-181-4/+2
| |
* | Fixes handling of way points un/subscription for transport switch caseAndrey Oleynik (GitHub)2018-01-181-1/+1
| | | | | | | | | | | | In case app_id is used for way points subscription it being invalidated on transport switch and SDL can't unsubscribe same application after switch is done.
* | Updated description, added deprecated methodsAKalinich-Luxoft2017-12-191-0/+6
| |
* | Renamed OnSuspend->IncrementIgnOffCount and OnAwake->DecrementIgnOffCountAKalinich-Luxoft2017-12-121-3/+3
|/ | | | | This functions of ResumptionData class was renamed according to their exact logic. Also renamed in mock class and in unit tests.
* Create mock for LastState classdcherniev2017-01-101-5/+4
| | | | | | | | Splitted last_state into interface and implementation classes. Created mock class for last_state interface class. Updated references to last_state class in other related classes. Related task : APPLINK-30284
* Fix problem with incorrect removing data from resumption data (#667)Dmitrii Trunov (GitHub)2016-07-061-4/+4
| | | | | | SDL was crashed by DCHECK because of incorect removing data after resumption first application. Closes bug [APPLINK-24803](https://adc.luxoft.com/jira/browse/APPLINK-24803c)
* Rename const values according google styleVeronica Veremjova2016-05-131-1/+1
| | | | Formatted code using clang-format
* Refactoring: deleted unuseful members and functions in resumption dataVeronica Veremjova2016-05-121-48/+6
| | | | | Added ability to create database in memory Fixed code after merge
* Code style format with clang-formatKozoriz2016-04-251-20/+20
|
* Policies and Resumption correctives after removing all singletonsKozoriz2016-04-251-7/+6
|
* Change resumption SubscribedForWaypointsHerasym Oleh2016-04-131-17/+4
| | | | | | | | | | | | | | | | | | | | | Conflicts: src/components/application_manager/src/resumption/resumption_data_db.cc Add implementation SubscribeWayPoints&UnsubsribeWayPoints Add mobile request/response SubscribeWayPoints Add mobile request/response UnSubscribeWayPoints Add HMI request/response SubscribeWayPoints Add HMI request/response UnsubscribeWayPoints Add SendUnsubscribeWayPoints method in MessageHelper Add save subscribe app status to resumption DB & json Add Sending UnsubscribeWayPoints in case unexpected disconnect Related: APPLINK-21629 Related: APPLINK-21631
* Add implementation SubscribeWayPoints&UnsubsribeWayPointsHerasym Oleh2016-04-131-0/+21
| | | | | | | | | | | | | | | | Add mobile request/response SubscribeWayPoints Add mobile request/response UnSubscribeWayPoints Add HMI request/response SubscribeWayPoints Add HMI request/response UnsubscribeWayPoints Add SendUnsubscribeWayPoints method in MessageHelper Add save subscribe app status to resumption DB & json Add Sending UnsubscribeWayPoints in case unexpected disconnect Related: APPLINK-21629 Conflicts: src/components/application_manager/src/application_manager_impl.cc
* ApplicationManager correctivesKozoriz2016-03-311-8/+11
| | | | | Correctives in application manager component after removing LastState, PolicyHandler, MEdiaManager singletons
* Remove CH, PH, HMI_MH singletones from ApplicationManagerKozoriz2016-03-041-4/+3
| | | | | | | Correctives after refactoring ConnectioinHandler, ProtocolHandler, HMIMessageHandler Related to : APPLINK-21440
* Refines logging, introduce usage of some variables and ScopeGuard.Andrey Oleynik2016-01-201-4/+7
|
* Fixes skipping of resumption on multiple igntion cyclesAndrey Oleynik2016-01-201-6/+26
| | | | | | | | | | | | | Incorrect check on ignition cycles number caused wrong setting of HMI levels and skipping of resumption on multiple ignition cycles. In case of multiple apps with FULL/LIMITED only one got correct level after loading data from disk. Also data resumption was never expired, which is wrong. Closes-bug: APPLINK-20123 Conflicts: src/components/application_manager/include/application_manager/resumption/resumption_data_db.h src/components/application_manager/src/resumption/resume_ctrl.cc
* Resolve rebase conflictsAlexander Kutsan2016-01-191-3/+4
| | | | | | | | Refactor StateCtrl Fix compile errors Fix build with tests Fix tests
* Fix formating to simplify mergeAlexander Kutsan2016-01-191-53/+65
|
* Correct all dependent from .hpp include directivesKozoriz2016-01-111-1/+1
| | | | | Corrected all include directives in files where was included .hpp files
* Fixed wrong logger name for ResumptionElisey Zamakhov2015-12-181-1/+1
| | | | Issues: APPLINK-19597, APPLINK-19603
* Replace legacy _EXT/INFO macroses in sourceElisey Zamakhov2015-08-311-2/+2
| | | | | | | | Removed legacy macro with _EXT extention Replaced INFO macros to TRACE and debug remove symlinks Implements:APPLINK-15680
* Fixed comment after reviewdtrunov2015-06-241-22/+31
|
* Fixed update HMI level in DBdtrunov2015-06-231-1/+1
|
* Fixed comment after reviewdtrunov2015-06-231-17/+18
|
* implemented data recoverydtrunov2015-06-231-0/+6
|
* Rebase issuesAlexander Kutsan2015-06-231-12/+32
|
* Make ResumeCtrl workingAlexander Kutsan2015-06-231-28/+29
|
* Make code compilableAlexander Kutsan2015-06-231-48/+20
|
* Resumption with DBdtrunov2015-06-231-0/+475