Searched refs:in_target_channel (Results 1 – 7 of 7) sorted by relevance
/system/update_engine/ |
D | common_service.cc | 144 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()
|
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 | dbus_service.cc | 89 const string& in_target_channel, in SetChannel() argument 91 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 | 83 const std::string& in_target_channel,
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 211 bool DBusUpdateEngineClient::SetTargetChannel(const string& in_target_channel, in SetTargetChannel() argument 213 return proxy_->SetChannel(in_target_channel, allow_powerwash, nullptr); in SetTargetChannel()
|
D | client_binder.cc | 192 bool BinderUpdateEngineClient::SetTargetChannel(const string& in_target_channel, in SetTargetChannel() argument 194 return service_->SetChannel(String16{in_target_channel.c_str()}, in SetTargetChannel()
|