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()
214 int canary = params_.GetChannelIndex("canary-channel"); in TEST_F()215 int dev = params_.GetChannelIndex("dev-channel"); in TEST_F()216 int beta = params_.GetChannelIndex("beta-channel"); in TEST_F()217 int stable = params_.GetChannelIndex("stable-channel"); in TEST_F()223 int testimage = params_.GetChannelIndex("testimage-channel"); in TEST_F()224 int bogus = params_.GetChannelIndex("bogus-channel"); in TEST_F()
200 if (GetChannelIndex(channel) < 0) { in IsValidChannel()219 int OmahaRequestParams::GetChannelIndex(const string& channel) const { in GetChannelIndex() function in chromeos_update_engine::OmahaRequestParams228 int current_channel_index = GetChannelIndex(image_props_.current_channel); in ToMoreStableChannel()229 int download_channel_index = GetChannelIndex(download_channel_); in ToMoreStableChannel()
263 int GetChannelIndex(const std::string& channel) const;