Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_request_params.h65 const std::string& in_target_channel, in OmahaRequestParams() argument
93 image_props_.current_channel = in_target_channel; in OmahaRequestParams()
94 mutable_image_props_.target_channel = in_target_channel; in OmahaRequestParams()
Dcommon_service.cc145 const string& in_target_channel, in SetChannel() argument
169 LOG(INFO) << "Setting destination channel to: " << in_target_channel; in SetChannel()
172 in_target_channel, in_is_powerwash_allowed, &error_message)) { in SetChannel()
Ddbus_service.cc90 const string& in_target_channel, in SetChannel() argument
92 return common_->SetChannel(error, in_target_channel, in_is_powerwash_allowed); in SetChannel()
Dcommon_service.h84 const std::string& in_target_channel,
Ddbus_service.h84 const std::string& in_target_channel,
/system/update_engine/client_library/
Dclient_binder.cc203 bool BinderUpdateEngineClient::SetTargetChannel(const string& in_target_channel, in SetTargetChannel() argument
205 return service_->SetChannel(String16{in_target_channel.c_str()}, in SetTargetChannel()
Dclient_dbus.cc216 bool DBusUpdateEngineClient::SetTargetChannel(const string& in_target_channel, in SetTargetChannel() argument
218 return proxy_->SetChannel(in_target_channel, allow_powerwash, nullptr); in SetTargetChannel()