Searched refs:GetChannelIndex (Results 1 – 3 of 3) sorted by relevance
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()
507 int canary = params_.GetChannelIndex("canary-channel"); in TEST_F()508 int dev = params_.GetChannelIndex("dev-channel"); in TEST_F()509 int beta = params_.GetChannelIndex("beta-channel"); in TEST_F()510 int stable = params_.GetChannelIndex("stable-channel"); in TEST_F()516 int testimage = params_.GetChannelIndex("testimage-channel"); in TEST_F()517 int bogus = params_.GetChannelIndex("bogus-channel"); in TEST_F()
248 int GetChannelIndex(const std::string& channel) const;