Home
last modified time | relevance | path

Searched refs:GetHTTPResponseCode (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/update_engine/cros/
H A Ddownload_action_chromeos.h69 int GetHTTPResponseCode() { return http_fetcher_->http_response_code(); } in GetHTTPResponseCode() function
H A Domaha_request_action.h114 int GetHTTPResponseCode() { return http_fetcher_->http_response_code(); } in GetHTTPResponseCode() function
H A Dupdate_attempter.cc1256 http_response_code_ = download_action->GetHTTPResponseCode(); in ActionCompleted()
1262 http_response_code_ = omaha_request_action->GetHTTPResponseCode(); in ActionCompleted()
H A Domaha_request_action.cc982 int code = GetHTTPResponseCode(); in TransferComplete()
/aosp12/system/update_engine/common/
H A Ddownload_action.h95 int GetHTTPResponseCode() { return http_fetcher_->http_response_code(); } in GetHTTPResponseCode() function