Home
last modified time | relevance | path

Searched refs:GetChannelIndex (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/
Domaha_request_params.cc192 return GetChannelIndex(channel) >= 0; in IsValidChannel()
200 int OmahaRequestParams::GetChannelIndex(const string& channel) const { in GetChannelIndex() function in chromeos_update_engine::OmahaRequestParams
209 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()
Domaha_request_params_unittest.cc507 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()
Domaha_request_params.h248 int GetChannelIndex(const std::string& channel) const;