HomeSort by relevance Sort by last modified time
    Searched defs:http_client_ (Results 1 - 5 of 5) sorted by null

  /external/libweave/examples/daemon/common/
daemon.h 72 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/
base_api_handler_unittest.cc 59 nullptr, &http_client_, nullptr,
95 StrictMock<provider::test::MockHttpClient> http_client_; member in class:weave::BaseApiHandlerTest
device_registration_info_unittest.cc 153 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...]
weave_unittest.cc 193 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_,
  /system/weaved/buffet/
manager.h 117 std::unique_ptr<HttpTransportClient> http_client_; member in class:buffet::final

Completed in 293 milliseconds