Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_params.cc140 bool OmahaRequestParams::SetTargetChannel(const string& new_target_channel, in SetTargetChannel() argument
143 LOG(INFO) << "SetTargetChannel called with " << new_target_channel in SetTargetChannel()
150 if (!IsValidChannel(new_target_channel)) { in SetTargetChannel()
158 new_target_channel.c_str(), valid_channels.c_str()); in SetTargetChannel()
164 new_props.target_channel = new_target_channel; in SetTargetChannel()