Searched refs:in_target_channel (Results 1 – 7 of 7) sorted by relevance
/system/update_engine/ |
D | omaha_request_params.h | 65 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()
|
D | common_service.cc | 145 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()
|
D | dbus_service.cc | 90 const string& in_target_channel, in SetChannel() argument 92 return common_->SetChannel(error, in_target_channel, in_is_powerwash_allowed); in SetChannel()
|
D | common_service.h | 84 const std::string& in_target_channel,
|
D | dbus_service.h | 84 const std::string& in_target_channel,
|
/system/update_engine/client_library/ |
D | client_binder.cc | 203 bool BinderUpdateEngineClient::SetTargetChannel(const string& in_target_channel, in SetTargetChannel() argument 205 return service_->SetChannel(String16{in_target_channel.c_str()}, in SetTargetChannel()
|
D | client_dbus.cc | 216 bool DBusUpdateEngineClient::SetTargetChannel(const string& in_target_channel, in SetTargetChannel() argument 218 return proxy_->SetChannel(in_target_channel, allow_powerwash, nullptr); in SetTargetChannel()
|