HomeSort by relevance Sort by last modified time
    Searched defs:http_fetcher_ (Results 1 - 3 of 3) sorted by null

  /system/update_engine/payload_consumer/
download_action.h 97 int GetHTTPResponseCode() { return http_fetcher_->http_response_code(); }
113 HttpFetcher* http_fetcher() { return http_fetcher_.get(); }
156 std::unique_ptr<MultiRangeHttpFetcher> http_fetcher_; member in class:chromeos_update_engine::DownloadAction
download_action_unittest.cc 556 http_fetcher_ = new MockHttpFetcher(data_.c_str(),
564 http_fetcher_,
589 MockHttpFetcher* http_fetcher_; member in class:chromeos_update_engine::P2PDownloadActionTest
  /system/update_engine/
omaha_request_action.h 159 int GetHTTPResponseCode() { return http_fetcher_->http_response_code(); }
311 std::unique_ptr<HttpFetcher> http_fetcher_; member in class:chromeos_update_engine::OmahaRequestAction

Completed in 126 milliseconds