Home
last modified time | relevance | path

Searched refs:cohorthint (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/update_engine/cros/
H A Domaha_request_action_unittest.cc124 ? "cohort=\"" + cohort + "\" cohorthint=\"" + cohorthint + in GetNoUpdateResponse()
149 ? "cohort=\"" + cohort + "\" cohorthint=\"" + cohorthint + in GetUpdateResponse()
269 string cohorthint = ""; member
1271 fake_update_response_.cohorthint = "please-put-me-on-beta"; in TEST_F()
1290 EXPECT_EQ(fake_update_response_.cohorthint, value); in TEST_F()
1330 fake_update_response_.cohorthint = "please-put-me-on-beta"; in TEST_F()
1347 EXPECT_EQ(fake_update_response_.cohorthint, value); in TEST_F()
1392 fake_update_response_.cohorthint = "please-put-me-on-beta"; in TEST_F()
1405 EXPECT_EQ(fake_update_response_.cohorthint, value); in TEST_F()
1415 fake_update_response_.cohorthint = "please-put-me-on-beta"; in TEST_F()
[all …]
H A Domaha_request_action.cc149 Optional<string> cohorthint; member
233 data->apps.back().cohorthint = attrs[kAttrCohortHint]; in ParserHandlerStart()
1454 PersistCohortData(kPrefsOmahaCohortHint, app.cohorthint); in PersistCohorts()
1471 app.cohorthint); in PersistCohorts()