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

  /system/update_engine/
omaha_request_params_unittest.cc 498 EXPECT_EQ("stable-channel", params_.download_channel());
502 EXPECT_EQ("beta-channel", params_.download_channel());
552 EXPECT_EQ("stable-channel", out.download_channel());
565 EXPECT_EQ("canary-channel", out.download_channel());
577 EXPECT_EQ("stable-channel", out.download_channel());
omaha_response_handler_action.cc 115 // use the download_channel we used during the request to tag the target slot.
121 params->download_channel());
omaha_request_action.cc 227 string download_channel = params->download_channel(); local
229 "track=\"" + XmlEncodeWithDefault(download_channel, "") + "\" ";
230 if (params->current_channel() != download_channel) {
    [all...]
omaha_request_params.h 125 inline std::string download_channel() const { return download_channel_; } function in class:chromeos_update_engine::OmahaRequestParams
update_attempter.cc     [all...]

Completed in 1120 milliseconds