Searched defs:url (Results 1 – 18 of 18) sorted by relevance
/system/update_engine/common/ |
D | file_fetcher.cc | 44 bool FileFetcher::SupportedUrl(const string& url) { in SupportedUrl() 58 void FileFetcher::BeginTransfer(const string& url) { in BeginTransfer()
|
D | proxy_resolver.cc | 44 const string& url, const ProxiesResolvedFn& callback) { in GetProxiesForUrl()
|
D | http_fetcher.cc | 47 void HttpFetcher::ResolveProxiesForUrl(const string& url, in ResolveProxiesForUrl()
|
D | mock_http_fetcher.cc | 39 void MockHttpFetcher::BeginTransfer(const std::string& url) { in BeginTransfer()
|
D | multi_range_http_fetcher.cc | 31 void MultiRangeHttpFetcher::BeginTransfer(const std::string& url) { in BeginTransfer()
|
D | http_fetcher_unittest.cc | 472 void StartTransfer(HttpFetcher* http_fetcher, const string& url) { in StartTransfer() 1022 const string& url, in RedirectTest() 1053 const string url = base::StringPrintf( in TYPED_TEST() local 1066 string url; in TYPED_TEST() local 1082 string url; in TYPED_TEST() local 1124 const string& url, in MultiTest()
|
/system/update_engine/ |
D | chrome_browser_proxy_resolver.cc | 36 const std::string& url, const ProxiesResolvedFn& callback) { in GetProxiesForUrl()
|
D | test_http_server.cc | 75 string url; member 391 string url = request.url; in HandleRedirect() local 498 UrlTerms(const string& url, size_t num_terms) { in UrlTerms() 528 string& url = request.url; in HandleConnection() local
|
D | libcurl_http_fetcher.cc | 145 void LibcurlHttpFetcher::ResumeTransfer(const string& url) { in ResumeTransfer() 340 void LibcurlHttpFetcher::BeginTransfer(const string& url) { in BeginTransfer()
|
D | fake_p2p_manager.h | 95 void SetLookupUrlForFileResult(const std::string& url) { in SetLookupUrlForFileResult()
|
D | p2p_manager.cc | 425 void IssueCallback(const string& url) { in IssueCallback() 440 string url = output; in ReportSuccess() local
|
D | payload_state.h | 140 void SetP2PUrl(const std::string& url) override { p2p_url_ = url; } in SetP2PUrl()
|
D | binder_service_android.cc | 117 const android::String16& url, in applyPayload()
|
D | p2p_manager_unittest.cc | 464 static void ExpectUrl(const string& expected_url, const string& url) { in ExpectUrl()
|
D | omaha_request_params.h | 118 inline void set_update_url(const std::string& url) { update_url_ = url; } in set_update_url()
|
D | omaha_request_action.cc | 1380 void OmahaRequestAction::OnLookupPayloadViaP2PCompleted(const string& url) { in OnLookupPayloadViaP2PCompleted()
|
/system/update_engine/binder_bindings/android/os/ |
D | IUpdateEngine.aidl | 25 void applyPayload(String url, in applyPayload()
|
/system/update_engine/update_manager/ |
D | chromeos_policy.cc | 183 bool IsUrlUsable(const string& url, bool http_allowed) { in IsUrlUsable()
|