Home
last modified time | relevance | path

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

/system/update_engine/
Dmock_libcurl_http_fetcher.h32 MOCK_METHOD0(GetHttpResponseCode, void());
Dlibcurl_http_fetcher_unittest.cc161 EXPECT_CALL(libcurl_fetcher_, GetHttpResponseCode()) in TEST_F()
Dlibcurl_http_fetcher.h173 virtual void GetHttpResponseCode();
Dlibcurl_http_fetcher.cc482 GetHttpResponseCode(); in CurlPerformOnce()
597 GetHttpResponseCode(); in LibcurlWrite()
819 void LibcurlHttpFetcher::GetHttpResponseCode() { in GetHttpResponseCode() function in chromeos_update_engine::LibcurlHttpFetcher