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;
56 MOCK_METHOD(std::string, EasyStrError, (CURLcode), (const, override));
121 std::string CurlApi::EasyStrError(CURLcode code) const { in EasyStrError() function in brillo::http::CurlApi
184 EXPECT_CALL(*curl_api_, EasyStrError(CURLE_OUT_OF_MEMORY)) in TEST_F()
319 curl_interface->EasyStrError(code)); in AddEasyCurlError()