Searched refs:GetChannelIndex (Results 1 – 4 of 4) sorted by relevance
63 size_t GetChannelIndex(uint8_t channel_number) { in GetChannelIndex() function86 size_t index = GetChannelIndex(channel_number); in GetChannelScanCount()110 size_t index = GetChannelIndex(GetChannelNumber(frequency)); in IncrementScanCountForFrequency()127 size_t index = GetChannelIndex(channel); in IncrementScanCountForChannelForTest()
210 int canary = params_.GetChannelIndex("canary-channel"); in TEST_F()211 int dev = params_.GetChannelIndex("dev-channel"); in TEST_F()212 int beta = params_.GetChannelIndex("beta-channel"); in TEST_F()213 int stable = params_.GetChannelIndex("stable-channel"); in TEST_F()219 int testimage = params_.GetChannelIndex("testimage-channel"); in TEST_F()220 int bogus = params_.GetChannelIndex("bogus-channel"); in TEST_F()
219 if (GetChannelIndex(channel) < 0) { in IsValidChannel()238 int OmahaRequestParams::GetChannelIndex(const string& channel) const { in GetChannelIndex() function in chromeos_update_engine::OmahaRequestParams247 int current_channel_index = GetChannelIndex(image_props_.current_channel); in ToMoreStableChannel()248 int download_channel_index = GetChannelIndex(download_channel_); in ToMoreStableChannel()
318 int GetChannelIndex(const std::string& channel) const;