summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include/application_manager/resumption
diff options
context:
space:
mode:
authorAlexander Kutsan <AKutsan@luxoft.com>2016-05-28 16:22:41 +0300
committerLevchenko <slevchenko@SLevchenko-lws-unq>2016-08-04 17:30:30 +0300
commitee179e73180b2e62b5acece1f8b2cb775c7b06c1 (patch)
treef8fe32120d91214ac267633ba87a63eb3cd3f950 /src/components/application_manager/include/application_manager/resumption
parentbc315e4dea02052c20fa482e87eedf4beb3072e9 (diff)
downloadsdl_core-ee179e73180b2e62b5acece1f8b2cb775c7b06c1.tar.gz
Extend SDL interfaces for AppLaunch functionality
Related issue : APPLINK-24892
Diffstat (limited to 'src/components/application_manager/include/application_manager/resumption')
-rw-r--r--src/components/application_manager/include/application_manager/resumption/resume_ctrl_impl.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/components/application_manager/include/application_manager/resumption/resume_ctrl_impl.h b/src/components/application_manager/include/application_manager/resumption/resume_ctrl_impl.h
index 8b5f6697e7..0213dcd96d 100644
--- a/src/components/application_manager/include/application_manager/resumption/resume_ctrl_impl.h
+++ b/src/components/application_manager/include/application_manager/resumption/resume_ctrl_impl.h
@@ -58,7 +58,7 @@ class LastState;
*/
class ResumeCtrlImpl : public ResumeCtrl,
- public application_manager::event_engine::EventObserver {
+ public app_mngr::event_engine::EventObserver {
public:
/**
* @brief allows to create ResumeCtrlImpl object
@@ -141,6 +141,11 @@ class ResumeCtrlImpl : public ResumeCtrl,
void StopSavePersistentDataTimer() OVERRIDE;
/**
+ * @brief Method stops restore_hmi_level_timer_ "RsmCtrlRstore" in OnSuspend()
+ */
+ void StopRestoreHmiLevelTimer();
+
+ /**
* @brief Start timer for resumption applications
* Restore D1-D5 data
* @param application that is need to be restored
@@ -440,6 +445,7 @@ class ResumeCtrlImpl : public ResumeCtrl,
/**
* @brief Add application to queue to restore HMI level
+ * @param time_stamp contains time when application was stored to resumption data
* @param app_id contains id of application
*/
void AddToResumptionTimerQueue(const uint32_t app_id);