Home
last modified time | relevance | path

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

/external/libbrillo/brillo/http/
Dcurl_api.h72 virtual std::string EasyStrError(CURLcode code) const = 0;
171 std::string EasyStrError(CURLcode code) const override;
Dmock_curl_api.h35 MOCK_CONST_METHOD1(EasyStrError, std::string(CURLcode));
Dcurl_api.cc121 std::string CurlApi::EasyStrError(CURLcode code) const { in EasyStrError() function in brillo::http::CurlApi
Dhttp_transport_curl_unittest.cc151 EXPECT_CALL(*curl_api_, EasyStrError(CURLE_OUT_OF_MEMORY)) in TEST_F()
Dhttp_transport_curl.cc273 curl_interface->EasyStrError(code)); in AddEasyCurlError()