Home
last modified time | relevance | path

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

/system/update_engine/
Dcommon_service.cc144 const string& in_target_channel, in SetChannel() argument
168 LOG(INFO) << "Setting destination channel to: " << in_target_channel; in SetChannel()
171 in_target_channel, in_is_powerwash_allowed, &error_message)) { in SetChannel()
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()
Ddbus_service.cc89 const string& in_target_channel, in SetChannel() argument
91 return common_->SetChannel(error, in_target_channel, in_is_powerwash_allowed); in SetChannel()
Dcommon_service.h84 const std::string& in_target_channel,
Ddbus_service.h83 const std::string& in_target_channel,
/system/update_engine/client_library/
Dclient_dbus.cc211 bool DBusUpdateEngineClient::SetTargetChannel(const string& in_target_channel, in SetTargetChannel() argument
213 return proxy_->SetChannel(in_target_channel, allow_powerwash, nullptr); in SetTargetChannel()
Dclient_binder.cc192 bool BinderUpdateEngineClient::SetTargetChannel(const string& in_target_channel, in SetTargetChannel() argument
194 return service_->SetChannel(String16{in_target_channel.c_str()}, in SetTargetChannel()