Searched refs:GetChannelIndex (Results 1 – 3 of 3) sorted by relevance
211 int canary = params_.GetChannelIndex("canary-channel"); in TEST_F()212 int dev = params_.GetChannelIndex("dev-channel"); in TEST_F()213 int beta = params_.GetChannelIndex("beta-channel"); in TEST_F()214 int stable = params_.GetChannelIndex("stable-channel"); in TEST_F()220 int testimage = params_.GetChannelIndex("testimage-channel"); in TEST_F()221 int bogus = params_.GetChannelIndex("bogus-channel"); in TEST_F()
192 return GetChannelIndex(channel) >= 0; in IsValidChannel()200 int OmahaRequestParams::GetChannelIndex(const string& channel) const { in GetChannelIndex() function in chromeos_update_engine::OmahaRequestParams209 int current_channel_index = GetChannelIndex(image_props_.current_channel); in to_more_stable_channel()210 int download_channel_index = GetChannelIndex(download_channel_); in to_more_stable_channel()
254 int GetChannelIndex(const std::string& channel) const;