20 bool mUpdateScheduled;
21 bool mExplicitSuccessMessage;
23 const int mOneDayInMs = 1000 * 60 * 60 * 24;
30 void doConfigurationsUpdate();
31 void doAppUpdate(
bool pIgnoreNextVersionskip);
32 void onTimedUpdateTriggered();
33 void onAppUpdateFinished(
bool pUpdateAvailable,
const GlobalStatus& pError);
38 void updateApp(
bool pIgnoreNextVersionskip =
false);
Definition: GlobalStatus.h:18
bool isUpdateScheduled()
Definition: Service.cpp:81
Definition: AppUpdater.h:15
void fireUpdateScheduled()
Service()
Definition: Service.cpp:23
Definition: AppUpdateData.h:19
void fireAppUpdateFinished(bool pUpdateAvailable, const GlobalStatus &pError)
void runUpdateIfNeeded()
Definition: Service.cpp:87
const AppUpdateData & getUpdateData() const
Definition: Service.cpp:100
void updateApp(bool pIgnoreNextVersionskip=false)
Definition: Service.cpp:49
static Service & getInstance()
Definition: Service.cpp:37
void updateConfigurations()
Definition: Service.cpp:43