Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dcommon_service.cc175 const string& in_target_channel, in SetChannel() argument
200 LOG(INFO) << "Setting destination channel to: " << in_target_channel; in SetChannel()
203 in_target_channel, in_is_powerwash_allowed, &error_message)) { in SetChannel()
Ddbus_service.cc126 const string& in_target_channel, in SetChannel() argument
128 return common_->SetChannel(error, in_target_channel, in_is_powerwash_allowed); in SetChannel()
Dcommon_service.h97 const std::string& in_target_channel,
Ddbus_service.h92 const std::string& in_target_channel,
/system/update_engine/client_library/
Dclient_dbus.cc232 bool DBusUpdateEngineClient::SetTargetChannel(const string& in_target_channel, in SetTargetChannel() argument
234 return proxy_->SetChannel(in_target_channel, allow_powerwash, nullptr); in SetTargetChannel()