Searched refs:in_target_channel (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/cros/ |
D | common_service.cc | 175 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()
|
D | dbus_service.cc | 126 const string& in_target_channel, in SetChannel() argument 128 return common_->SetChannel(error, in_target_channel, in_is_powerwash_allowed); in SetChannel()
|
D | common_service.h | 97 const std::string& in_target_channel,
|
D | dbus_service.h | 92 const std::string& in_target_channel,
|
/system/update_engine/client_library/ |
D | client_dbus.cc | 232 bool DBusUpdateEngineClient::SetTargetChannel(const string& in_target_channel, in SetTargetChannel() argument 234 return proxy_->SetChannel(in_target_channel, allow_powerwash, nullptr); in SetTargetChannel()
|