Searched defs:target_channel (Results 1 - 6 of 6) sorted by path

/system/update_engine/
H A Dbinder_service_brillo.cc107 const String16& target_channel, bool powerwash) {
109 NormalString(target_channel),
106 SetChannel( const String16& target_channel, bool powerwash) argument
H A Dimage_properties.h74 std::string target_channel; member in struct:chromeos_update_engine::MutableImageProperties
77 // target_channel.
H A Domaha_request_params.h94 mutable_image_props_.target_channel = in_target_channel;
143 inline std::string target_channel() const { function in class:chromeos_update_engine::OmahaRequestParams
144 return mutable_image_props_.target_channel;
250 mutable_image_props_.target_channel = channel;
275 // i.e. index(target_channel) > index(current_channel).
312 // stored in |mutable_image_props_.target_channel|. This channel is
H A Dupdate_attempter.cc239 const string& target_channel,
277 target_channel,
352 const string& target_channel,
388 if (target_channel.empty()) {
391 LOG(INFO) << "Setting target channel as mandated: " << target_channel;
395 if (!omaha_request_params_->SetTargetChannel(target_channel, false,
879 Update(forced_app_version_, forced_omaha_url_, params.target_channel,
1247 if (params->download_channel() != params->target_channel()) {
1249 << params->target_channel()
237 Update(const string& app_version, const string& omaha_url, const string& target_channel, const string& target_version_prefix, bool obey_proxies, bool interactive) argument
350 CalculateUpdateParams(const string& app_version, const string& omaha_url, const string& target_channel, const string& target_version_prefix, bool obey_proxies, bool interactive) argument
H A Dupdate_engine_client.cc443 string target_channel; local
450 if (!client_->GetTargetChannel(&target_channel)) {
457 if (!target_channel.empty())
458 LOG(INFO) << "Target Channel (pending update): " << target_channel;
/system/update_engine/update_manager/
H A Dpolicy.h51 std::string target_channel; member in struct:chromeos_update_manager::UpdateCheckParams

Completed in 94 milliseconds