/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/ |
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...] |
base_api_handler_unittest.cc | 59 nullptr, &http_client_, nullptr, 95 StrictMock<provider::test::MockHttpClient> http_client_; member in class:weave::BaseApiHandlerTest
|
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_,
|
device_registration_info.cc | 241 : 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_}; [all...] |
device_registration_info.h | 305 provider::HttpClient* http_client_{nullptr};
|
/system/weaved/buffet/ |
manager.cc | 202 http_client_.reset(new HttpTransportClient); 237 http_client_.get(), shill_client_.get(), 280 http_client_.reset();
|
manager.h | 117 std::unique_ptr<HttpTransportClient> http_client_; member in class:buffet::final
|