Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dhttp_fetcher_unittest.cc220 virtual bool IsHttpSupported() const = 0;
252 bool IsHttpSupported() const override { return true; } in IsHttpSupported() function in chromeos_update_engine::MockHttpFetcherTest
291 bool IsHttpSupported() const override { return true; } in IsHttpSupported() function in chromeos_update_engine::LibcurlHttpFetcherTest
364 bool IsHttpSupported() const override { return false; } in IsHttpSupported() function in chromeos_update_engine::FileFetcherTest
557 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
655 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
745 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
790 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
958 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
1061 if (this->test_.IsMock() || !this->test_.IsHttpSupported()) in TYPED_TEST()
[all …]