Searched refs:EasyStrError (Results 1 – 5 of 5) sorted by relevance
72 virtual std::string EasyStrError(CURLcode code) const = 0;171 std::string EasyStrError(CURLcode code) const override;
35 MOCK_CONST_METHOD1(EasyStrError, std::string(CURLcode));
121 std::string CurlApi::EasyStrError(CURLcode code) const { in EasyStrError() function in brillo::http::CurlApi
151 EXPECT_CALL(*curl_api_, EasyStrError(CURLE_OUT_OF_MEMORY)) in TEST_F()
273 curl_interface->EasyStrError(code)); in AddEasyCurlError()