Searched defs:in_target_channel (Results 1 - 5 of 5) sorted by relevance

/system/update_engine/client_library/
H A Dclient_binder.cc203 bool BinderUpdateEngineClient::SetTargetChannel(const string& in_target_channel, argument
205 return service_->SetChannel(String16{in_target_channel.c_str()},
H A Dclient_dbus.cc216 bool DBusUpdateEngineClient::SetTargetChannel(const string& in_target_channel, argument
218 return proxy_->SetChannel(in_target_channel, allow_powerwash, nullptr);
/system/update_engine/
H A Ddbus_service.cc90 const string& in_target_channel,
92 return common_->SetChannel(error, in_target_channel, in_is_powerwash_allowed);
89 SetChannel(ErrorPtr* error, const string& in_target_channel, bool in_is_powerwash_allowed) argument
H A Dcommon_service.cc145 const string& in_target_channel,
169 LOG(INFO) << "Setting destination channel to: " << in_target_channel;
172 in_target_channel, in_is_powerwash_allowed, &error_message)) {
144 SetChannel(ErrorPtr* error, const string& in_target_channel, bool in_is_powerwash_allowed) argument
H A Domaha_request_params.h65 const std::string& in_target_channel,
93 image_props_.current_channel = in_target_channel;
94 mutable_image_props_.target_channel = in_target_channel;
57 OmahaRequestParams(SystemState* system_state, const std::string& in_os_platform, const std::string& in_os_version, const std::string& in_os_sp, const std::string& in_os_board, const std::string& in_app_id, const std::string& in_app_version, const std::string& in_app_lang, const std::string& in_target_channel, const std::string& in_hwid, const std::string& in_fw_version, const std::string& in_ec_version, bool in_delta_okay, bool in_interactive, const std::string& in_update_url, const std::string& in_target_version_prefix) argument

Completed in 54 milliseconds