Home
last modified time | relevance | path

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

/system/update_engine/common/
Dhttp_fetcher_unittest.cc211 virtual bool IsHttpSupported() const = 0;
243 bool IsHttpSupported() const override { return true; } in IsHttpSupported() function in chromeos_update_engine::MockHttpFetcherTest
282 bool IsHttpSupported() const override { return true; } in IsHttpSupported() function in chromeos_update_engine::LibcurlHttpFetcherTest
355 bool IsHttpSupported() const override { return false; } in IsHttpSupported() function in chromeos_update_engine::FileFetcherTest
543 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
641 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
731 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
776 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
944 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
1047 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
[all …]