HomeSort by relevance Sort by last modified time
    Searched refs:GetChannelIndex (Results 1 - 3 of 3) sorted by null

  /system/update_engine/
omaha_request_params.cc 192 return GetChannelIndex(channel) >= 0;
200 int OmahaRequestParams::GetChannelIndex(const string& channel) const {
209 int current_channel_index = GetChannelIndex(image_props_.current_channel);
210 int download_channel_index = GetChannelIndex(download_channel_);
omaha_request_params_unittest.cc 507 int canary = params_.GetChannelIndex("canary-channel");
508 int dev = params_.GetChannelIndex("dev-channel");
509 int beta = params_.GetChannelIndex("beta-channel");
510 int stable = params_.GetChannelIndex("stable-channel");
516 int testimage = params_.GetChannelIndex("testimage-channel");
517 int bogus = params_.GetChannelIndex("bogus-channel");
omaha_request_params.h 248 int GetChannelIndex(const std::string& channel) const;

Completed in 56 milliseconds