Home
last modified time | relevance | path

Searched refs:cohort (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()
252 string cohort = ""; member
1271 fake_update_response_.cohort = "s/154454/8479665"; in TEST_F()
1280 EXPECT_EQ(fake_update_response_.cohort, value); in TEST_F()
1294 fake_update_response_.cohort = "s/154454/8479665"; in TEST_F()
1303 EXPECT_EQ(fake_update_response_.cohort, value); in TEST_F()
1327 fake_update_response_.cohort = "s/154454/8479665"; in TEST_F()
1338 EXPECT_EQ(fake_update_response_.cohort, value); in TEST_F()
1350 fake_update_response_.cohort = "s/154454/8479665"; in TEST_F()
[all …]
Domaha_request_action.cc145 Optional<string> cohort; member
186 app.cohort = attrs[kAttrCohort]; in ParserHandlerStart()
763 if (app.cohort) in ParseResponse()
764 PersistCohortData(kPrefsOmahaCohort, app.cohort.value()); in ParseResponse()