Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_action_unittest.cc108 ? "cohort=\"" + cohort + "\" cohorthint=\"" + cohorthint + in GetNoUpdateResponse()
131 ? "cohort=\"" + cohort + "\" cohorthint=\"" + cohorthint + in GetUpdateResponse()
219 string cohorthint = ""; member
1418 fake_update_response_.cohorthint = "please-put-me-on-beta"; in TEST_F()
1436 EXPECT_EQ(fake_update_response_.cohorthint, value); in TEST_F()
1449 fake_update_response_.cohorthint = "please-put-me-on-beta"; in TEST_F()
1467 EXPECT_EQ(fake_update_response_.cohorthint, value); in TEST_F()
1498 fake_update_response_.cohorthint = "please-put-me-on-beta"; in TEST_F()
1516 EXPECT_EQ(fake_update_response_.cohorthint, value); in TEST_F()
1527 fake_update_response_.cohorthint = "please-put-me-on-beta"; in TEST_F()
[all …]
Domaha_request_action.cc510 string cohorthint; member
559 app.cohorthint = attrs[kAttrCohortHint]; in ParserHandlerStart()
1070 PersistCohortData(kPrefsOmahaCohortHint, app.cohorthint); in ParseResponse()