Home | History | Annotate | Download | only in update_engine

Lines Matching full:channel

72               SetTargetChannel("stable-channel", true, _))
74 EXPECT_TRUE(common_service_.SetChannel(&error_, "stable-channel", true));
85 SetTargetChannel("beta-channel", true, _))
88 EXPECT_TRUE(common_service_.SetChannel(&error_, "beta-channel", true));
97 SetTargetChannel("foo-channel", true, _)).WillOnce(Return(false));
99 EXPECT_FALSE(common_service_.SetChannel(&error_, "foo-channel", true));
108 string channel;
110 &error_, true /* get_current_channel */, &channel));
112 EXPECT_EQ("current", channel);
115 &error_, false /* get_current_channel */, &channel));
117 EXPECT_EQ("target", channel);