Searched refs:test_service_discovery_client_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_local_printer_lister_unittest.cc108 test_service_discovery_client_ = new TestServiceDiscoveryClient();
109 test_service_discovery_client_->Start();
113 test_service_discovery_client_.get(),
139 test_service_discovery_client_->SimulateReceive(packet, size);
144 EXPECT_CALL(*test_service_discovery_client_.get(), OnSendTo(_))
150 scoped_refptr<TestServiceDiscoveryClient> test_service_discovery_client_; member in class:local_discovery::__anon4171::PrivetLocalPrinterListerTest
/external/chromium_org/chrome/browser/extensions/api/gcd_private/
H A Dgcd_private_apitest.cc225 test_service_discovery_client_ =
227 test_service_discovery_client_->Start();
268 test_service_discovery_client_; member in class:__anon3719::GcdPrivateAPITest
304 test_service_discovery_client_->SimulateReceive(kAnnouncePacket,
315 test_service_discovery_client_,
325 test_service_discovery_client_->SimulateReceive(kAnnouncePacket,
331 test_service_discovery_client_,
344 EXPECT_CALL(*test_service_discovery_client_.get(),
/external/chromium_org/chrome/browser/ui/webui/local_discovery/
H A Dlocal_discovery_ui_browsertest.cc351 test_service_discovery_client_ = new TestServiceDiscoveryClient();
352 test_service_discovery_client_->Start();
354 *test_service_discovery_client_.get(),
447 return test_service_discovery_client_.get();
463 scoped_refptr<TestServiceDiscoveryClient> test_service_discovery_client_; member in class:local_discovery::__anon5495::LocalDiscoveryUITest

Completed in 206 milliseconds