Searched refs:cohort (Results 1 – 2 of 2) sorted by relevance
124 ? "cohort=\"" + cohort + "\" cohorthint=\"" + cohorthint + in GetNoUpdateResponse()149 ? "cohort=\"" + cohort + "\" cohorthint=\"" + cohorthint + in GetUpdateResponse()252 string cohort = ""; member1271 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 …]
145 Optional<string> cohort; member186 app.cohort = attrs[kAttrCohort]; in ParserHandlerStart()763 if (app.cohort) in ParseResponse()764 PersistCohortData(kPrefsOmahaCohort, app.cohort.value()); in ParseResponse()