Searched defs:new_target_channel (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/
H A Domaha_request_params.cc143 bool OmahaRequestParams::SetTargetChannel(const string& new_target_channel, argument
146 LOG(INFO) << "SetTargetChannel called with " << new_target_channel
153 if (!IsValidChannel(new_target_channel)) {
161 new_target_channel.c_str(), valid_channels.c_str());
167 new_props.target_channel = new_target_channel;

Completed in 23 milliseconds