Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dcurl_api.h58 virtual CURLcode EasyGetInfoInt(CURL* curl,
159 CURLcode EasyGetInfoInt(CURL* curl, CURLINFO info, int* value) const override;
Dmock_curl_api.h41 EasyGetInfoInt,
Dhttp_connection_curl_test.cc289 EXPECT_CALL(*curl_api_, EasyGetInfoInt(handle_, CURLINFO_RESPONSE_CODE, _)) in TEST_F()
309 EXPECT_CALL(*curl_api_, EasyGetInfoInt(handle_, CURLINFO_RESPONSE_CODE, _)) in TEST_F()
Dcurl_api.cc86 CURLcode CurlApi::EasyGetInfoInt(CURL* curl, CURLINFO info, int* value) const { in EasyGetInfoInt() function in brillo::http::CurlApi
Dhttp_connection_curl.cc180 curl_interface_->EasyGetInfoInt( in GetResponseStatusCode()
Dhttp_transport_curl_test.cc257 EXPECT_CALL(*curl_api_, EasyGetInfoInt(handle_, CURLINFO_RESPONSE_CODE, _)) in TEST_F()