HomeSort by relevance Sort by last modified time
    Searched refs:HttpFetcherDelegate (Results 1 - 5 of 5) sorted by null

  /system/update_engine/common/
http_fetcher.h 40 class HttpFetcherDelegate;
56 void set_delegate(HttpFetcherDelegate* delegate) { delegate_ = delegate; }
57 HttpFetcherDelegate* delegate() const { return delegate_; }
155 HttpFetcherDelegate* delegate_;
185 class HttpFetcherDelegate {
187 virtual ~HttpFetcherDelegate() = default;
multi_range_http_fetcher.h 45 class MultiRangeHttpFetcher : public HttpFetcher, public HttpFetcherDelegate {
147 // HttpFetcherDelegate overrides.
http_fetcher_unittest.cc 410 class HttpFetcherTestDelegate : public HttpFetcherDelegate {
560 class PausingHttpFetcherTestDelegate : public HttpFetcherDelegate {
641 class AbortingHttpFetcherTestDelegate : public HttpFetcherDelegate {
736 class FlakyHttpFetcherTestDelegate : public HttpFetcherDelegate {
789 class FailureHttpFetcherTestDelegate : public HttpFetcherDelegate {
972 class RedirectHttpFetcherTestDelegate : public HttpFetcherDelegate {
    [all...]
  /system/update_engine/payload_consumer/
download_action.h 68 public HttpFetcherDelegate {
99 // HttpFetcherDelegate methods (see http_fetcher.h)
  /system/update_engine/
omaha_request_action.h 115 public HttpFetcherDelegate {

Completed in 97 milliseconds