Searched refs:cohortname (Results 1 – 2 of 2) sorted by relevance
125 "\" cohortname=\"" + cohortname + "\" " in GetNoUpdateResponse()150 "\" cohortname=\"" + cohortname + "\" " in GetUpdateResponse()254 string cohortname = ""; member1273 fake_update_response_.cohortname = "stable"; in TEST_F()1286 EXPECT_EQ(fake_update_response_.cohortname, value); in TEST_F()1296 fake_update_response_.cohortname = ""; in TEST_F()1329 fake_update_response_.cohortname = "stable"; in TEST_F()1344 EXPECT_EQ(fake_update_response_.cohortname, value); in TEST_F()1352 fake_update_response_.cohortname = "stable"; in TEST_F()1365 EXPECT_EQ(fake_update_response_.cohortname, value); in TEST_F()
147 Optional<string> cohortname; member190 app.cohortname = attrs[kAttrCohortName]; in ParserHandlerStart()767 if (app.cohortname) in ParseResponse()768 PersistCohortData(kPrefsOmahaCohortName, app.cohortname.value()); in ParseResponse()