Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddownload_action.h94 int GetHTTPResponseCode() { return http_fetcher_->http_response_code(); } in GetHTTPResponseCode() function
/system/update_engine/
Domaha_request_action.h116 int GetHTTPResponseCode() { return http_fetcher_->http_response_code(); } in GetHTTPResponseCode() function
Dupdate_attempter.cc1304 http_response_code_ = download_action->GetHTTPResponseCode(); in ActionCompleted()
1310 http_response_code_ = omaha_request_action->GetHTTPResponseCode(); in ActionCompleted()
Domaha_request_action.cc952 int code = GetHTTPResponseCode(); in TransferComplete()