Lines Matching defs:FakeUpdateResponse

96 struct FakeUpdateResponse {  struct
97 string GetRollbackVersionAttributes() const { in GetRollbackVersionAttributes()
114 string GetNoUpdateResponse() const { in GetNoUpdateResponse()
137 string GetUpdateResponse() const { in GetUpdateResponse()
240 string GetPayloadUrl() { return codebase + filename; } in GetPayloadUrl()
242 string app_id = kTestAppId;
243 string app_id2 = kTestAppId2;
244 string app_id_skip_updatecheck = kTestAppIdSkipUpdatecheck;
245 string version = "1.2.3.4";
246 string version2 = "2.3.4.5";
247 string more_info_url = "http://more/info";
248 string prompt = "true";
249 string codebase = "http://code/base/";
250 string codebase2 = "http://code/base/2/";
251 string filename = "file.signed";
252 string hash = "4841534831323334";
253 string fp = "3.98ba213e";
254 string fp2 = "3.755aff78e";
255 uint64_t size = 123;
256 string deadline = "";
257 string max_days_to_scatter = "7";
258 string elapsed_days = "42";
261 bool disable_p2p_for_downloading = false;
262 bool disable_p2p_for_sharing = false;
264 bool powerwash = false;
267 bool include_cohorts = false;
268 string cohort = "";
269 string cohorthint = "";
270 string cohortname = "";
272 bool include_dlc_cohorts = false;
273 string dlc_cohort = "";
274 string dlc_cohorthint = "";
275 string dlc_cohortname = "";
278 bool include_entity = false;
281 bool multi_app = false;
283 bool multi_app_self_update = false;
285 bool multi_app_no_update = false;
287 bool multi_app_skip_updatecheck = false;
289 bool multi_package = false;
291 bool dlc_app_update = false;
293 bool dlc_app_no_update = false;
296 bool rollback = false;
298 string rollback_firmware_version = "";
300 string rollback_kernel_version = "";
303 uint32_t rollback_allowed_milestones = 0;
308 pair<string, string> past_rollback_key_version;