Home | History | Annotate | Download | only in update_engine

Lines Matching refs:cohortname

88                       "\" cohortname=\"" + cohortname + "\" "
111 "\" cohortname=\"" + cohortname + "\" "
197 string cohortname = "";
1071 fake_update_response_.cohortname = "stable";
1092 EXPECT_EQ(fake_update_response_.cohortname, value);
1104 fake_update_response_.cohortname = "";
1157 fake_update_response_.cohortname = "stable";
1178 EXPECT_EQ(fake_update_response_.cohortname, value);
1188 fake_update_response_.cohortname = "stable";
1209 EXPECT_EQ(fake_update_response_.cohortname, value);
1487 EXPECT_EQ(string::npos, post_str.find("cohortname="));