Searched refs:http_client_ (Results 1 - 6 of 6) sorted by relevance

/external/libweave/examples/daemon/common/
H A Ddaemon.h72 http_client_{new weave::examples::CurlHttpClient(task_runner_.get())},
86 http_client_.get(), network_.get(),
115 std::unique_ptr<weave::examples::CurlHttpClient> http_client_; member in class:Daemon
/external/libweave/src/
H A Ddevice_registration_info_unittest.cc153 config_.get(), &component_manager_, &task_runner_, &http_client_,
201 StrictMock<MockHttpClient> http_client_; member in class:weave::DeviceRegistrationInfoTest
251 http_client_,
272 http_client_,
294 http_client_,
323 http_client_,
353 http_client_,
413 EXPECT_CALL(http_client_,
490 EXPECT_CALL(http_client_,
511 http_client_,
[all...]
H A Dbase_api_handler_unittest.cc59 nullptr, &http_client_, nullptr,
95 StrictMock<provider::test::MockHttpClient> http_client_; member in class:weave::BaseApiHandlerTest
H A Dweave_unittest.cc193 EXPECT_CALL(http_client_, SendRequest(method, url_matcher, _, _, _))
278 &http_client_, &network_, &dns_sd_,
341 StrictMock<provider::test::MockHttpClient> http_client_; member in class:weave::WeaveTest
361 device_ = weave::Device::Create(&config_store_, &task_runner_, &http_client_,
371 device_ = weave::Device::Create(&config_store_, &task_runner_, &http_client_,
H A Ddevice_registration_info.cc241 : http_client_{http_client},
379 http_client_};
538 RequestSender sender{HttpClient::Method::kPatch, url, http_client_};
563 RequestSender{HttpClient::Method::kPost, url, http_client_}.Send(
599 http_client_};
687 RequestSender sender{data->method, data->url, http_client_};
H A Ddevice_registration_info.h305 provider::HttpClient* http_client_{nullptr};

Completed in 119 milliseconds