Home
last modified time | relevance | path

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

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