Searched defs:http_client_ (Results 1 - 4 of 4) sorted by relevance
/external/libweave/examples/daemon/common/ |
H A D | 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/ |
H A D | base_api_handler_unittest.cc | 59 nullptr, &http_client_, nullptr, 95 StrictMock<provider::test::MockHttpClient> http_client_; member in class:weave::BaseApiHandlerTest
|
H A D | 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...] |
H A D | 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_,
|
Completed in 81 milliseconds