Searched defs:UpdaterParams (Results 1 – 1 of 1) sorted by relevance
44 struct UpdaterParams { struct45 bool forceUpdate = false;46 bool forceReboot = false;49 PackageUpdateMode updateMode = HOTA_UPDATE;50 int retryCount = 0;51 float initialProgress = 0; /* The upgrade starts at the progress bar location */52 … float currentPercentage = 0; /* The proportion of progress bars occupied by the upgrade process */53 unsigned int pkgLocation = 0;