Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action_unittest.cc124 ? "cohort=\"" + cohort + "\" cohorthint=\"" + cohorthint + in GetNoUpdateResponse()
149 ? "cohort=\"" + cohort + "\" cohorthint=\"" + cohorthint + in GetUpdateResponse()
253 string cohorthint = ""; member
1272 fake_update_response_.cohorthint = "please-put-me-on-beta"; in TEST_F()
1283 EXPECT_EQ(fake_update_response_.cohorthint, value); in TEST_F()
1295 fake_update_response_.cohorthint = "please-put-me-on-beta"; in TEST_F()
1306 EXPECT_EQ(fake_update_response_.cohorthint, value); in TEST_F()
1328 fake_update_response_.cohorthint = "please-put-me-on-beta"; in TEST_F()
1341 EXPECT_EQ(fake_update_response_.cohorthint, value); in TEST_F()
1351 fake_update_response_.cohorthint = "please-put-me-on-beta"; in TEST_F()
[all …]
Domaha_request_action.cc146 Optional<string> cohorthint; member
188 app.cohorthint = attrs[kAttrCohortHint]; in ParserHandlerStart()
765 if (app.cohorthint) in ParseResponse()
766 PersistCohortData(kPrefsOmahaCohortHint, app.cohorthint.value()); in ParseResponse()