Home
last modified time | relevance | path

Searched refs:http_client_factory_ (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/nearby_sharing/local_device_data/
H A Dnearby_share_local_device_data_manager_impl_unittest.cc113 &pref_service_, &http_client_factory_, kFakeDefaultDeviceName); in CreateManager()
219 EXPECT_EQ(&http_client_factory_, updater_factory_.latest_client_factory()); in VerifyInitialization()
240 FakeNearbyShareClientFactory http_client_factory_; member in NearbyShareLocalDeviceDataManagerImplTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/nearby_sharing/contacts/
H A Dnearby_share_contact_manager_impl.h107 NearbyShareClientFactory* http_client_factory_ = nullptr; variable
H A Dnearby_share_contact_manager_impl_unittest.cc175 &pref_service_, &http_client_factory_, &local_device_data_manager_, in SetUp()
396 EXPECT_EQ(&http_client_factory_, in TriggerDownloadScheduler()
466 FakeNearbyShareClientFactory http_client_factory_; member in NearbyShareContactManagerImplTest
H A Dnearby_share_contact_manager_impl.cc177 http_client_factory_(http_client_factory), in NearbyShareContactManagerImpl()
262 http_client_factory_, in OnContactsDownloadRequested()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/nearby_sharing/
H A Dnearby_sharing_service_impl.h345 std::unique_ptr<NearbyShareClientFactory> http_client_factory_; variable
H A Dnearby_sharing_service_impl.cc235 http_client_factory_(std::make_unique<NearbyShareClientFactoryImpl>( in NearbySharingServiceImpl()
242 http_client_factory_.get(), in NearbySharingServiceImpl()
246 http_client_factory_.get(), in NearbySharingServiceImpl()
256 http_client_factory_.get())), in NearbySharingServiceImpl()