Home
last modified time | relevance | path

Searched defs:CheckForUpdateTestParams (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/cros/
Dupdate_attempter_unittest.cc110 struct CheckForUpdateTestParams { struct
112 UpdateStatus status = UpdateStatus::IDLE;
113 string app_version = "fake_app_version";
114 string omaha_url = "fake_omaha_url";
115 UpdateAttemptFlags flags = UpdateAttemptFlags::kNone;
116 bool is_official_build = true;
117 bool are_dev_features_enabled = false;
120 string expected_forced_app_version = "";
121 string expected_forced_omaha_url = "";
122 bool should_schedule_updates_be_called = true;
[all …]