HomeSort by relevance Sort by last modified time
    Searched refs:CurlInterface (Results 1 - 6 of 6) sorted by null

  /external/libbrillo/brillo/http/
http_transport_curl.h 34 explicit Transport(const std::shared_ptr<CurlInterface>& curl_interface);
38 Transport(const std::shared_ptr<CurlInterface>& curl_interface,
67 CurlInterface* curl_interface);
72 CurlInterface* curl_interface);
114 std::shared_ptr<CurlInterface> curl_interface_;
http_connection_curl.h 27 const std::shared_ptr<CurlInterface>& curl_interface,
92 std::shared_ptr<CurlInterface> curl_interface_;
curl_api.h 19 class CurlInterface {
21 CurlInterface() = default;
22 virtual ~CurlInterface() = default;
128 DISALLOW_COPY_AND_ASSIGN(CurlInterface);
131 class BRILLO_EXPORT CurlApi : public CurlInterface {
mock_curl_api.h 18 // the abstract CurlInterface.
19 class MockCurlInterface : public CurlInterface {
http_transport_curl.cc 36 SocketPollData(const std::shared_ptr<CurlInterface>& curl_interface,
75 std::shared_ptr<CurlInterface> curl_interface_;
101 Transport::Transport(const std::shared_ptr<CurlInterface>& curl_interface)
106 Transport::Transport(const std::shared_ptr<CurlInterface>& curl_interface,
272 CurlInterface* curl_interface) {
281 CurlInterface* curl_interface) {
http_connection_curl.cc 55 const std::shared_ptr<CurlInterface>& curl_interface,

Completed in 755 milliseconds